OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
49
virtual void
markDirty
(bool dirty = true) OVERRIDE FINAL;
SVGRootInlineBox.cpp
68
void SVGRootInlineBox::
markDirty
(bool dirty)
72
child->
markDirty
(true);
73
RootInlineBox::
markDirty
(dirty);
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SingleFieldBuilder.java
230
parent.
markDirty
();
238
public void
markDirty
() {
RepeatedFieldBuilder.java
569
parent.
markDirty
();
577
public void
markDirty
() {
GeneratedMessage.java
225
void
markDirty
();
475
public void
markDirty
() {
497
builderParent.
markDirty
();
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
InputLayoutCache.h
33
void
markDirty
();
InputLayoutCache.cpp
59
markDirty
();
62
void InputLayoutCache::
markDirty
()
Image.h
38
void
markDirty
() {mDirty = true;}
/frameworks/base/core/java/android/view/
DisplayList.java
236
public void
markDirty
() {
256
* @see #
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
340
box->
markDirty
();
351
adjacentBox->
markDirty
();
359
adjacentBox->
markDirty
();
InlineBox.cpp
160
markDirty
();
162
curr->
markDirty
();
InlineTextBox.h
75
virtual void
markDirty
(bool dirty = true) OVERRIDE FINAL;
InlineBox.h
257
virtual void
markDirty
(bool dirty = true) { m_bitfields.setDirty(dirty); }
RenderInline.cpp
[
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
153
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
()}.
Completed in 2519 milliseconds
1
2