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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 44 #include "core/page/ChromeClient.h"
133 static ChromeClient& emptyChromeClient()
139 ChromeClient& Frame::chromeClient() const
  /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/core/page/
Page.h 45 class ChromeClient;
96 ChromeClient* chromeClient;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 38 #include "core/page/ChromeClient.h"
199 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
204 FloatRect windowRect = chromeClient().windowRect();
373 ChromeClient& PopupContainer::chromeClient()

Completed in 99 milliseconds