HomeSort by relevance Sort by last modified time
    Searched refs:Chrome (Results 1 - 25 of 36) sorted by null

1 2

  /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;
Page.cpp 27 #include "Chrome.h"
135 : m_chrome(adoptPtr(new Chrome(this, pageClients.chromeClient)))
424 chrome()->dispatchViewportDataDidChange(m_viewportArguments);
774 m_sharedGraphicsContext3D = SharedGraphicsContext3D::create(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;
75 Chrome* chrome() const;
RenderFileUploadControl.cpp 24 #include "Chrome.h"
115 if (Chrome* chromePointer = chrome())
134 if (Chrome* chromePointer = chrome())
143 if (Chrome* chromePointer = chrome())
147 Chrome* RenderFileUploadControl::chrome() const function in class:WebCore::RenderFileUploadControl
155 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";
  /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/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...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 36 #include <WebCore/Chrome.h>
961 page->chrome()->setStatusbarText(frame(), statusbarText);
    [all...]

Completed in 356 milliseconds

1 2