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 91 m_chromeClientImpl = static_cast<ChromeClientImpl*>(m_webView->page()->chrome().client());
107 m_chromeClientImpl->setScrollbarsVisible(!asPopup);
108 m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore);
115 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 657 ChromeClientImpl m_chromeClientImpl;
    [all...]
WebViewImpl.cpp 375 , m_chromeClientImpl(this)
440 pageClients.chromeClient = &m_chromeClientImpl;
    [all...]

Completed in 37 milliseconds