HomeSort by relevance Sort by last modified time
    Searched defs:Chrome (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
Chrome.h 60 class Chrome : public HostWindow {
62 Chrome(Page*, ChromeClient*);
63 ~Chrome();
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...]

Completed in 364 milliseconds