HomeSort by relevance Sort by last modified time
    Searched refs:m_chromeClient (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.cpp 44 : m_chromeClient(chromeClient)
86 WebViewClient* webViewClient = static_cast<WebViewImpl*>(m_chromeClient->webView())->client();
ColorChooserPopupUIController.cpp 51 , m_chromeClient(chromeClient)
89 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_client->elementRectRelativeToRootView());
139 m_popup = m_chromeClient->openPagePopup(this, m_client->elementRectRelativeToRootView());
146 m_chromeClient->closePagePopup(m_popup);
ColorChooserUIController.h 64 ChromeClientImpl* m_chromeClient;
ColorChooserPopupUIController.h 64 ChromeClientImpl* m_chromeClient;
DateTimeChooserImpl.h 66 ChromeClientImpl* m_chromeClient;
WebHelperPluginImpl.h 82 OwnPtr<HelperPluginChromeClient> m_chromeClient;
DateTimeChooserImpl.cpp 52 : m_chromeClient(chromeClient)
58 ASSERT(m_chromeClient);
60 m_popup = m_chromeClient->openPagePopup(this, m_parameters.anchorRectInRootView);
76 m_chromeClient->closePagePopup(m_popup);
106 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_parameters.anchorRectInRootView);
WebPagePopupImpl.h 91 OwnPtr<PagePopupChromeClient> m_chromeClient;
WebHelperPluginImpl.cpp 214 m_chromeClient = adoptPtr(new HelperPluginChromeClient(this));
215 pageClients.chromeClient = m_chromeClient.get();
WebPagePopupImpl.cpp 190 m_chromeClient = adoptPtr(new PagePopupChromeClient(this));
191 pageClients.chromeClient = m_chromeClient.get();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.h 77 EmptyChromeClient m_chromeClient;
DummyPageHolder.cpp 48 m_pageClients.chromeClient = &m_chromeClient;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 99 OwnPtr<SVGImageChromeClient> m_chromeClient;
SVGImage.cpp 69 ASSERT(!m_chromeClient || !m_chromeClient->image());
377 m_chromeClient = adoptPtr(new SVGImageChromeClient(this));
378 pageClients.chromeClient = m_chromeClient.get();

Completed in 52 milliseconds