Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/print_preview/data/
Ddocument_info.js142 get pageSize() { getter in DocumentInfo
210 printableArea, pageSize, hasCssMediaStyles, margins) { argument
/external/compiler-rt/lib/builtins/
Denable_execute_stack.c45 const uintptr_t pageSize = 4096; in __enable_execute_stack() local
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
Dnheap.js90 pageSize: 25}); property
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js359 …loadObjectStoreData: function(databaseId, objectStoreName, idbKeyRange, skipCount, pageSize, callb… argument
373 …xData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback) argument
388 …n(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback) argument
/external/chromium_org/skia/ext/
Dvector_platform_device_skia.cc23 const SkISize& pageSize, in VectorPlatformDeviceSkia()
/external/chromium_org/third_party/sqlite/src/tool/
Dshowjournal.c12 static int pageSize = 1024; variable
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.cpp391 …ate, PassRefPtrWillBeRawPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) in create()
473 …ate, PassRefPtrWillBeRawPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) in OpenCursorCallback()
492 …jectStoreName, const String& indexName, IDBKeyRange* idbKeyRange, int skipCount, unsigned pageSize) in create()
532 …jectStoreName, const String& indexName, IDBKeyRange* idbKeyRange, int skipCount, unsigned pageSize) in DataLoader()
666 …onst String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<J… in requestData()
/external/chromium_org/third_party/skia/tests/
DPDFPrimitivesTest.cpp253 SkISize pageSize = SkISize::Make(bitmap.width(), bitmap.height()); in TestImage() local
331 SkISize pageSize = SkISize::Make(100, 100); in test_issue1083() local
469 SkISize pageSize = SkISize::Make(100, 100); in DEF_TEST() local
DCanvasTest.cpp716 SkISize pageSize = SkISize::Make(kWidth, kHeight); in TestPdfDevice() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp72 …FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.h… in computePageRects() local
323 IntSize pageSize(width, height); in pageSizeAndMarginsInPixels() local
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control.js182 setPageSize: function(pageSize) { argument
/external/skia/tests/
DPDFPrimitivesTest.cpp252 SkISize pageSize = SkISize::Make(bitmap.width(), bitmap.height()); in TestImage() local
330 SkISize pageSize = SkISize::Make(100, 100); in test_issue1083() local
DCanvasTest.cpp745 SkISize pageSize = SkISize::Make(kWidth, kHeight); in TestPdfDevice() local
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDeviceFlattener.cpp15 SkPDFDeviceFlattener::SkPDFDeviceFlattener(const SkSize& pageSize, const SkRect* trimBox) in SkPDFDeviceFlattener()
/external/skia/src/pdf/
DSkPDFDeviceFlattener.cpp15 SkPDFDeviceFlattener::SkPDFDeviceFlattener(const SkSize& pageSize, const SkRect* trimBox) in SkPDFDeviceFlattener()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp142 int SQLiteDatabase::pageSize() in pageSize() function in blink::SQLiteDatabase
/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.h197 size_t pageSize; // granularity of allocation from the OS variable
/external/chromium_org/third_party/sqlite/src/src/
Dtest2.c75 u32 pageSize; in pager_open() local
DbtreeInt.h423 u32 pageSize; /* Total number of bytes on a page */ member
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.cpp223 void LocalFrame::setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPag… in setPrinting()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp605 size_t pageSize = (o->encodedSize() + o->overheadSize() + 4095) & ~4095; in addResource() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp83 size_t pageSize = kSystemPageSize * i; in partitionBucketNumSystemPages() local
DPartitionAllocTest.cpp854 size_t pageSize = WTF::kSystemPageSize - kExtraAllocSize; in TEST() local
/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp330 void CFXMEM_Pages::Initialize(FX_LPBYTE pStart, size_t pageSize, size_t pages) in Initialize()
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp211 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage()
300 XPS_SIZE pageSize = { in endSheet() local

12