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

<<31323334353637383940>>

  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 182 // Note that we don't invalidate the frameRect() here. This is because QWebFrame::renderRelativeCoords()
185 invalidate();
830 invalidate();
840 invalidate();
845 invalidate();
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 56 // log("contact changed, invalidate cache");
66 log("presence changed, invalidate cache");
188 sContactCache.invalidate();
365 // invalidate cache peoridically, or surgically.
1125 void invalidate() { method in class:Contact.ContactsCache
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp 295 void KURL::invalidate() function in class:WebCore::KURL
357 invalidate();
433 invalidate();
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 220 // When set, ViewGroup excludes the padding area from the invalidate rectangle
224 // When set, dispatchDraw() will invoke invalidate(); this is set by drawChild() when
244 // When set, this ViewGroup converts calls to invalidate(Rect) to invalidate() during a
5110 invalidate(); method
5222 invalidate(); method
    [all...]
ViewParent.java 78 * coordinates of the child to invalidate
153 * {@link View#invalidate()} on this parent.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 170 status.invalidate();
177 status.invalidate();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 472 invalidate(); method
476 invalidate(); method
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 108 * target and we can use the sleep() function to cause an update/invalidate to occur at a later
119 SnakeView.this.invalidate();
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 754 // 2. invalidate it
766 HttpURLConnection invalidate = openConnection(url); local
767 invalidate.setRequestMethod(requestMethod);
768 addRequestBodyIfNecessary(requestMethod, invalidate);
769 assertEquals("B", readAscii(invalidate));
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 170 // invalidate the const vertex attrib color
219 // invalidate the const vertex attrib coverage
  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 169 // because moving the paragraph will invalidate the original start.
356 // by a br or a '\n', will invalidate start and end. Insert
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 83 it->first->invalidate();
86 (*it)->invalidate();
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 338 // Invalidate all SVGElementInstances associated with us
374 // Invalidate all SVGElementInstances associated with us
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 270 void WebPluginContainerImpl::invalidate() function in class:WebKit::WebPluginContainerImpl
272 Widget::invalidate();
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 132 invalidate();
452 void ProxyInstance::invalidate()
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 232 [_timelineUpdateTimer invalidate];
248 [_timelineUpdateTimer invalidate];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 441 [_tickleTimer invalidate];
448 [_tickleTimer invalidate];
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 108 void NetscapePlugin::invalidate(const NPRect* invalidRect) function in class:WebKit::NetscapePlugin
121 m_pluginController->invalidate(rect);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 476 // Ask the controller to invalidate the rect for us.
478 m_pluginController->invalidate(paintedRectPluginCoordinates);
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 197 * The host view should always {@link android.view.View#invalidate()} after this
249 * the host view should {@link android.view.View#invalidate()} and thereby
  /frameworks/base/docs/html/google/play-services/
auth.jd 219 //bad token, invalidate and get a new one
233 Notice that you must manually invalidate the token if the response from the server
  /frameworks/base/docs/html/training/gestures/
scale.jd 144 invalidate();
323 invalidate();
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 135 return DrawGlInfo::kStatusDone; // No invalidate needed at record-time
153 return DrawGlInfo::kStatusDone; // No invalidate needed at record-time
  /frameworks/base/media/java/android/media/videoeditor/
Transition.java 180 invalidate(); method
455 void invalidate() { method in class:Transition
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 368 * We'll need to invalidate during the animation.
373 RadialSelectorView.this.invalidate();

Completed in 1285 milliseconds

<<31323334353637383940>>