Searched refs:Chrome (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChrome.cpp22 #include "Chrome.h"
58 Chrome::Chrome(Page* page, ChromeClient* client) function in class:WebCore::Chrome
65 Chrome::~Chrome()
70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate)
75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate)
80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
91 void Chrome
[all...]
H A DChrome.h60 class Chrome : public HostWindow { class in namespace:WebCore
62 Chrome(Page*, ChromeClient*);
63 ~Chrome();
H A DPage.h48 class Chrome;
167 Chrome* chrome() const { return m_chrome.get(); }
318 OwnPtr<Chrome> m_chrome;
H A DPage.cpp27 #include "Chrome.h"
135 : m_chrome(adoptPtr(new Chrome(this, pageClients.chromeClient)))
/external/webkit/Source/WebCore/page/mac/
H A DChromeMac.mm21 #import "Chrome.h"
29 void Chrome::focusNSView(NSView* view)
/external/chromium/build/
H A Dbranding_value.sh35 Chrome)
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.h29 class Chrome;
75 Chrome* chrome() const;
H A DRenderFileUploadControl.cpp24 #include "Chrome.h"
115 if (Chrome* chromePointer = chrome())
134 if (Chrome* chromePointer = chrome())
143 if (Chrome* chromePointer = chrome())
147 Chrome* RenderFileUploadControl::chrome() const
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Dwebserver.rb48 if user_agent =~ /Chrome/
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php3 * A "Hello world!" for the Chrome Web Store Licensing API, in PHP. This
37 * Wrapper class to make calls to the Chrome Web Store License Server.
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.h55 class Chrome;
371 bool fireBeforeUnloadEvent(Chrome*);
H A DFrameLoader.cpp43 #include "Chrome.h"
2946 Chrome* chrome = page ? page->chrome() : 0;
2975 bool FrameLoader::fireBeforeUnloadEvent(Chrome* chrome)
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js13 * just in the latest version of Chrome, this hack attempts to add some support
19 * version of Chrome.
22 // Note that this file never gets concatenated and embeded into Chrome, so we
28 * For non-Chrome browsers, create a dummy chrome object
112 description: 'The New York Times App for the Chrome Web Store.',
237 // That's used by Chrome only on Windows to animate the icon during
315 // Chrome API is async
376 !(/Chrome/.test(navigator.userAgent))) {
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardHelper.cpp25 #include "Chrome.h"
93 Chrome* chrome = page->chrome();
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp36 #include <WebCore/Chrome.h>
H A DWebView.cpp73 #include <WebCore/Chrome.h>
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp44 #include <WebCore/Chrome.h>
H A DWebPage.cpp74 #include <WebCore/Chrome.h>
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp40 #include "Chrome.h"
116 Chrome* chrome = static_cast<Chrome*>(hostWindow);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp36 #include <WebCore/Chrome.h>
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp50 #include <WebCore/Chrome.h>
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp36 #include "Chrome.h"
1097 Chrome* chrome = m_page->chrome();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm60 #import <WebCore/Chrome.h>
/external/webkit/Source/WebCore/
H A DAndroid.mk482 page/Chrome.cpp \
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm81 #import <WebCore/Chrome.h>

Completed in 1783 milliseconds