/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 416 invalidate(); 455 invalidate(); 580 invalidate(); [all...] |
/frameworks/base/core/java/android/webkit/ |
ZoomManager.java | 442 mWebView.invalidate(); 476 mWebView.invalidate(); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 464 // a layout to do this test and invalidate the page data when ready. 1147 invalidate(); method 1158 invalidate(); method [all...] |
PagedView.java | 305 invalidate(); method 391 invalidate(); method 1042 invalidate(); method 1064 invalidate(); method 1127 invalidate(); method 1481 invalidate(); method [all...] |
/frameworks/base/core/java/android/widget/ |
ListView.java | 618 invalidate(); method 1471 invalidate(); method 2237 invalidate(); method 2281 invalidate(); method 2428 invalidate(); method [all...] |
AbsListView.java | 1409 invalidate(); method 1709 invalidate(); method 2430 invalidate(); method 2895 invalidate(); method 2935 invalidate(); method 2994 invalidate(); method 3262 invalidate(); method 3411 invalidate(); method 3427 invalidate(); method 3828 invalidate(); method 4661 invalidate(); method [all...] |
Gallery.java | 395 invalidate(); 535 invalidate(); method 657 invalidate(); method [all...] |
ProgressBar.java | 605 invalidate(); method 910 invalidate(dirty.left + scrollX, dirty.top + scrollY, [all...] |
/external/skia/gpu/src/ |
GrGpuGL.cpp | 551 fHWBounds.fScissorRect.invalidate(); 554 fHWBounds.fViewportRect.invalidate(); 556 fHWDrawState.fStencilSettings.invalidate(); 620 params.invalidate(); // rather than do glGets. [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 602 invalidate(); method 727 invalidate(); method 731 invalidate(); method 750 invalidate(); method 754 invalidate(); method 1292 invalidate(); method 1806 invalidate(); method [all...] |
/external/webkit/Source/WebKit2/ |
ChangeLog-2011-02-16 | 125 (WebKit::WebPluginSiteDataManager::invalidate): 152 Don't invalidate the plug-in site data manager if we're using a plug-in process. 235 (WebKit::WebPluginSiteDataManager::invalidate): 236 Invalidate the callbacks map. 254 Invalidate the plug-in site data manager and clear its context. 257 Invalidate the plug-in site data manager. 590 (WebKit::WebFrameLoaderClient::restoreViewState): Invalidate the entire page 714 Invalidate the layer tree host. [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_openssl.cc | 751 // doesn't require a client cert), we need to invalidate the SSL session 760 LOG_IF(WARNING, !rv) << "Couldn't invalidate SSL session: " << session; [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginView.cpp | 285 // Invalidate the object map. 286 m_npRuntimeObjectMap.invalidate(); 856 void PluginView::invalidate(const IntRect& dirtyRect) function in class:WebKit::PluginView [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 263 * should invalidate itself (or at least the part of itself where the 458 * of the Drawable to change (hence requiring an invalidate), otherwise 510 * of the Drawable to change (hence requiring an invalidate), otherwise [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 605 invalidate(); method 910 invalidate(dirty.left + scrollX, dirty.top + scrollY, [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
VideoEditorProject.java | 321 // Invalidate the transition at the beginning of the timeline 335 // Invalidate the transition at the end of this media item 337 // Invalidate the reference in the next media item (if any) [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteCursorTest.java | 159 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
|
/development/apps/Development/res/values/ |
strings.xml | 177 <string name="accounts_tester_invalidate_auth_token">Invalidate Token</string>
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 341 mContentView.invalidate();
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 242 mAppWidgetView.invalidate();
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 159 //invalidate the canvas
|
/external/bluetooth/glib/gobject/ |
gclosure.c | 414 * both invalidated and finalized, then the invalidate notifiers will 539 * @closure: GClosure to invalidate 565 /* invalidate only once */ 588 if (closure->ref_count == 1) /* last unref, invalidate first */ [all...] |
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 766 // window is registered to Windows. So, we don't have to invalidate the 774 // Invalidate the thumbnail image of this window. 775 // When we invalidate the thumbnail image, we HAVE TO handle a succeeding 815 // posting two or more tasks, we don't invalidate the current thumbnail [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.h | 208 // Invalidate cache results which are no longer useful.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 126 // don't release it when done (we invalidate it).
|