Searched refs:m_plugin (Results 1 – 3 of 3) sorted by relevance
55 m_plugin.clear(); in destroyHelperPlugin()62 OwnPtr<WebHelperPlugin> m_plugin; member in blink::__anon8a4751dd0111::WebHelperPluginTest67 …m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFr… in TEST_F()68 EXPECT_TRUE(m_plugin); in TEST_F()69 EXPECT_TRUE(m_plugin->getPlugin()); in TEST_F()77 …m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFr… in TEST_F()78 EXPECT_TRUE(m_plugin); in TEST_F()79 EXPECT_TRUE(m_plugin->getPlugin()); in TEST_F()89 …m_plugin = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFr… in TEST_F()90 EXPECT_EQ(0, m_plugin.get()); in TEST_F()
48 private final AbstractUIPlugin m_plugin; field in ResizableDialog57 m_plugin = plugin; in ResizableDialog()101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); in getInitialLocation()166 IDialogSettings settings = m_plugin.getDialogSettings(); in getDialogSettings()
411 : ChromePrintContext(frame), m_plugin(plugin), m_printParams(printParams) in ChromePluginPrintContext()423 m_plugin->printEnd(); in end()435 m_pageRects.fill(IntRect(printRect), m_plugin->printBegin(m_printParams)); in computePageRects()449 m_plugin->printPage(pageNumber, &context); in spoolPage()455 WebPluginContainerImpl* m_plugin; member in blink::FINAL