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

  /external/webkit/WebCore/page/
Chrome.h 55 class Chrome : public HostWindow {
57 Chrome(Page*, ChromeClient*);
58 ~Chrome();
Chrome.cpp 22 #include "Chrome.h"
58 Chrome::Chrome(Page* page, ChromeClient* client)
65 Chrome::~Chrome()
70 void Chrome::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
75 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
80 IntPoint Chrome::screenToWindow(const IntPoint& point) const
85 IntRect Chrome::windowToScreen(const IntRect& rect) const
90 PlatformPageClient Chrome::platformPageClient() cons
    [all...]

Completed in 54 milliseconds