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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.h 47 virtual void markDirty() OVERRIDE;
SVGRootInlineBox.cpp 60 void SVGRootInlineBox::markDirty()
63 child->markDirty();
64 RootInlineBox::markDirty();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 42 void markDirty() {mDirty = true;}
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.h 39 void markDirty();
InputLayoutCache.cpp 74 markDirty();
77 void InputLayoutCache::markDirty()
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 67 protected final void markDirty() {
FsInfoSector.java 166 markDirty();
BootSector.java 71 markDirty();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 138 transaction.markDirty();
153 transaction.markDirty();
168 transaction.markDirty();
ContactsTransaction.java 86 public void markDirty() {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 299 box->markDirty();
310 adjacentBox->markDirty();
315 adjacentBox->markDirty();
InlineBox.cpp 161 markDirty();
163 curr->markDirty();
InlineTextBox.h 74 virtual void markDirty() OVERRIDE FINAL;
InlineBox.h 261 virtual void markDirty() { m_bitfields.setDirty(true); }
RenderInline.cpp     [all...]
RenderText.cpp 222 next->markDirty();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 249 markDirty();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 218 backing.markDirty();
311 backing.markDirty();
396 public void markDirty() {
  /frameworks/rs/
rsMesh.cpp 204 rsc->mHal.funcs.allocation.markDirty(rsc, mHal.state.vertexBuffers[ct]);
210 rsc->mHal.funcs.allocation.markDirty(rsc, mHal.state.indexBuffers[ct]);
rs_hal.h 172 void (*markDirty)(const Context *rsc, const Allocation *alloc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 153 markDirty();
486 private void markDirty() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 87 markDirty();
102 * The listener must call {@link #markDirty()} when the control is modified by the user.
105 * @param markDirtyListener A {@link ModifyListener} that invokes {@link #markDirty()}.
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 153 void (*markDirty)(const Context *rsc, const Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 153 void (*markDirty)(const Context *rsc, const Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 153 void (*markDirty)(const Context *rsc, const Allocation *alloc);

Completed in 706 milliseconds

1 2