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

  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 48 private SimpleChromeClient chromeClient;
80 chromeClient = new SimpleChromeClient();
82 webView.setWebChromeClient(chromeClient);
113 chromeClient.resetJsTimeout();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 36 #include "core/page/ChromeClient.h"
194 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
199 FloatRect windowRect = chromeClient().windowRect();
215 chromeClient().popupOpened(this, layoutAndCalculateWidgetRect(m_controlSize.height(), transformOffset, roundedIntPoint(m_controlPosition.p4())), false);
240 chromeClient().popupClosed(this);
368 ChromeClient& PopupContainer::chromeClient()
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 55 #include "core/page/ChromeClient.h"
282 static ChromeClient& emptyChromeClient()
288 ChromeClient& Frame::chromeClient() const
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 44 class ChromeClient;
99 ChromeClient* chromeClient;

Completed in 176 milliseconds