|
Gnash
0.8.11dev
|
#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 | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Macros | |
| #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. More... | |
| #define MAXHOSTNAMELEN 256 |
Referenced by gnash::externalinterface_class_init().
1.8.12