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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 41 #include "core/page/Frame.h"
42 #include "core/page/Page.h"
105 InstrumentingAgents* instrumentingAgentsForPage(Page*);
142 return instrumentingAgentsForPage(toDocument(context)->page());
148 return frame ? instrumentingAgentsForPage(frame->page()) : 0;
154 Page* page = document->page(); local
155 if (!page && document->templateDocumentHost()
    [all...]
ContentSearchUtils.h 51 PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
InspectorPageAgent.cpp 64 #include "core/page/Frame.h"
65 #include "core/page/FrameView.h"
66 #include "core/page/Page.h"
67 #include "core/page/PageConsole.h"
68 #include "core/page/Settings.h"
241 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(InstrumentingAgents* instrumentingAgents, Page* page, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
243 return adoptPtr(new InspectorPageAgent(instrumentingAgents, page, state, injectedScriptManager, client, overlay));
264 TypeBuilder::Page::ResourceType::Enum InspectorPageAgent::resourceTypeJson(InspectorPageAgent::ResourceType resource (…)
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc 27 namespace Page {
29 const char kName[] = "Page.handleJavaScriptDialog";
34 const char kName[] = "Page.navigate";
38 const char kName[] = "Page.captureScreenshot";
44 } // Page
devtools_protocol_constants.h 34 namespace Page {
51 } // Page
  /external/chromium_org/third_party/WebKit/Source/core/loader/
Prerenderer.h 48 class Page;
ResourceLoadNotifier.cpp 39 #include "core/page/Frame.h"
40 #include "core/page/Page.h"
58 if (Page* page = m_frame->page())
59 page->progress()->incrementProgress(identifier, r);
67 if (Page* page = m_frame->page())
    [all...]
ResourceLoadNotifier.h 40 class Page;
  /external/chromium_org/third_party/WebKit/Source/core/page/
BarProp.cpp 30 #include "core/page/BarProp.h"
32 #include "core/page/Chrome.h"
33 #include "core/page/Frame.h"
34 #include "core/page/Page.h"
54 Page* page = m_frame->page();
55 if (!page)
62 return page->chrome().toolbarsVisible()
    [all...]
Settings.h 41 class Page;
65 static PassOwnPtr<Settings> create(Page*);
160 explicit Settings(Page*);
162 Page* m_page;
Console.h 34 #include "core/page/DOMWindowProperty.h"
43 class Page;
76 inline Page* page() const;
Frame.h 34 #include "core/page/AdjustViewSizeOrNot.h"
35 #include "core/page/FrameTree.h"
72 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
89 Page* page() const;
164 // Should only be called on the main frame of a page.
172 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
176 Page* m_page;
272 inline Page* Frame::page() cons function in class:WebCore::Frame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.cpp 36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
38 , m_page(page)
50 PassOwnPtr<GeolocationController> GeolocationController::create(Page* page, GeolocationClient* client)
52 return adoptPtr(new GeolocationController(page, client));
138 void provideGeolocationTo(Page* page, GeolocationClient* client)
140 Supplement<Page>::provideTo(page, GeolocationController::supplementName(), GeolocationController::create(page, client))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.cpp 69 void provideMIDITo(Page* page, MIDIClient* client)
71 MIDIController::provideTo(page, MIDIController::supplementName(), MIDIController::create(client));
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
reload.py 4 from telemetry.page import page as page_module
5 from telemetry.page.actions import page_action
11 def RunAction(self, page, tab, previous_action):
13 page_module.Page.WaitForPageToLoad(self, tab, 60)
  /external/chromium_org/v8/src/
spaces.h 53 // spaces consists of a list of pages. A page has a page header and an object
57 // Page::kMaxHeapObjectSize, so that they do not have to move during
59 // may be larger than the page size.
66 // object maps so if the page belongs to old pointer space or large object
67 // space it is essential to guarantee that the page does not contain any
75 // To enable lazy cleaning of old space pages we can mark chunks of the page
77 // sections are skipped when scanning the page, even if we are otherwise
84 // Each page may have up to one special garbage section. The start of this
92 // Since the top and limit fields are in the space, not the page, only one pag
1019 Page* page = Page::FromAddress(addr); local
1980 NewSpacePage* page = reinterpret_cast<NewSpacePage*>(page_start); local
2206 NewSpacePage* page = NewSpacePage::FromLimit(current_); local
    [all...]
  /external/v8/src/
spaces.h 52 // spaces consists of a list of pages. A page has a page header and an object
56 // Page::kMaxHeapObjectSize, so that they do not have to move during
58 // may be larger than the page size.
65 // object maps so if the page belongs to old pointer space or large object
66 // space it is essential to guarantee that the page does not contain any
74 // To enable lazy cleaning of old space pages we can mark chunks of the page
76 // sections are skipped when scanning the page, even if we are otherwise
83 // Each page may have up to one special garbage section. The start of this
91 // Since the top and limit fields are in the space, not the page, only one pag
915 Page* page = Page::FromAddress(addr); local
1770 NewSpacePage* page = reinterpret_cast<NewSpacePage*>(page_start); local
1990 NewSpacePage* page = NewSpacePage::FromLimit(current_); local
    [all...]
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 35 struct Page {
40 Page *acquirePage();
41 void releasePage(Page *page);
43 void appendPage(Page *page);
56 List<Page *> mActivePages;
57 List<Page *> mFreePages;
59 void freePages(List<Page *> *list);
74 void PageCache::freePages(List<Page *> *list)
77 Page *page = *it; local
90 Page *page = *it; local
96 Page *page = new Page; local
119 Page *page = *it; local
314 PageCache::Page *page = mCache->acquirePage(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/history/
BackForwardController.cpp 31 #include "core/page/Page.h"
35 BackForwardController::BackForwardController(Page* page, BackForwardClient* client)
36 : m_page(page)
46 PassOwnPtr<BackForwardController> BackForwardController::create(Page* page, BackForwardClient* client)
48 return adoptPtr(new BackForwardController(page, client));
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMPluginArray.cpp 23 #include "core/page/Frame.h"
24 #include "core/page/Page.h"
88 Page::refreshPlugins(reload);
95 Page* page = m_frame->page();
96 if (!page)
98 return page->pluginData();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 36 class Page;
93 OwnPtr<Page> m_page;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 36 #include "core/page/PagePopup.h"
41 class Page;
89 OwnPtr<WebCore::Page> m_page;
PageWidgetDelegate.cpp 37 #include "core/page/EventHandler.h"
38 #include "core/page/Frame.h"
39 #include "core/page/FrameView.h"
47 static inline FrameView* mainFrameView(Page* page)
49 if (!page)
52 if (!page->mainFrame())
54 return page->mainFrame()->view();
57 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime
    [all...]
  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 22 import android.graphics.pdf.PdfDocument.Page;
33 * This class computes the page width, page height, and content rectangle
47 * // start a page
48 * Page page = document.startPage(0);
50 * // draw something on the page
52 * content.draw(page.getCanvas());
54 * // finish the page
55 * document.finishPage(page);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 33 #include "core/page/Page.h"
34 #include "core/page/Settings.h"
52 if (!page()) { \
103 // Instead, we manually make InternalSettings supplement Page.
104 class InternalSettingsWrapper : public Supplement<Page> {
106 explicit InternalSettingsWrapper(Page* page)
107 : m_internalSettings(InternalSettings::create(page)) { }
123 InternalSettings* InternalSettings::from(Page* page
    [all...]

Completed in 5969 milliseconds

1 2 34 5 6 7 8 91011>>