HomeSort by relevance Sort by last modified time
    Searched refs:setContents (Results 1 - 25 of 33) sorted by null

1 2

  /sdk/common/src/com/android/io/
IAbstractFile.java 41 void setContents(InputStream source) throws StreamException;
FileWrapper.java 96 public void setContents(InputStream source) throws StreamException {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.h 57 void setContents(Image* image);
ImageLayerChromium.cpp 56 void ImageLayerChromium::setContents(Image* contents)
58 // setContents() currently gets called whenever there is any
GraphicsLayerChromium.cpp 359 imageLayer->setContents(image);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 54 public void setContents(InputStream source) throws StreamException {
56 mFile.setContents(source, IResource.FORCE, null);
70 setContents(new ByteArrayInputStream(data));
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTile.h 97 void setContents(TilePainter* painter, int x, int y, float scale);
TiledPage.cpp 185 currentTile->setContents(this, x, y, m_scale);
BaseTile.cpp 114 void BaseTile::setContents(TilePainter* painter, int x, int y, float scale)
TiledTexture.cpp 200 tile->setContents(this, x, y, m_scale);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TablePanel.java 93 clipboard.setContents(
ScreenShotDialog.java 216 mClipboard.setContents(
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 154 void setContents(CFTypeRef);
GraphicsLayerCA.cpp 765 currClone->setContents(sourceLayer->contents());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 109 mClipboard.setContents(
127 mClipboard.setContents(data, types);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 176 clipboard.setContents(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 151 mClipboard.setContents(
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 211 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 642 m_layer->setContents(0);
675 m_contentsLayer->setContents(m_pendingContentsImage.get());
MediaPlayerPrivateQuickTimeVisualContext.cpp 890 layer->setContents(m_imageQueue->get());
912 layer->setContents(image);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 577 void PlatformCALayer::setContents(CFTypeRef value)
580 [m_layer.get() setContents:static_cast<id>(const_cast<void*>(value))];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 453 void PlatformCALayer::setContents(CFTypeRef value)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java     [all...]
LogPanel.java 874 clipboard.setContents(new Object[] {
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java     [all...]

Completed in 498 milliseconds

1 2