/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 58 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 …]
|
D | Chrome.h | 60 class Chrome : public HostWindow { 62 Chrome(Page*, ChromeClient*); 63 ~Chrome();
|
D | Page.h | 48 class Chrome; variable 167 Chrome* chrome() const { return m_chrome.get(); } in chrome() 318 OwnPtr<Chrome> m_chrome;
|
/external/webrtc/test/functional_test/ |
D | README | 1 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/ |
D | device_management_backend.proto | 12 // (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/ |
D | chrome.proto | 10 // Chrome Browser and Chrome OS specific data.
|
/external/chromium/crypto/third_party/nss/ |
D | README.chromium | 5 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/ |
D | RenderFileUploadControl.h | 29 class Chrome; variable 75 Chrome* chrome() const;
|
D | RenderFileUploadControl.cpp | 115 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/ |
D | chrome_paths_mac.mm | 63 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.
|
D | app_mode_common_mac.mm | 10 const CFStringRef kAppPrefsID = CFSTR("com.google.Chrome");
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | README | 6 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/ |
D | ChromeMac.mm | 21 #import "Chrome.h" 29 void Chrome::focusNSView(NSView* view)
|
/external/chromium/chrome/browser/password_manager/ |
D | encryptor_password_mac.mm | 49 const std::string service_name = "Chrome Safe Storage"; 50 const std::string account_name = "Chrome";
|
/external/chromium/third_party/libjingle/source/ |
D | README.chrome-sandbox | 2 to make libjingle work in sandbox in Chrome.
|
/external/chromium/build/ |
D | branding_value.sh | 35 Chrome)
|
D | common.gypi | 51 # 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/ |
D | README | 1 Demo Chrome Extension that uses the Tab Pinning API. Enables a new keyboard
|
/external/chromium/chrome/browser/history/ |
D | history_indexer.idl | 16 // 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/ |
D | README | 1 This directory contains the UI for Chrome's about:tracing tool.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
D | README | 5 "HelloLicenseServlet.java" contains all the code you need to talk to the Chrome
|
/external/chromium/chrome/browser/ |
D | background_mode_manager_mac.mm | 35 // 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/ |
D | README | 5 "lib" contains the necessary OAuth and OpenID libraries to talk to the Chrome
|
/external/chromium/chrome/common/extensions/docs/css/ |
D | print.css | 1 /* Chrome extensions developer guide - styles for printing */
|
/external/chromium/third_party/libevent/ |
D | README.chromium | 7 Rather than use libevent's own build system, we just build a Chrome
|