Searched defs:Page (Results 1 - 16 of 16) sorted by path

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_error_detector.py16 Page = namedtuple('Page', 'status, links, anchors, anchor_refs') variable
26 that page. Returns a |Page| namedtuple with fields for the http status code
31 If a non-html page is properly rendered, a |Page| with status code 200 and
38 return Page(response.status, (), (), ())
40 return Page(200, (), (), ())
45 return Page(200, (), (), ())
82 return Page(200, edges, anchors, anchor_refs)
130 self._pages = defaultdict(lambda: Page(404, (), (), ()))
192 is a callable that takes a path and returns a Page
[all...]
/external/chromium_org/device/hid/
H A Dhid_usage_and_page.h13 enum Page { enum in struct:device::HidUsageAndPage
122 HidUsageAndPage(uint16_t usage, Page usage_page)
127 Page usage_page;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRule.h47 Page, enumerator in enum:blink::StyleRuleBase::Type
61 bool isPageRule() const { return type() == Page; }
287 DEFINE_STYLE_RULE_TYPE_CASTS(Page);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp21 #include "core/page/Page.h"
67 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, pageCounter, ("Page"));
70 HashSet<Page*>& Page::allPages()
72 DEFINE_STATIC_LOCAL(HashSet<Page*>, allPages, ());
77 HashSet<Page*>& Page::ordinaryPages()
79 DEFINE_STATIC_LOCAL(HashSet<Page*>, ordinaryPages, ());
84 void Page::networkStateChanged(bool online)
89 HashSet<Page*>
114 Page::Page(PageClients& pageClients) function in class:blink::Page
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginData.cpp67 PluginData::PluginData(const Page* page)
114 void PluginData::initPlugins(const Page*) argument
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFFileAnnotationDictionary_autogen.cpp11 int64_t SkPdfFDFFileAnnotationDictionary::Page(SkPdfNativeDoc* doc) { function in class:SkPdfFDFFileAnnotationDictionary
12 SkPdfNativeObject* ret = get("Page", "");
20 return get("Page", "") != NULL;
/external/chromium_org/tools/perf/page_sets/
H A Dalexa1-10000.py5 from telemetry.page.page import Page namespace
8 class Alexa1To10000Page(Page):
/external/chromium_org/tools/telemetry/telemetry/page/
H A D__init__.py11 class Page(object): class in inherits:object
H A Dpage.py5 # TODO(eakuefner): Refactor references to Page and kill this hack.
8 Page = page.Page variable
/external/chromium_org/tools/telemetry/unittest_data/pages/
H A Dexternal_page.py6 from telemetry.page.page import Page namespace
9 class ExternalPage(Page):
/external/chromium_org/v8/src/heap/
H A Dspaces.h37 // Page::kMaxHeapObjectSize, so that they do not have to move during
79 DCHECK((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
85 DCHECK((0 < size) && (size <= Page::kMaxRegularHeapObjectSize))
88 DCHECK((Page::kObjectStartOffset <= offset) && (offset <= Page::kPageSize))
701 // Page* p = Page::FromAddress(addr); or
702 // Page* p = Page::FromAllocationTop(top);
703 class Page class in namespace:v8::internal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFFileAnnotationDictionary_autogen.cpp11 int64_t SkPdfFDFFileAnnotationDictionary::Page(SkPdfNativeDoc* doc) { function in class:SkPdfFDFFileAnnotationDictionary
12 SkPdfNativeObject* ret = get("Page", "");
20 return get("Page", "") != NULL;

Completed in 1895 milliseconds