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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 68 int64 CacheResult::contentSize() const
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 43 public long contentSize;
65 .append("_size").append(contentSize).append(", ")
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 77 inline IntSize contentSize() const { return m_contentSize; }
106 drawTexture(texture, IntRect(0, 0, texture.contentSize().width(), texture.contentSize().height()), matrix, opacity, 0);
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 161 const uint32_t contentSize = stream->getLength();
162 uint32_t read_buffer_size = contentSize;
174 uint32_t bytes_remaining = contentSize;
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 484 QSize contentSize = webPage->preferredContentsSize();
486 contentSize.setWidth(width());
488 contentSize.setHeight(height());
489 if (contentSize != webPage->preferredContentsSize())
490 webPage->setPreferredContentsSize(contentSize);
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 498 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
500 &styleOption, contentSize, 0);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 611 IntSize contentSize = frame->view()->contentsSize();
612 if (contentSize == m_viewSize)
615 m_viewSize = contentSize;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 519 milliseconds