/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 22 #include "Chrome.h" 58 Chrome::Chrome(Page* page, ChromeClient* client) 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::delegatedScrollRequested(const IntPoint& scrollPoint [all...] |
Chrome.h | 60 class Chrome : public HostWindow { 62 Chrome(Page*, ChromeClient*); 63 ~Chrome();
|
Page.h | 48 class Chrome; 167 Chrome* chrome() const { return m_chrome.get(); } function in class:WebCore::Page 318 OwnPtr<Chrome> m_chrome;
|
/external/webkit/Source/WebCore/page/mac/ |
ChromeMac.mm | 21 #import "Chrome.h" 29 void Chrome::focusNSView(NSView* view)
|
/external/chromium/build/ |
branding_value.sh | 33 BRANDING_FILE="${TOP}/chrome/app/theme/chromium/BRANDING" 35 Chrome) 36 BRANDING_FILE="${TOP}/chrome/app/theme/google_chrome/BRANDING"
|
/external/webkit/Source/WebCore/rendering/ |
RenderFileUploadControl.h | 29 class Chrome; 72 Chrome* chrome() const;
|
RenderFileUploadControl.cpp | 24 #include "Chrome.h" 115 if (Chrome* chromePointer = chrome()) 127 if (Chrome* chromePointer = chrome()) 136 if (Chrome* chromePointer = chrome()) 140 Chrome* RenderFileUploadControl::chrome() const function in class:WebCore::RenderFileUploadControl 148 return page->chrome(); [all...] |
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 17 // or if the user-agent is chrome AND the document is being served 20 (navigator.userAgent.indexOf("Chrome") > -1) && 42 } else if ((navigator.userAgent.indexOf("Chrome") > -1) &&
|
api_page_generator.js | 28 var API_MODULE_PREFIX = USE_DEVTOOLS_SCHEMA ? "" : "chrome."; 43 // List of Chrome extension samples. 462 var pageTitleSuffix = "Google Chrome Extensions - Google Code";
|
/frameworks/base/media/libstagefright/ |
Android.mk | 102 # use the Chrome http stack either. 109 # We default to the Chrome HTTP stack. 110 DEFAULT_HTTP = chrome 113 ifneq ($(HTTP_STACK),chrome) 124 ifeq ($(HTTP_STACK),chrome) 141 endif # ifeq ($(HTTP_STACK),chrome)
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 8 * as a stand-alone application (as opposed to being embedded into chrome). 13 * 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 30 if (!window.chrome) { 31 var chrome = {}; 36 * A replacement chrome.send method that supplies static data for the 39 * Note that the real chrome object also supplies data for most-viewed an [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
webserver.rb | 48 if user_agent =~ /Chrome/
|
/external/chromium/chrome/browser/resources/ |
crashes.js | 11 chrome.send('requestCrashList', []) 51 'Chrome%20Version:%20' + version + '%0A' +
|
bug_report.js | 7 'http://www.google.com/support/chrome/go/feedback_confirmation' 63 // and Chrome does not load the image from cache. 113 chrome.send('sendReport', reportArray); 118 chrome.send('cancel', []); 148 chrome.send('refreshSavedScreenshots', []);
|
/external/webkit/Source/WebCore/loader/ |
FrameLoader.h | 55 class Chrome; 371 bool fireBeforeUnloadEvent(Chrome*);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
browser_bridge_tests.js | 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""}, 57 description: "WebKit and Chrome bug",
|
/external/webkit/Source/WebCore/platform/gtk/ |
PasteboardHelper.cpp | 25 #include "Chrome.h" 93 Chrome* chrome = page->chrome(); local 94 ASSERT(chrome); 95 PlatformPageClient client = chrome->platformPageClient();
|
/external/webkit/ |
Android.mk | 71 # use the Chrome http stack either. 79 # We default to the Chrome HTTP stack. 80 DEFAULT_HTTP = chrome 83 ifneq ($(HTTP_STACK),chrome) 94 # The Chrome stack can not be used with JSC and hence can not be used be used 97 ifeq ($(HTTP_STACK),chrome) 98 $(error Can not build with JSC and the Chrome HTTP stack) 103 # The default is on. Chrome HTTP stack must be used when Autofill 108 ifneq ($(HTTP_STACK),chrome) 252 # The following includes are needed by the AutoFill feature, or the chrome htt [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 79 method: A string like 'chrome.foo.bar' or 'chrome.experimental.foo.onBar' 87 urlparts = tuple(method.replace('chrome.', '').rsplit('.', 1)) 104 "chrome.tabs.remove": "tabs.html#method-remove", 105 "chrome.tabs.onDetached" : "tabs.html#event-onDetatched" 123 method_name = 'chrome.%s.%s' % (namespace, method['name']) 157 """ Reads through the filesystem and obtains information about any Chrome 255 """ Represents metadata about a Chrome extension sample. 265 api_methods: A list of strings containing all possible Chrome extension 541 2. Searches through the contents of the file for chrome.* API calls [all...] |
/external/webkit/Source/WebKit/win/ |
FullscreenVideoController.cpp | 36 #include <WebCore/Chrome.h>
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 44 #include <WebCore/Chrome.h> 162 return static_cast<WebChromeClient*>(page->chrome()->client())->page();
|
/external/chromium/chrome/browser/resources/net_internals/ |
dataview.js | 171 text.push('Chrome version: ' + ClientInfo.version +
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 7 * This is the main code for the new tab page used by touch-enabled Chrome 12 // will be concatenated with other files when embedded in Chrome 102 chrome.send('getApps'); 173 chrome.send('getRecentlyClosedTabs'); 177 chrome.send('getMostVisited'); 211 * Callback invoked by chrome with the apps available. 239 // unfortunate to have Chrome send us the entire apps list after an 285 * Make a synthesized app object representing the chrome web store. It seems 307 return 'chrome://theme/' + resourceName; 311 * Callback invoked by chrome whenever an app preference changes [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 7 * This is the main code for the new tab page used by touch-enabled Chrome 12 // will be concatenated with other files when embedded in Chrome 101 chrome.send('getApps'); 223 * Callback invoked by chrome with the apps available. 253 // unfortunate to have Chrome send us the entire apps list after an 289 * Make a synthesized app object representing the chrome web store. It seems 311 // Allow standalone_hack.js to hook this mapping (since chrome:// URLs 318 return 'chrome://theme/' + resourceName; 322 * Callback invoked by chrome whenever an app preference changes. 325 * so don't use this at all (but it still needs to be here for chrome t [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DChromium.cpp | 40 #include "Chrome.h" 116 Chrome* chrome = static_cast<Chrome*>(hostWindow); 117 m_webViewImpl = static_cast<WebKit::WebViewImpl*>(chrome->client()->webView()); [all...] |