HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 251 - 275 of 1608) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 263 // and the drawing of the highlight. Here we just make sure to invalidate
270 // FIXME: able to invalidate a smaller rect.
271 // FIXME: Is it important to just invalidate the rect of the node region
WebDOMEventListenerPrivate.cpp 72 // invalidate their pointer to us.
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 52 - (void)invalidate;
168 [m_delegate.get() invalidate];
210 - (void)invalidate
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 217 invalidate(); method
225 invalidate(); method
270 invalidate(); method
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 93 mHardwareView.invalidate();
95 mSoftwareImageView.invalidate();
96 mHardwareImageView.invalidate();
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 131 invalidate(); method
199 invalidate(); method
292 invalidate(r);
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 296 ~RefCountedPtr() { invalidate(); }
299 void invalidate();
307 inline void RefCountedPtr::invalidate() function in class:RefCountedPtr
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 296 ~RefCountedPtr() { invalidate(); }
299 void invalidate();
307 inline void RefCountedPtr::invalidate() function in class:RefCountedPtr
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 125 // so we just need to do an invalidate to trigger draw
219 // Invalidate so the pressed state is visible, or set a flag so we know that we
220 // have to call invalidate as soon as the state is "pressed"
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 89 invalidate(); method
107 invalidate(); method
173 invalidate(); method
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 450 public void invalidate(int l, int t, int r, int b) { method in class:ProgressBarTest.MockProgressBar
452 super.invalidate(l, t, r, b);
455 public void invalidate() { method in class:ProgressBarTest.MockProgressBar
457 super.invalidate();
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.mm 190 - (void)invalidate;
232 - (void)invalidate {
233 [timer_ invalidate];
270 // removeThrobber: if it decides it's done animating. That would invalidate
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
i915_parser.js 240 var event = /dev=(\d+), ring=(\w+), invalidate=(\w+), flush=(\w+)/
247 var invalidate = event[3];
253 invalidate: invalidate,
  /external/eigen/bench/btl/actions/
action_rot.hh 48 // invalidate copy ctor
  /external/guava/guava/src/com/google/common/cache/
AbstractLoadingCache.java 36 * is implemented in terms of {@link #invalidate}. The method {@link #cleanUp} is a no-op. All other
RemovalCause.java 35 * {@link Cache#invalidate}, {@link Cache#invalidateAll(Iterable)}, {@link Cache#invalidateAll()},
  /external/kernel-headers/original/linux/
smp.h 64 #define MSG_INVALIDATE_TLB 0x0001 /* Remote processor TLB invalidate */
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.h 35 /* Invalidate cached registers for one or all threads. */
  /external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.h 47 void invalidate() function in class:WebCore::JavaScriptCallFrame
  /external/webkit/Source/WebCore/bridge/
runtime_object.h 51 void invalidate();
runtime_root.h 64 void invalidate();
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 53 void invalidate(const IntRect& dirtyRect);
  /external/webkit/Source/WebCore/svg/
SVGFETileElement.cpp 61 invalidate();
SVGFilterPrimitiveStandardAttributes.h 57 inline void invalidate() function in class:WebCore::SVGFilterPrimitiveStandardAttributes
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.h 56 void invalidate();

Completed in 388 milliseconds

<<11121314151617181920>>