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 43 #include "core/page/ChromeClient.h"
144 static ChromeClient& emptyChromeClient()
150 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;
88 ChromeClient* chromeClient;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 38 #include "core/page/ChromeClient.h"
197 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
202 FloatRect windowRect = chromeClient().windowRect();
387 ChromeClient& PopupContainer::chromeClient()

Completed in 740 milliseconds