HomeSort by relevance Sort by last modified time
    Searched full:chromeclient (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 53 ChromeClient::ChromeClient(WebKitWebView* webView)
59 void ChromeClient::chromeDestroyed()
64 FloatRect ChromeClient::windowRect()
80 void ChromeClient::setWindowRect(const FloatRect& rect)
93 FloatRect ChromeClient::pageRect()
99 float ChromeClient::scaleFactor()
105 void ChromeClient::focus()
110 void ChromeClient::unfocus()
121 Page* ChromeClient::createWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFe (…)
    [all...]
ChromeClientGtk.h 23 #include "ChromeClient.h"
30 class ChromeClient : public WebCore::ChromeClient {
32 ChromeClient(WebKitWebView*);
  /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/WebCore/page/chromium/
ChromeClientChromium.h 34 #include "ChromeClient.h"
42 // Contains Chromium-specific extensions to the ChromeClient. Only put
44 class ChromeClientChromium : public ChromeClient {
  /external/webkit/WebCore/page/
Chrome.h 38 class ChromeClient;
57 Chrome(Page*, ChromeClient*);
60 ChromeClient* client() { return m_client; }
152 ChromeClient* m_client;
Chrome.cpp 24 #include "ChromeClient.h"
58 Chrome::Chrome(Page* page, ChromeClient* client)
445 void ChromeClient::dashboardRegionsChanged()
450 void ChromeClient::populateVisitedLinks()
454 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&)
459 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRect&, bool, bool)
463 bool ChromeClient::shouldReplaceWithGeneratedFileForUpload(const String&, String&)
468 String ChromeClient::generateReplacementFile(const String&)
474 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
481 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&
    [all...]
ChromeClient.h 69 class ChromeClient {
92 // The Frame pointer provides the ChromeClient with context about which
94 // should not be shown to the user until the ChromeClient of the newly
187 // This can be either a synchronous or asynchronous call. The ChromeClient can display UI asking the user for permission
234 virtual ~ChromeClient() { }
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 31 #include "ChromeClient.h"
41 class ChromeClientHaiku : public ChromeClient {
132 // This is an asynchronous call. The ChromeClient can display UI asking the user for permission
133 // to use Geolococation. The ChromeClient must call Geolocation::setShouldClearCache() appropriately.
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 31 #include "ChromeClient.h"
48 class ChromeClientQt : public ChromeClient
129 // see ChromeClient.h
  /external/webkit/WebCore/page/mac/
ChromeMac.mm 24 #import "ChromeClient.h"
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 29 #include "ChromeClient.h"
44 class ChromeClientAndroid : public ChromeClient {
75 // The Frame pointer provides the ChromeClient with context about which
77 // should not be shown to the user until the ChromeClient of the newly
  /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();
  /external/webkit/WebCore/platform/network/
FormData.h 29 class ChromeClient;
83 void generateFiles(ChromeClient*);
FormData.cpp 25 #include "ChromeClient.h"
156 void FormData::generateFiles(ChromeClient* client)
  /external/webkit/WebKit/haiku/
ChangeLog 61 Added stub implementation for new ChromeClient function.
102 Add empty implementation for new ChromeClient method.
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 31 #include "ChromeClient.h"
38 class ChromeClientWx : public ChromeClient {
  /external/webkit/WebCore/platform/wince/
FileChooserWince.cpp 31 #include "ChromeClient.h"
  /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/WebKit/gtk/
ChangeLog 200 (WebKit::ChromeClient::windowRect):
742 (WebKit::ChromeClient::mouseDidMoveOverElement):
    [all...]
  /external/webkit/WebCore/storage/
SQLTransactionClient.cpp 37 #include "ChromeClient.h"
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.h 171 // This flag is set immediately after the ChromeClient::reachedMaxAppCacheSize() callback is invoked as a result of the storage layer failing to save a cache
173 // the course of action in case of this failure (i.e. call the ChromeClient callback or run the failure steps).
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 97 WebKit::ChromeClient* client = static_cast<WebKit::ChromeClient*>(corePage->chrome()->client());
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 30 #import <WebCore/ChromeClient.h>
36 class WebChromeClient : public WebCore::ChromeClient {
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 26 #include <WebCore/ChromeClient.h>
39 class WebChromeClient : public WebCore::ChromeClient {
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 260 * Report a JavaScript error message to the host application. The ChromeClient
272 * Report a JavaScript console message to the host application. The ChromeClient
288 * method allows the ChromeClient to provide that default image.
300 * is taking place, the ChromeClient can use this function to provide a View to be
301 * displayed. For example, the ChromeClient could show a spinner animation.

Completed in 2008 milliseconds

1 2 3 4