HomeSort by relevance Sort by last modified time
    Searched defs:pageCount (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebGlyphCache.cpp 40 size_t WebGlyphCache::pageCount()
WebFrameImpl.cpp 351 virtual int pageCount() const
353 return PrintContext::pageCount();
396 virtual int pageCount() const
    [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.h 53 size_t pageCount() const { return m_pageRects.size(); }
PrintContext.cpp 148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight);
149 for (unsigned i = 0; i < pageCount; ++i) {
265 for (; pageNumber < printContext.pageCount(); pageNumber++) {
325 return printContext.pageCount();
  /external/webkit/Source/WebCore/history/
PageCache.h 58 int pageCount() const { return m_size; }
  /external/skia/src/pdf/
SkPDFPage.cpp 115 int pageCount = treeCapacity;
117 pageCount = pages.count() % treeCapacity;
119 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 130 if (!(page >= 0 && page < pageCount()))
151 int PDFDocumentImage::pageCount() const
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 81 int pageCount = (int) ((size + pageSize - 1) / pageSize);
82 byte[] vector = new byte[pageCount];
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 59 size_t pageCount() const { return m_pages.size(); }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 159 tHeader(tHeader* nextPage, size_t pageCount) :
161 pageCount(pageCount)
175 size_t pageCount;
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 107 count += it->second->pageCount();
111 count += pageZeroRoot->pageCount();
116 size_t GlyphPageTreeNode::pageCount() const
121 count += it->second->pageCount();
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 214 int64_t pageCount = 0;
220 pageCount = statement.getColumnInt64(0);
224 return pageCount * pageSize();
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 349 UINT pageCount = 0;
350 framePrivate->getPrintedPageCount(printDC, &pageCount);
358 for (size_t page = 1; page <= pageCount; ++page) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 426 int pageCount = header.getNumberOfPages();
427 if (pageCount > 1) {
437 pdus = new byte[pageCount][];
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 143 final int pageCount = container.getChildCount();
180 if (pageIndex < (pageCount - 1)) {
244 if (pageIndex < (pageCount - 1)) {
303 final int pageCount = container.getChildCount();
340 if (pageIndex < (pageCount - 1)) {
404 if (pageIndex < (pageCount - 1)) {
672 int pageCount = workspace.getChildCount();
707 if (pageIndex < (pageCount - 1)) {
    [all...]
PagedView.java 575 final int pageCount = getChildCount();
576 for (int i = 0; i < pageCount; i++) {
753 final int pageCount = getChildCount();
755 if (pageCount > 0) {
760 while (leftScreen < pageCount - 1 &&
768 while (rightScreen < pageCount - 1 &&
801 final int pageCount = getChildCount();
802 if (pageCount > 0) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 178 final int pageCount = getPageCount();
179 for (int i = 0; i < pageCount; i++) {
PagedView.java 838 final int pageCount = getChildCount();
840 if (pageCount > 0) {
846 while (leftScreen < pageCount - 1 &&
854 while (rightScreen < pageCount - 1 &&
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
SQLiteDatabase.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 318 milliseconds