Searched refs:Register (Results 201 - 225 of 747) sorted by path

1234567891011>>

/external/chromium_org/content/shell/android/
H A Dshell_jni_registrar.cc15 { "Shell", content::Shell::Register },
/external/chromium_org/content/shell/browser/
H A Dshell.h112 static bool Register(JNIEnv* env);
H A Dshell_android.cc101 bool Shell::Register(JNIEnv* env) { function in class:content::Shell
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.h146 class Register { class in class:PluginTest
148 Register(const std::string& identifier) { function in class:PluginTest::Register
149 registerCreateTestFunction(identifier, Register::create);
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DDocumentOpenInDestroyStream.cpp60 static PluginTest::Register<DocumentOpenInDestroyStream> documentOpenInDestroyStream("document-open-in-destroy-stream");
H A DEvaluateJSAfterRemovingPluginElement.cpp48 static PluginTest::Register<EvaluateJSAfterRemovingPluginElement> registrar("evaluate-js-after-removing-plugin-element");
H A DEvaluateJSWithinNPP_New.cpp60 static PluginTest::Register<EvaluteJSWithinNPP_New> registrar("evalute-js-within-npp-new");
H A DFormValue.cpp32 static PluginTest::Register<FormValue> formValue("form-value");
H A DGetURLNotifyWithURLThatFailsToLoad.cpp79 static PluginTest::Register<GetURLNotifyWithURLThatFailsToLoad> getURLWithJavaScriptURLDestroyingPlugin("get-url-notify-with-url-that-fails-to-load");
H A DGetURLWithJavaScriptURL.cpp120 static PluginTest::Register<GetURLWithJavaScriptURL> getURLWithJavaScriptURLDestroyingPlugin("get-url-with-javascript-url");
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp55 static PluginTest::Register<GetURLWithJavaScriptURLDestroyingPlugin> getURLWithJavaScriptURLDestroyingPlugin("get-url-with-javascript-url-destroying-plugin");
H A DGetUserAgentWithNullNPPFromNPPNew.cpp62 static PluginTest::Register<GetUserAgentWithNullNPPFromNPPNew> getUserAgentWithNullNPPFromNPPNew("get-user-agent-with-null-npp-from-npp-new");
H A DInvokeDestroysPluginWithinNPP_New.cpp71 static PluginTest::Register<InvokeDestroysPluginWithinNPP_New> registrar("invoke-destroys-plugin-within-npp-new");
H A DLeakWindowScriptableObject.cpp47 static PluginTest::Register<LeakWindowScriptableObject> leakWindowScriptableObject("leak-window-scriptable-object");
H A DLogNPPSetWindow.cpp65 static PluginTest::Register<LogNPPSetWindow> registrar("log-npp-set-window");
H A DNPDeallocateCalledBeforeNPShutdown.cpp101 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin("np-deallocate-called-before-np-shutdown");
H A DNPPNewFails.cpp54 static PluginTest::Register<NPPNewFails> nppNewFails("npp-new-fails");
H A DNPPSetWindowCalledDuringDestruction.cpp59 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-during-destruction");
H A DNPRuntimeCallsWithNullNPP.cpp72 static PluginTest::Register<NPRuntimeCallsWithNullNPP> npRuntimeCallsWithNullNPP("npruntime-calls-with-null-npp");
H A DNPRuntimeObjectFromDestroyedPlugin.cpp91 static PluginTest::Register<NPRuntimeObjectFromDestroyedPlugin> npRuntimeObjectFromDestroyedPlugin("npruntime-object-from-destroyed-plugin");
H A DNPRuntimeRemoveProperty.cpp173 static PluginTest::Register<NPRuntimeRemoveProperty> npRuntimeRemoveProperty("npruntime-remove-property");
H A DNullNPPGetValuePointer.cpp49 static PluginTest::Register<NullNPPGetValuePointer> registrar("null-npp-getvalue-pointer");
H A DPassDifferentNPPStruct.cpp76 static PluginTest::Register<PassDifferentNPPStruct> getValueNetscapeWindow("pass-different-npp-struct");
H A DPluginScriptableNPObjectInvokeDefault.cpp71 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectInvokeDefault("plugin-scriptable-npobject-invoke-default");
72 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectNoInvokeDefault("plugin-scriptable-npobject-no-invoke-default");
H A DPluginScriptableObjectOverridesAllProperties.cpp87 static PluginTest::Register<PluginScriptableObjectOverridesAllProperties> pluginScriptableObjectOverridesAllProperties("plugin-scriptable-object-overrides-all-properties");

Completed in 1061 milliseconds

1234567891011>>