Searched defs:pages (Results 26 - 50 of 91) sorted by relevance

1234

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java63 public void onWriteFinished(PageRange[] pages) {} argument
238 public void onWriteFinished(PageRange[] pages) {
/external/chromium_org/chrome/common/
H A Dprint_messages.h63 std::vector<int> pages; member in struct:PrintMsg_PrintPages_Params
216 // If empty, this means a request to render all the printed pages.
217 IPC_STRUCT_TRAITS_MEMBER(pages)
231 // Store the expected pages count.
323 // requested pages and switch back the CSS to display media type.
339 // requested pages for print preview using the given |settings|. This gets
359 // rendered pages according to the specified settings.
362 int /* number of rendered pages */)
414 // Notify the browser the number of pages in the print preview document.
/external/chromium_org/ppapi/proxy/
H A Dppp_printing_proxy.cc61 std::vector<PP_PrintPageNumberRange_Dev> pages(
67 instance, pages, &result));
176 const std::vector<PP_PrintPageNumberRange_Dev>& pages,
178 if (!ppp_printing_impl_ || pages.empty())
183 instance, &pages[0], pages.size());
174 OnPluginMsgPrintPages( PP_Instance instance, const std::vector<PP_PrintPageNumberRange_Dev>& pages, HostResource* result) argument
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintDocumentAdapterWrapper.java50 void onWriteFinished(PageRange[] pages); argument
86 public void onWriteFinished(PageRange[] pages) { argument
87 mCallback.onWriteFinished(pages);
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageArea.cpp161 const HashSet<Page*>& pages = Page::ordinaryPages(); local
162 for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
178 const HashSet<Page*>& pages = Page::ordinaryPages(); local
179 for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFPage.cpp61 void SkPDFPage::GeneratePageTree(const SkTDArray<SkPDFPage*>& pages, argument
65 // PDF wants a tree describing all the pages in the document. We arbitrary
80 curNodes.setReserve(pages.count());
81 for (int i = 0; i < pages.count(); i++) {
82 SkSafeRef(pages[i]);
83 curNodes.push(pages[i]);
88 nextRoundNodes.setReserve((pages.count() + kNodeSize - 1)/kNodeSize);
111 if (curNodes[i] != pages[0]) {
129 pageCount = ((pages.count() - 1) % treeCapacity) + 1;
H A DSkPDFDocument.cpp28 const SkTDArray<SkPDFPage*>& pages,
34 for (int i = 0; i < pages.count(); ++i) {
35 usage.merge(pages[i]->getFontGlyphUsage());
27 perform_font_subsetting(SkPDFCatalog* catalog, const SkTDArray<SkPDFPage*>& pages, SkTDArray<SkPDFObject*>* substitutes) argument
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dvalue_unittest.py19 def pages(self): member in class:TestBase
20 return self.page_set.pages
69 page0 = self.pages[0]
70 page1 = self.pages[0]
77 page0 = self.pages[0]
104 page0 = self.pages[0]
141 page0 = self.pages[0]
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py206 pages = set([u>>page_bits for u in starts+ends+singles.keys()]) variable
207 for p in sorted(pages):
/external/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp31 DEFINE_string2(writePath, w, "", "Directory to write the rendered pages.");
34 DEFINE_string2(pages, p, "all", "What pages to render and how:\n"
35 "\tall - all pages\n"
36 "\treverse - all pages, in reverse order\n"
249 if (!renderer->pages()) { function
250 // This should never happen, since CreateFromFile will return NULL if there are no pages.
260 for (int pn = 0; pn < renderer->pages(); ++pn) {
262 FLAGS_noExtensionForOnePagePdf && renderer->pages() == 1 ? -1 : pn);
265 for (int pn = renderer->pages()
[all...]
/external/skia/src/pdf/
H A DSkPDFPage.cpp61 void SkPDFPage::GeneratePageTree(const SkTDArray<SkPDFPage*>& pages, argument
65 // PDF wants a tree describing all the pages in the document. We arbitrary
80 curNodes.setReserve(pages.count());
81 for (int i = 0; i < pages.count(); i++) {
82 SkSafeRef(pages[i]);
83 curNodes.push(pages[i]);
88 nextRoundNodes.setReserve((pages.count() + kNodeSize - 1)/kNodeSize);
111 if (curNodes[i] != pages[0]) {
129 pageCount = ((pages.count() - 1) % treeCapacity) + 1;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_ui_unittest.cc102 const std::vector<ExtensionPage>& pages,
117 return handler_->CreateExtensionDetailValue(extension.get(), pages, NULL);
122 const std::vector<ExtensionPage>& pages,
133 extension_path, pages, Manifest::INVALID_LOCATION));
180 std::vector<ExtensionPage> pages; local
181 pages.push_back(ExtensionPage(
184 pages.push_back(ExtensionPage(
193 CompareExpectedAndActualOutput(extension_path, pages, expected_output_path);
209 pages[1].url = pages[
100 CreateExtensionDetailViewFromPath( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, Manifest::Location location) argument
120 CompareExpectedAndActualOutput( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, const base::FilePath& expected_output_path) argument
243 std::vector<ExtensionPage> pages; local
275 std::vector<ExtensionPage> pages; local
304 std::vector<ExtensionPage> pages; local
[all...]
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.cc170 const std::vector<int>& pages,
176 params->pages = pages;
168 UpdateSettings(int cookie, PrintMsg_PrintPages_Params* params, const std::vector<int>& pages, int margins_type) argument
/external/chromium_org/printing/
H A Dprinting_context_android.cc47 std::vector<int> pages; local
48 base::android::JavaIntArrayToIntVector(env, int_arr, &pages);
49 for (std::vector<int>::const_iterator it = pages.begin();
50 it != pages.end();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.cpp281 // Search the entire tree of each of the other pages in this namespace.
283 const HashSet<Page*>& pages = Page::ordinaryPages(); local
284 HashSet<Page*>::const_iterator end = pages.end();
285 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DHAREntry.js287 pages: this._buildPages(),
308 var pages = []; variable
314 pages.push(this._convertPage(page));
316 return pages;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c166 unsigned int rows, pages; local
171 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
196 i = ((byte1 - fs->min_byte1) * pages) +
254 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
258 unsigned int first_char, last_char, pages, rows;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c172 unsigned int rows, pages; local
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
257 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
261 unsigned int first_char, last_char, pages, rows;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c173 unsigned int rows, pages; local
178 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
203 i = ((byte1 - fs->min_byte1) * pages) +
260 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
264 unsigned int first_char, last_char, pages, rows;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.h49 // Type that can hold the length of a run of pages
56 // Using large pages speeds up the execution at a cost of larger memory use.
60 // As the number of size classes increases with large pages, we increase
62 // central lists. Also, larger pages are less likely to get freed.
140 // Convert byte size into pages. This won't overflow, but may return
142 inline Length pages(size_t bytes) { function in namespace:tcmalloc
203 // Mapping from size class to number of pages to allocate at a time
228 // Mapping from size class to number of pages to allocate at a time
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.h48 // Type that can hold the length of a run of pages
55 // Using large pages speeds up the execution at a cost of larger memory use.
59 // As the number of size classes increases with large pages, we increase
61 // central lists. Also, larger pages are less likely to get freed.
123 // Convert byte size into pages. This won't overflow, but may return
125 inline Length pages(size_t bytes) { function in namespace:tcmalloc
186 // Mapping from size class to number of pages to allocate at a time
211 // Mapping from size class to number of pages to allocate at a time
/external/kernel-headers/original/uapi/linux/
H A Dscreen_info.h43 __u16 pages; /* 0x32 */ member in struct:screen_info
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c166 unsigned int rows, pages; local
171 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
196 i = ((byte1 - fs->min_byte1) * pages) +
254 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
258 unsigned int first_char, last_char, pages, rows;
/external/mesa3d/src/glx/
H A Dxfont.c172 unsigned int rows, pages; local
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
257 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
261 unsigned int first_char, last_char, pages, rows;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c173 unsigned int rows, pages; local
178 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
203 i = ((byte1 - fs->min_byte1) * pages) +
260 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
264 unsigned int first_char, last_char, pages, rows;

Completed in 589 milliseconds

1234