Searched defs:page (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service.cc22 ArticleEntryPage* page = skeleton.add_pages(); local
23 page->set_url(url.spec());
H A Ddom_distiller_service_unittest.cc68 DistilledPageProto* page = proto->add_pages(); local
69 page->set_url(url);
562 // Check if retrieved URL is same as given URL for the first page.
H A Ddom_distiller_store_unittest.cc87 ArticleEntryPage* page = entry.add_pages(); local
88 page->set_url(page_url1);
91 ArticleEntryPage* page = entry.add_pages(); local
92 page->set_url(page_url2);
95 ArticleEntryPage* page = entry.add_pages(); local
96 page->set_url(page_url3);
H A Dtask_tracker.cc205 sync_pb::ArticlePage* page = entry_.add_pages(); local
206 page->set_url(distilled_article_->pages(i).url());
/external/chromium_org/device/hid/
H A Dhid_service_mac.cc107 HidUsageAndPage::Page page = static_cast<HidUsageAndPage::Page>( local
110 collection_info.usage = HidUsageAndPage(usage, page);
/external/chromium_org/printing/
H A Dprinted_document.cc44 const PrintedPage* page) {
50 base::ASCIIToUTF16(base::StringPrintf("_%04d", page->page_number()));
59 page->metafile()->SaveTo(&file);
97 // Records the expected page count if a range is setup.
99 // If there is a range, set the number of page
122 scoped_refptr<PrintedPage> page(
125 page->set_shrink_factor(shrink);
129 mutable_.pages_[page_number] = page;
139 FROM_HERE, base::Bind(&DebugDumpPageTask, name(), page));
144 scoped_refptr<PrintedPage> page; local
43 DebugDumpPageTask(const base::string16& doc_name, const PrintedPage* page) argument
268 RenderPrintedPage(const PrintedPage& page, PrintingContext* context) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp20 #include "core/page/SpellCheckerClient.h"
35 DummyPageHolder& page() const { return *m_dummyPageHolder; } function in class:__anon11084::HTMLTextFormControlElementTest
40 int layoutCount() const { return page().frameView().layoutCount(); }
90 FrameView& frameView = page().frameView();
94 page().frameView().setFrameRect(frameRect);
221 OwnPtrWillBePersistent<SpellChecker> spellChecker(SpellChecker::create(page().frame()));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.cpp46 #include "core/page/ContextMenuController.h"
47 #include "core/page/ContextMenuProvider.h"
48 #include "core/page/Page.h"
212 void InspectorFrontendHost::showContextMenu(Page* page, float x, float y, const Vector<ContextMenuItem>& items) argument
221 float zoom = page->deprecatedLocalMainFrame()->pageZoomFactor();
222 page->inspectorController().showContextMenu(x * zoom, y * zoom, menuProvider);
238 if (window->document() && window->document()->page())
239 targetPage = window->document()->page();
H A DInspectorInputAgent.cpp37 #include "core/page/Chrome.h"
38 #include "core/page/EventHandler.h"
39 #include "core/page/Page.h"
82 void ConvertInspectorPoint(blink::Page* page, const blink::IntPoint& point, blink::IntPoint* convertedPoint, blink::IntPoint* globalPoint) argument
84 *convertedPoint = page->deprecatedLocalMainFrame()->view()->convertToContainingWindow(point);
85 *globalPoint = page->chrome().rootViewToScreen(blink::IntRect(point, blink::IntSize(0, 0))).location();
92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client) argument
94 , m_page(page), m_client(client)
H A DInspectorPageAgent.h158 Page* page() { return m_page; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp208 GlyphPage* page = pair.second; local
209 ASSERT(page);
214 page->setGlyphDataForCharacter(character, 0, 0);
222 page->setGlyphDataForCharacter(character, glyphData.glyph, originalFontData);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp39 #include "core/page/Chrome.h"
73 // Verify that page teardown destroyed the Chrome
81 Page* page = node->document().page(); local
82 if (!page)
85 return page->chrome().client().isSVGImageChromeClient();
122 static SVGSVGElement* svgRootElement(Page* page) argument
124 if (!page)
126 LocalFrame* frame = toLocalFrame(page->mainFrame());
402 OwnPtrWillBeRawPtr<Page> page; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializer.cpp44 #include "core/page/Page.h"
45 #include "core/page/PageSerializer.h"
158 serializer.serialize(toWebViewImpl(view)->page());
173 static PassRefPtr<SharedBuffer> serializePageToMHTML(Page* page, MHTMLArchive::EncodingPolicy encodingPolicy) argument
177 serializer.serialize(page);
178 Document* document = page->deprecatedLocalMainFrame()->document();
184 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseDefaultEncoding);
191 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseBinaryEncoding);
221 // Let's retrieve the resources from every frame in this page.
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollingCoordinatorChromiumTest.cpp27 #include "core/page/scrolling/ScrollingCoordinator.h"
29 #include "core/page/Page.h"
116 Page* page = frame()->page(); local
117 ASSERT_TRUE(page->scrollingCoordinator());
118 ASSERT_TRUE(page->scrollingCoordinator()->coordinatesScrollingForFrameView(frameView));
135 Page* page = frame()->page(); local
136 ASSERT_TRUE(page->scrollingCoordinator());
137 ASSERT_TRUE(page
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-unicode-private.hh175 hb_codepoint_t page = ch >> 8; local
176 switch (page) {
/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page
37 VP8Tokens* next_; // pointer to next page
67 VP8Tokens* page = NULL; local
68 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t);
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
72 if (page == NULL) {
76 page->next_ = NULL;
78 *b->last_page_ = page;
79 b->last_page_ = &page->next_;
81 b->tokens_ = TOKEN_DATA(page);
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp63 // The page tree has both child and parent pointers, so it creates a
172 // Add the size of resources of substitute objects used on page 1.
176 // first page xref table and calculate the size.
207 // // TODO(vandebo): Save the file offset for the first page xref table.
245 SkPDFPage* page = new SkPDFPage(pdfDevice); local
247 fPages[pageNumber] = page; // Reference from new passed to fPages.
256 SkPDFPage* page = new SkPDFPage(pdfDevice); local
257 fPages.push(page); // Reference from new passed to fPages.
/external/chromium_org/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp213 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1); local
214 if (NULL == page) {
218 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
240 CGContextDrawPDFPage(ctx, page);
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc39 void PaginationModel::SelectPage(int page, bool animate) { argument
41 // -1 and |total_pages_| are valid target page for animation.
42 DCHECK(page >= -1 && page <= total_pages_);
45 if (page == selected_page_)
49 if (!is_valid_page(page)) {
52 if (page == last_overscroll_target_page_) {
60 last_overscroll_target_page_ = page;
65 StartTransitionAnimation(Transition(page, 0));
72 if (from_page == page) {
[all...]
H A Dpagination_model_unittest.cc49 void set_transition_page(int page) { transition_page_ = page; } argument
57 void AppendSelectedPage(int page) { argument
60 selected_pages_.append(base::StringPrintf("%d", page));
105 // Indicate which page index should be counted for |transition_start_count_|
164 // Nothing happens if select the same page.
192 // Transition to same page twice and only one should happen.
230 // Scroll to the next page (negative delta) and finish it.
239 // Scroll to the previous page (positive delta) and finish it.
248 // Scroll to the next page (negativ
[all...]
/external/chromium_org/ui/app_list/views/
H A Dpage_switcher.cc151 int page = GetPageForPoint(point); local
154 if (page >= 0 && page < button_count) {
156 static_cast<PageSwitcherButton*>(buttons_->child_at(page));
/external/chromium_org/v8/src/heap/
H A Dspaces-inl.h119 void MemoryAllocator::ProtectChunkFromPage(Page* page) { argument
120 int id = GetChunkId(page);
125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { argument
126 int id = GetChunkId(page);
138 Page* page = reinterpret_cast<Page*>(chunk); local
139 DCHECK(page->area_size() <= kMaxRegularHeapObjectSize);
141 owner->IncreaseCapacity(page->area_size());
142 owner->Free(page->area_start(), page->area_size());
146 return page;
221 set_next_page(Page* page) argument
227 set_prev_page(Page* page) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dprint_document_source.cc155 // Use the first page's description for the whole document. Page numbers
157 // TODO(mad): Check if it would be useful to use per page descriptions.
159 hr = print_task_options->GetPageDescription(1 /* page */, &page_desc);
194 for (size_t page = 0; page < page_count; ++page) {
196 hr = WaitAndGetPage(page, gdi_metafile.GetAddressOf());
197 LOG_IF(ERROR, FAILED(hr)) << "Failed to get page's metafile " << std::hex
214 STDMETHODIMP PrintDocumentSource::Paginate(uint32 page, argument
216 DVLOG(1) << __FUNCTION__ << ", page local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php7 $pagesize = 25; //results per page
10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1); variable
11 $offset = ($page - 1) * $pagesize;
84 dopager($rows, $page, $pagesize);
103 dopager($rows, $page, $pagesize);
220 function pagelink($page, $selected, $linktext = "")
222 $innertext = ($linktext ? $linktext : $page);
223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&amp;p=$page\">$innertext</a>" : $innertext);
227 function dopager($rows, $page, $pagesize)
229 $startpage = ($page
[all...]
/external/harfbuzz_ng/src/
H A Dhb-unicode-private.hh175 hb_codepoint_t page = ch >> 8; local
176 switch (page) {

Completed in 6535 milliseconds

1234567891011>>