Home
last modified time | relevance | path

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

12345

/external/webkit/Source/WebCore/page/
DChrome.cpp58 Chrome::Chrome(Page* page, ChromeClient* client) in Chrome() function in WebCore::Chrome
65 Chrome::~Chrome() in ~Chrome()
70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate) in invalidateWindow()
75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) in invalidateContentsAndWindow()
80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRec… in scroll()
91 void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint) in delegatedScrollRequested()
97 IntPoint Chrome::screenToWindow(const IntPoint& point) const in screenToWindow()
102 IntRect Chrome::windowToScreen(const IntRect& rect) const in windowToScreen()
107 PlatformPageClient Chrome::platformPageClient() const in platformPageClient()
[all …]
DChrome.h60 class Chrome : public HostWindow {
62 Chrome(Page*, ChromeClient*);
63 ~Chrome();
DPage.h48 class Chrome; variable
167 Chrome* chrome() const { return m_chrome.get(); } in chrome()
318 OwnPtr<Chrome> m_chrome;
/external/webrtc/test/functional_test/
DREADME1 This test client is a simple functional test for WebRTC enabled Chrome build.
4 - A WebRTC Chrome binary.
15 2. Start the WebRTC Chrome build: $ <path_to_chome_binary>/chrome
17 <path_to_data> is where Chrome looks for all its states, use for example
27 2. Start the WebRTC Chrome build, see scenario (1).
29 4. On another machine, start the WebRTC Chrome build.
/external/chromium/chrome/browser/policy/proto/
Ddevice_management_backend.proto12 // (CloudPolicySettings) for Chrome. The name "Initial" indicates that
13 // these settings will be downloaded before Chrome starts requesting
23 // Chrome will interpret this as UNMANAGED if unset.
45 // Chrome OS TT support once it is over.
54 // "Android", or "Chrome OS".
81 // TODO(gfeher): remove this after Chrome OS TT is over.
94 // Possible values for Chrome OS are:
195 // TODO(gfeher): remove this after Chrome OS TT is over.
198 // TODO(gfeher): remove this after Chrome OS TT is over.
221 // * devicetype: MUST BE "1" for Android or "2" for Chrome OS.
[all …]
/external/chromium/chrome/browser/userfeedback/proto/
Dchrome.proto10 // Chrome Browser and Chrome OS specific data.
/external/chromium/crypto/third_party/nss/
DREADME.chromium5 deleted or commented out unused code, and tweaked them for Chrome's source
6 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++
/external/webkit/Source/WebCore/rendering/
DRenderFileUploadControl.h29 class Chrome; variable
75 Chrome* chrome() const;
DRenderFileUploadControl.cpp115 if (Chrome* chromePointer = chrome()) in receiveDropForDirectoryUpload()
134 if (Chrome* chromePointer = chrome()) in chooseIconForFiles()
143 if (Chrome* chromePointer = chrome()) in click()
147 Chrome* RenderFileUploadControl::chrome() const in chrome()
/external/chromium/chrome/common/
Dchrome_paths_mac.mm63 product_dir_name = "Google/Chrome";
77 // outer browser .app's Info.plist. The default is "Google/Chrome" for
80 // to "Google/Chrome Canary".
107 // Support/Google/Chrome/MyProfileName would use the cache directory
108 // ~/Library/Caches/Google/Chrome/MyProfileName.
Dapp_mode_common_mac.mm10 const CFStringRef kAppPrefsID = CFSTR("com.google.Chrome");
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
DREADME6 This application implements a sample client for the Chrome Web Store Licensing
21 Second, obtain a token for the Chrome Web Store license server. Check the
/external/webkit/Source/WebCore/page/mac/
DChromeMac.mm21 #import "Chrome.h"
29 void Chrome::focusNSView(NSView* view)
/external/chromium/chrome/browser/password_manager/
Dencryptor_password_mac.mm49 const std::string service_name = "Chrome Safe Storage";
50 const std::string account_name = "Chrome";
/external/chromium/third_party/libjingle/source/
DREADME.chrome-sandbox2 to make libjingle work in sandbox in Chrome.
/external/chromium/build/
Dbranding_value.sh35 Chrome)
Dcommon.gypi51 # Set default value of toolkit_views on for Windows, Chrome OS
162 # Enable some hacks to support Flapper only on Chrome OS.
169 # Enable file manager extension by default on Chrome OS.
230 # Chrome normally builds with the Mac OS X 10.5 SDK and sets the
258 # this build (only meaningful if branding!=Chrome).
282 # This is the location of the sandbox binary. Chrome looks for this before
309 # Override whether we should use Breakpad on Linux. I.e. for Chrome bot.
410 ['branding=="Chrome"', {
413 # All Chrome builds have breakpad symbols, but only process the
415 ['(branding=="Chrome" and buildtype=="Official")', {
[all …]
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
DREADME1 Demo Chrome Extension that uses the Tab Pinning API. Enables a new keyboard
/external/chromium/chrome/browser/history/
Dhistory_indexer.idl16 // This is the method called by Chrome to send content and thumbnail of the
36 // This method is called by Chrome when the users delete their history.
/external/chromium-trace/src/tracing/
DREADME1 This directory contains the UI for Chrome's about:tracing tool.
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
DREADME5 "HelloLicenseServlet.java" contains all the code you need to talk to the Chrome
/external/chromium/chrome/browser/
Dbackground_mode_manager_mac.mm35 // Check if Chrome is not a login Item, or is a Login Item but w/o 'hidden'
45 // Return if Chrome is already a Login Item (avoid overriding user choice).
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
DREADME5 "lib" contains the necessary OAuth and OpenID libraries to talk to the Chrome
/external/chromium/chrome/common/extensions/docs/css/
Dprint.css1 /* Chrome extensions developer guide - styles for printing */
/external/chromium/third_party/libevent/
DREADME.chromium7 Rather than use libevent's own build system, we just build a Chrome

12345