Gnash
0.8.10
|
#include "ExternalInterface_as.h"
#include <map>
#include <vector>
#include <sstream>
#include <boost/algorithm/string/erase.hpp>
#include <algorithm>
#include "GnashSystemNetHeaders.h"
#include "ExternalInterface.h"
#include "NativeFunction.h"
#include "StringPredicates.h"
#include "as_object.h"
#include "fn_call.h"
#include "Global_as.h"
#include "GnashException.h"
#include "VM.h"
#include "rc.h"
#include "as_value.h"
#include "XML_as.h"
#include "Array_as.h"
#include "namedStrings.h"
#include "PropertyList.h"
#include "movie_root.h"
#include "log.h"
#include "RunResources.h"
#include "StreamProvider.h"
#include "ObjectURI.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
#define | MAXHOSTNAMELEN 256 |
Functions | |
void | gnash::registerExternalInterfaceNative (as_object &global) |
void | gnash::externalinterface_class_init (gnash::as_object &where, const gnash::ObjectURI &uri) |
Initialize the global ExternalInterface class. |
#define MAXHOSTNAMELEN 256 |
size_t _count |
const fn_call& _fn |
as_value& _ret |
std::vector<ObjectURI>& _uris |