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

/external/webkit/Source/WebCore/page/
H A DChrome.h60 class Chrome : public HostWindow { class in namespace:WebCore
62 Chrome(Page*, ChromeClient*);
63 ~Chrome();
H A DChrome.cpp22 #include "Chrome.h"
58 Chrome::Chrome(Page* page, ChromeClient* client) function in class:WebCore::Chrome
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
[all...]

Completed in 58 milliseconds