HomeSort by relevance Sort by last modified time
    Searched refs:SetWindow (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.h 21 // NPAPI SetWindow handler.
22 virtual NPError SetWindow(NPWindow* window) OVERRIDE;
34 // NPAPI SetWindow handler.
35 virtual NPError SetWindow(NPWindow* window) OVERRIDE;
plugin_npobject_identity_test.h 21 // NPAPI SetWindow handler.
22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_npobject_proxy_test.h 22 // NPAPI SetWindow handler.
23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_setup_test.cc 16 NPError PluginSetupTest::SetWindow(NPWindow* pNPWindow) {
plugin_setup_test.h 18 // NPAPI SetWindow handler.
19 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_window_size_test.h 14 // on the second SetWindow call.
19 // NPAPI SetWindow handler
20 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_arguments_test.h 38 // NPAPI SetWindow handler.
39 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_create_instance_in_paint.h 21 virtual NPError SetWindow(NPWindow* pNPWindow);
plugin_delete_plugin_in_deallocate_test.h 23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_delete_plugin_in_stream_test.h 21 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_windowed_test.h 24 virtual NPError SetWindow(NPWindow* pNPWindow);
plugin_javascript_open_popup.cc 24 int16 ExecuteJavascriptOpenPopupWithPluginTest::SetWindow(
47 int16 ExecuteJavascriptPopupWindowTargetPluginTest::SetWindow(
60 return PluginTest::SetWindow(window);
85 // Grab a pointer to the extra SetWindow data so we can grab the display out.
plugin_npobject_lifetime_test.h 23 // NPAPI SetWindow handler.
24 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
49 // NPAPI SetWindow handler.
50 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
66 // NPAPI SetWindow handler.
67 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_delete_plugin_in_stream_test.cc 19 NPError DeletePluginInStreamTest::SetWindow(NPWindow* pNPWindow) {
plugin_get_javascript_url2_test.h 23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_get_javascript_url_test.h 22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
plugin_npobject_proxy_test.cc 16 NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) {
plugin_request_read_test.h 28 virtual NPError SetWindow(NPWindow* window) OVERRIDE;
plugin_npobject_lifetime_test.cc 24 NPError NPObjectLifetimeTest::SetWindow(NPWindow* pNPWindow) {
94 NPError NPObjectLifetimeTestInstance2::SetWindow(NPWindow* pNPWindow) {
126 NPError NPObjectDeletePluginInNPN_Evaluate::SetWindow(NPWindow* np_window) {
plugin_request_read_test.cc 27 NPError PluginRequestReadTest::SetWindow(NPWindow* window) {
36 return PluginTest::SetWindow(window);
  /external/chromium_org/ash/test/
test_activation_delegate.cc 36 void TestActivationDelegate::SetWindow(aura::Window* window) {
test_activation_delegate.h 30 void SetWindow(aura::Window* window);
  /external/chromium_org/chrome_frame/
task_marshaller.h 33 void SetWindow(HWND wnd, UINT msg) {
  /external/chromium_org/remoting/host/setup/
daemon_controller.h 136 virtual void SetWindow(void* window_handle) = 0;
  /external/chromium_org/chrome/browser/ui/gtk/
constrained_web_dialog_delegate_gtk.cc 93 void SetWindow(GtkWidget* window) {
150 constrained_delegate->SetWindow(window);

Completed in 103 milliseconds

1 2 3