Searched refs:g_other_instance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc29 WindowlessPluginTest* g_other_instance = NULL; member in namespace:NPAPIClient::__anon8617
72 if (!g_other_instance)
73 g_other_instance = this;
87 NPAPIClient::PluginClient::HostFunctions(), g_other_instance->id(),
204 if (this == g_other_instance)
207 DCHECK(g_other_instance);
208 ExecuteScript(browser, g_other_instance->id(), "TestCallback();", NULL);

Completed in 53 milliseconds