Searched defs:Chrome (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome.h16 class Chrome { class
18 virtual ~Chrome() {}
40 // Get the operation system where Chrome is running.
46 // Quits Chrome.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp23 #include "core/page/Chrome.h"
51 Chrome::Chrome(Page* page, ChromeClient* client) function in class:blink::Chrome
58 Chrome::~Chrome()
62 PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClient* client)
64 return adoptPtr(new Chrome(page, client));
67 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect)
72 void Chrome
[all...]

Completed in 557 milliseconds