Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/external/chromium_org/third_party/WebKit/Source/core/frame/
DScreen.cpp53 Page* page = m_frame->page(); in height() local
63 Page* page = m_frame->page(); in width() local
87 Page* page = m_frame->page(); in availLeft() local
97 Page* page = m_frame->page(); in availTop() local
107 Page* page = m_frame->page(); in availHeight() local
117 Page* page = m_frame->page(); in availWidth() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DViewportTest.cpp126 static PageScaleConstraints runViewportTest(Page* page, int initialWidth, int initialHeight) in runViewportTest()
146 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
165 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
184 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
203 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
222 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
241 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
260 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
279 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
298 Page* page = webViewHelper.webViewImpl()->page(); in TEST_F() local
[all …]
/external/kernel-headers/original/linux/
Dhighmem.h10 static inline void flush_anon_page(struct page *page, unsigned long vmaddr) in flush_anon_page()
16 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
32 static inline void *kmap(struct page *page) in kmap()
38 #define kunmap(page) do { (void) (page); } while (0) argument
40 #define kmap_atomic(page, idx) page_address(page) argument
48 static inline void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage()
61 struct page *page = alloc_page_vma(GFP_HIGHUSER, vma, vaddr); in alloc_zeroed_user_highpage() local
70 static inline void clear_highpage(struct page *page) in clear_highpage()
80 static inline void memclear_highpage_flush(struct page *page, unsigned int offset, unsigned int siz… in memclear_highpage_flush()
Dmm.h41 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) argument
223 struct page { struct
228 * to show when page is mapped argument
242 * If page mapped as anonymous argument
264 * WANT_PAGE_VIRTUAL in asm/page.h argument
272 #define page_private(page) ((page)->private) argument
273 #define set_page_private(page, v) ((page)->private = (v)) argument
298 static inline int put_page_testzero(struct page *page) in put_page_testzero()
308 static inline int get_page_unless_zero(struct page *page) in get_page_unless_zero()
315 static inline int page_count(struct page *page) in page_count()
[all …]
Dpagemap.h50 #define page_cache_get(page) get_page(page) argument
51 #define page_cache_release(page) put_page(page) argument
119 static inline loff_t page_offset(struct page *page) in page_offset()
135 static inline void lock_page(struct page *page) in lock_page()
155 static inline void wait_on_page_locked(struct page *page) in wait_on_page_locked()
164 static inline void wait_on_page_writeback(struct page *page) in wait_on_page_writeback()
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_test_results.py35 def StartTest(self, page): argument
38 def StopTest(self, page): argument
41 def AddError(self, page, err): argument
45 def AddFailure(self, page, err): argument
49 def AddSuccess(self, page): argument
52 def AddSkip(self, page, reason): argument
55 def AddFailureMessage(self, page, message): argument
61 def AddErrorMessage(self, page, message): argument
Dpage_test.py24 def GetCompoundActionFromPage(page, action_name, interactive=False): argument
126 def CustomizeBrowserOptionsForPage(self, page, options): argument
143 def CanRunForPage(self, page): # pylint: disable=W0613 argument
158 def WillRunPageRepeats(self, page): argument
162 def DidRunPageRepeats(self, page): argument
170 def WillNavigateToPage(self, page, tab): argument
178 def DidNavigateToPage(self, page, tab): argument
183 def WillRunActions(self, page, tab): argument
187 def DidRunActions(self, page, tab): argument
191 def WillRunAction(self, page, tab, action): argument
[all …]
Dpage_measurement_unittest.py18 def MeasurePage(self, page, tab, results): argument
25 def MeasurePage(self, page, tab, results): argument
34 def MeasurePage(self, page, tab, results): argument
41 def MeasurePage(self, page, tab, results): argument
48 def MeasurePage(self, page, tab, results): argument
59 def MeasurePage(self, page, tab, results): argument
147 def RunAction(self, page, tab, previous_action): argument
Drecord_wpr.py38 def CanRunForPage(self, page): argument
41 def CustomizeBrowserOptionsForPage(self, page, options): argument
50 def Run(self, options, page, tab, results): argument
75 def _CompoundActionsForPage(self, page, options): argument
/external/kernel-headers/original/asm-mips/
Dcacheflush.h41 static inline void flush_dcache_page(struct page *page) in flush_dcache_page()
54 struct page *page, unsigned long vmaddr) in flush_anon_page()
61 struct page *page) in flush_icache_page()
103 #define Page_dcache_dirty(page) \ argument
105 #define SetPageDcacheDirty(page) \ argument
107 #define ClearPageDcacheDirty(page) \ argument
/external/chromium_org/tools/perf/measurements/
Dno_op.py11 def CanRunForPage(self, page): argument
14 def WillRunAction(self, page, tab, action): argument
17 def DidRunAction(self, page, tab, action): argument
20 def MeasurePage(self, page, tab, results): argument
Dsmoothness.py32 def CanRunForPage(self, page): argument
35 def WillRunActions(self, page, tab): argument
46 def DidRunAction(self, page, tab, action): argument
51 def DidRunActions(self, page, tab): argument
56 def MeasurePage(self, page, tab, results): argument
Dstartwithurl.py34 def CanRunForPage(self, page): argument
38 def RunNavigateSteps(self, page, tab): argument
52 def MeasurePage(self, page, tab, results): argument
Dsession_restore.py29 def CanRunForPage(self, page): argument
33 def RunNavigateSteps(self, page, tab): argument
51 def MeasurePage(self, page, tab, results): argument
Dmemory.py16 def DidNavigateToPage(self, page, tab): argument
25 def CanRunForPage(self, page): argument
28 def MeasurePage(self, page, tab, results): argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageGroupLoadDeferrer.cpp35 PageGroupLoadDeferrer::PageGroupLoadDeferrer(Page* page, bool deferSelf) in PageGroupLoadDeferrer()
60 if (Page* page = m_deferredFrames[i]->page()) in PageGroupLoadDeferrer() local
67 if (Page* page = m_deferredFrames[i]->page()) { in ~PageGroupLoadDeferrer() local
DPageLifecycleObserver.cpp44 PageLifecycleObserver::PageLifecycleObserver(Page* page) in PageLifecycleObserver()
53 Page* PageLifecycleObserver::page() const in page() function in WebCore::PageLifecycleObserver
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp50 static inline FrameView* mainFrameView(Page* page) in mainFrameView()
60 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime) in animate()
69 void PageWidgetDelegate::layout(Page* page) in layout()
93 void PageWidgetDelegate::paint(Page* page, PageOverlayList* overlays, WebCanvas* canvas, const WebR… in paint()
116 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInp… in handleInputEvent()
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp75 static ALWAYS_INLINE void partitionPageMarkFree(PartitionPage* page) in partitionPageMarkFree()
126 PartitionPage* page = bucket->activePagesHead; in partitionAllocShutdownBucket() local
237 static ALWAYS_INLINE void partitionUnusePage(PartitionPage* page) in partitionUnusePage()
248 static ALWAYS_INLINE void partitionPageReset(PartitionPage* page, PartitionBucket* bucket) in partitionPageReset()
259 static ALWAYS_INLINE char* partitionPageAllocAndFillFreelist(PartitionPage* page) in partitionPageAllocAndFillFreelist()
307 static ALWAYS_INLINE void partitionSetNewActivePage(PartitionBucket* bucket, PartitionPage* page) in partitionSetNewActivePage()
331 static ALWAYS_INLINE void partitionPageSetFreePageNext(PartitionPage* page, PartitionPage* nextFree) in partitionPageSetFreePageNext()
337 static ALWAYS_INLINE PartitionPage* partitionPageFreePageNext(PartitionPage* page) in partitionPageFreePageNext()
349 PartitionPage* page = bucket->activePagesHead; in partitionAllocSlowPath() local
380 void partitionFreeSlowPath(PartitionPage* page) in partitionFreeSlowPath()
[all …]
/external/flac/libFLAC/
Dogg_helper.c77 void simple_ogg_page__init(ogg_page *page) in simple_ogg_page__init()
85 void simple_ogg_page__clear(ogg_page *page) in simple_ogg_page__clear()
94 …gg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamE… in simple_ogg_page__get_at()
178 …gg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamE… in simple_ogg_page__set_at()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScopeProxyProvider.cpp36 WorkerGlobalScopeProxyProvider* WorkerGlobalScopeProxyProvider::from(Page* page) in from()
46 void provideWorkerGlobalScopeProxyProviderTo(Page* page, PassOwnPtr<WorkerGlobalScopeProxyProvider>… in provideWorkerGlobalScopeProxyProviderTo()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DPrerendererClient.cpp46 PrerendererClient* PrerendererClient::from(Page* page) in from()
52 void providePrerendererClientTo(Page* page, PrerendererClient* client) in providePrerendererClientTo()
/external/chromium_org/tools/telemetry/telemetry/page/actions/
Dseek.py27 def WillRunAction(self, page, tab): argument
32 def RunAction(self, page, tab, previous_action): argument
Dloop.py23 def WillRunAction(self, page, tab): argument
28 def RunAction(self, page, tab, previous_action): argument
/external/chromium/chrome/browser/policy/
Dmanaged_prefs_banner_base.cc21 OptionsPage page) { in ManagedPrefsBannerBase()
27 OptionsPage page) { in ManagedPrefsBannerBase()
55 OptionsPage page) { in Init()

12345678910>>...20