HomeSort by relevance Sort by last modified time
    Searched defs:chromeClient (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/qt/
PopupMenuQt.cpp 51 ChromeClientQt* chromeClient = static_cast<ChromeClientQt*>(
53 ASSERT(chromeClient);
56 m_popup = chromeClient->createSelectPopup();
60 m_popup->m_pageClient = chromeClient->platformPageClient();
  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 133 WebCore::ChromeClientQt *chromeClient;
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 47 private SimpleChromeClient chromeClient;
79 chromeClient = new SimpleChromeClient();
81 webView.setWebChromeClient(chromeClient);
112 chromeClient.resetJsTimeout();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 54 private SimpleChromeClient chromeClient;
83 chromeClient = new SimpleChromeClient();
85 webView.setWebChromeClient(chromeClient);
116 chromeClient.resetJsTimeout();
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 328 ChromeClientChromium* chromeClient = static_cast<ChromeClientChromium*>(
330 if (chromeClient) {
334 IntRect widgetRect = chromeClient->windowToScreen(frameRect());
338 chromeClient->popupOpened(this, widgetRect, m_settings.focusOnShow, false);
370 // Get the ChromeClient and pass it the popup menu's listbox data.
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 525 milliseconds