makeInvoke 692 gui/Player.cpp request << ExternalInterface::makeInvoke("fsCommand", fnargs);
makeInvoke 67 libcore/ExternalInterface.h DSOEXPORT static std::string makeInvoke (const std::string &method,
makeInvoke 1771 libcore/movie_root.cpp std::string msg = ExternalInterface::makeInvoke("addMethod", fnargs);
makeInvoke 1804 libcore/movie_root.cpp std::string msg = ExternalInterface::makeInvoke(name, fnargs);
makeInvoke 2138 libcore/movie_root.cpp std::string msg = ExternalInterface::makeInvoke("getURL", fnargs);
makeInvoke 178 plugin/npapi/callbacks.cpp str = plugin::ExternalInterface::makeInvoke("GotoFrame", iargs);
makeInvoke 216 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("IsPlaying", iargs);
makeInvoke 275 plugin/npapi/callbacks.cpp str = plugin::ExternalInterface::makeInvoke("LoadMovie", iargs);
makeInvoke 323 plugin/npapi/callbacks.cpp str = plugin::ExternalInterface::makeInvoke("Pan", iargs);
makeInvoke 360 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("PercentLoaded", iargs);
makeInvoke 410 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("Play", iargs);
makeInvoke 448 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("Rewind", iargs);
makeInvoke 498 plugin/npapi/callbacks.cpp str = plugin::ExternalInterface::makeInvoke("SetZoomRect", iargs);
makeInvoke 535 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("StopPlay", iargs);
makeInvoke 577 plugin/npapi/callbacks.cpp str = plugin::ExternalInterface::makeInvoke("Zoom", iargs);
makeInvoke 614 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke("TotalFrames", iargs);
makeInvoke 683 plugin/npapi/callbacks.cpp std::string str = plugin::ExternalInterface::makeInvoke(method, fnargs);
makeInvoke 51 plugin/npapi/external.h static std::string makeInvoke (const std::string &method, std::vector<std::string> args);
makeInvoke 583 plugin/npapi/pluginScriptObject.cpp str = plugin::ExternalInterface::makeInvoke("SetVariable", iargs);
makeInvoke 608 plugin/npapi/pluginScriptObject.cpp str = plugin::ExternalInterface::makeInvoke("GetVariable", iargs);
makeInvoke 258 plugin/npapi/test.cpp str = plugin::ExternalInterface::makeInvoke("barbyfoo", iargs);