HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PrerendererClient.h 40 class Page;
43 class PrerendererClient : public Supplement<Page> {
50 static PrerendererClient* from(Page*);
56 void providePrerendererClientTo(Page*, PrerendererClient*);
PrerendererClient.cpp 35 #include "core/page/Page.h"
47 PrerendererClient* PrerendererClient::from(Page* page)
49 PrerendererClient* supplement = static_cast<PrerendererClient*>(Supplement<Page>::from(page, supplementName()));
53 void providePrerendererClientTo(Page* page, PrerendererClient* client)
55 PrerendererClient::provideTo(page, PrerendererClient::supplementName(), adoptPtr(client));
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleObserver.cpp 28 #include "core/page/PageLifecycleObserver.h"
30 #include "core/page/Page.h"
34 PageLifecycleObserver::PageLifecycleObserver(Page* page)
35 : LifecycleObserver(page, PageLifecycleObserverType)
43 Page* PageLifecycleObserver::page() const function in class:WebCore::PageLifecycleObserver
45 return static_cast<Page*>(lifecycleContext());
PageLifecycleObserver.h 35 class Page;
39 explicit PageLifecycleObserver(Page*);
42 Page* page() const;
PageGroupLoadDeferrer.h 29 class Page;
34 PageGroupLoadDeferrer(Page*, bool deferSelf);
PageConsole.h 34 #include "core/page/ConsoleTypes.h"
42 class Page;
47 static PassOwnPtr<PageConsole> create(Page* page) { return adoptPtr(new PageConsole(page)); }
58 PageConsole(Page*);
60 Page* page() { return m_page; }; function in class:WebCore::PageConsole
62 Page* m_page;
ContextMenuController.h 42 class Page;
49 static PassOwnPtr<ContextMenuController> create(Page*, ContextMenuClient*);
62 ContextMenuController(Page*, ContextMenuClient*);
67 Page* m_page;
PointerLockController.h 35 class Page;
43 static PassOwnPtr<PointerLockController> create(Page*);
58 explicit PointerLockController(Page*);
62 Page* m_page;
SpeechInputClient.h 43 class Page;
70 void provideSpeechInputTo(Page*, SpeechInputClient*);
PageGroup.h 29 #include "core/page/UserStyleSheet.h"
39 class Page;
51 const HashSet<Page*>& pages() const { return m_pages; }
53 void addPage(Page*);
54 void removePage(Page*);
71 HashSet<Page*> m_pages;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaClient.h 39 class Page;
50 void provideUserMediaTo(Page*, UserMediaClient*);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DeviceOrientationController.h 30 #include "core/page/DeviceController.h"
41 static PassOwnPtr<DeviceOrientationController> create(Page*, DeviceOrientationClient*);
50 static DeviceOrientationController* from(Page*);
51 static bool isActiveAt(Page*);
54 DeviceOrientationController(Page*, DeviceOrientationClient*);
56 Page* m_page;
DeviceOrientationClient.h 30 #include "core/page/DeviceClient.h"
36 class Page;
46 void provideDeviceOrientationTo(Page*, DeviceOrientationClient*);
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageNamespace.h 33 class Page;
40 static PassOwnPtr<StorageNamespace> sessionStorageNamespace(Page*);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIClient.h 39 class Page;
50 void provideMIDITo(Page*, MIDIClient*);
MIDIController.h 34 #include "core/page/Page.h"
42 class MIDIController : public Supplement<Page> {
51 static MIDIController* from(Page* page) { return static_cast<MIDIController*>(Supplement<Page>::from(page, supplementName())); }
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.h 31 #include "core/page/Page.h"
39 class NotificationController : public Supplement<Page> {
46 static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supplement<Page>::from(page, supplementName())); }
47 static NotificationClient* clientFrom(Page*);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 33 class Page;
51 void provideGeolocationTo(Page*, GeolocationClient*);
57 void provideGeolocationTo(Page*, GeolocationClient*);
GeolocationController.h 29 #include "core/page/Page.h"
40 class Page;
42 class GeolocationController : public Supplement<Page> {
47 static PassOwnPtr<GeolocationController> create(Page*, GeolocationClient*);
63 static GeolocationController* from(Page* page) { return static_cast<GeolocationController*>(Supplement<Page>::from(page, supplementName())); }
66 GeolocationController(Page*, GeolocationClient*)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.h 40 class Page;
47 void addListener(ScriptDebugListener*, Page*);
48 void removeListener(ScriptDebugListener*, Page*);
53 virtual void run(Page*) = 0;
70 typedef HashMap<Page*, ScriptDebugListener*> ListenersMap;
73 Page* m_pausedPage;
  /system/core/include/utils/
LinearAllocator.h 74 class Page;
76 Page* newPage(size_t pageSize);
79 void* start(Page *p);
80 void* end(Page* p);
85 Page* mCurrentPage;
86 Page* mPages;
  /external/chromium_org/third_party/WebKit/Source/core/history/
BackForwardController.h 37 class Page;
39 // FIXME: Why does this class exist? It seems to delegate almost entirely to Page, and perhaps should be part of Page's implementation.
45 static PassOwnPtr<BackForwardController> create(Page*, BackForwardClient*);
72 BackForwardController(Page*, BackForwardClient*);
74 Page* m_page;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionClient.h 33 class Page;
46 void provideSpeechRecognitionTo(Page*, SpeechRecognitionClient*);
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 35 #include "core/page/Page.h"
41 class Page;
76 static void animate(WebCore::Page*, double monotonicFrameBeginTime);
77 static void layout(WebCore::Page*);
78 static void paint(WebCore::Page*, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground);
79 static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
  /system/core/libutils/
LinearAllocator.cpp 34 // The ideal size of a page allocation (these need to be multiples of 8)
38 // The maximum amount of wasted space we can have per page
39 // Allocations exceeding this will have their own dedicated page
86 class LinearAllocator::Page {
88 Page* next() { return mNextPage; }
89 void setNext(Page* next) { mNextPage = next; }
91 Page()
98 return (void*) (((size_t)this) + sizeof(Page));
106 Page(const Page& other) {
168 Page* page = newPage(size); local
    [all...]

Completed in 700 milliseconds

1 2 3 4 5 6 7 8 91011>>