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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ChromeClientImplTest.cpp 89 m_chromeClientImpl = toChromeClientImpl(&m_webView->page()->chrome().client());
106 m_chromeClientImpl->setScrollbarsVisible(!asPopup);
107 m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore);
114 m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore);
124 ChromeClientImpl* m_chromeClientImpl;
237 m_chromeClientImpl->setToolbarsVisible(false);
239 m_chromeClientImpl->setToolbarsVisible(true);
245 m_chromeClientImpl->setStatusbarVisible(false);
247 m_chromeClientImpl->setStatusbarVisible(true);
253 m_chromeClientImpl->setMenubarVisible(false)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 575 ChromeClientImpl m_chromeClientImpl;
WebViewImpl.cpp 354 , m_chromeClientImpl(this)
406 pageClients.chromeClient = &m_chromeClientImpl;
    [all...]

Completed in 1100 milliseconds