OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
676 - 700
of
1387
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp
716
//
Invalidate
the entire layer for now, as webkit will only send the
720
m_foregroundLayerContent.
invalidate
(IntRect(0, 0, contentsRect.width(), contentsRect.height()));
870
m_contentLayerContent.
invalidate
(enclosingIntRect(rect));
872
m_foregroundLayerContent.
invalidate
(enclosingIntRect(rect));
[
all
...]
/external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp
192
scrollbar->
invalidate
();
/external/webkit/Source/WebCore/rendering/
CounterNode.cpp
168
m_rootRenderer->
invalidate
(); // This makes m_rootRenderer point to the next renderer if any since it disconnects the m_rootRenderer from this.
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.cpp
166
//
Invalidate
all resources of this client if our layout changed.
/external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp
219
// FIXME: In order to support dynamic SVGs we need to have a way to
invalidate
this
/external/webkit/Source/WebKit/mac/WebView/
WebViewEventHandling.mm
224
[timer
invalidate
];
/external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp
70
void NPObjectProxy::
invalidate
()
function in class:WebKit::NPObjectProxy
/external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp
58
void WebIconDatabase::
invalidate
()
function in class:WebKit::WebIconDatabase
/external/yaffs2/yaffs2/
yaffs_checkptrw.c
357
T(YAFFS_TRACE_CHECKPOINT,(TSTR("checkpoint
invalidate
"TENDSTR)));
/frameworks/base/core/java/android/view/
GLES20DisplayList.java
73
public void
invalidate
() {
method in class:GLES20DisplayList
/frameworks/base/core/java/android/widget/
AnalogClock.java
250
invalidate
();
CompoundButton.java
298
invalidate
();
method
QuickContactBadge.java
100
invalidate
();
method
/frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd
62
your layout, call <code>{@link android.view.View#
invalidate
()}</code> and then handle the
66
(you do not need to request <code>
invalidate
()</code>).</li>
121
<code>{@link android.view.View#
invalidate
()}</code>. This indicates that you'd like your View to be drawn and
130
<p class="note"><strong>Note: </strong> In order to request an
invalidate
from a thread other than your main
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java
144
invalidate
();
method
/frameworks/base/services/input/
SpriteController.h
207
* controller to
invalidate
the sprite.
/frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java
124
*
Invalidate
this object. The cell location data is set to invalid values.
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestView.java
91
invalidate
();
method
/frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java
263
//
Invalidate
cache by expanding a group
/frameworks/native/opengl/specs/
EGL_ANDROID_blob_cache.txt
183
2. When a client API driver gets updated, that may need to
invalidate
/libcore/luni/src/test/java/libcore/java/io/
OldBufferedInputStreamTest.java
149
// not
invalidate
the mark.
OldLineNumberInputStreamTest.java
123
fail("Test 3: Failed to
invalidate
mark.");
/packages/apps/Browser/src/com/android/browser/
GoogleAccountLogin.java
123
//
Invalidate
the tokens once just in case the 403 was for other
/packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java
211
invalidate
();
method
538
invalidate
();
method
1104
invalidate
();
method
1108
invalidate
();
method
[
all
...]
SimpleWeeksAdapter.java
242
v.
invalidate
();
Completed in 1103 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>