HomeSort by relevance Sort by last modified time
    Searched refs:Invalidate (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 47 Invalidate();
50 void ChromeV8Context::Invalidate() {
54 module_system_->Invalidate();
chrome_v8_context.h 41 void Invalidate();
44 // A context becomes invalid via Invalidate().
chrome_v8_context_set.cc 53 context->Invalidate();
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 64 Invalidate();
67 void PaintManager::Invalidate() {
paint_manager.h 26 /// paint request at a later time. Usage is that you call Invalidate and
90 /// 1/60 second timer to do an invalidate instead. This will limit your
225 /// Invalidate() invalidate the entire instance.
226 void Invalidate();
228 /// InvalidateRect() Invalidate the provided rect.
  /external/chromium/chrome/browser/
mach_broker_mac_unittest.cc 47 TEST_F(MachBrokerTest, Invalidate) {
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.h 50 virtual void Invalidate() OVERRIDE;
javascript_dialog_manager.cc 277 active_dialog->Invalidate();
281 (*i)->Invalidate();
  /external/chromium_org/chrome/test/automation/
automation_handle_tracker.h 34 void Invalidate() {
  /external/chromium_org/content/browser/
mach_broker_mac_unittest.cc 53 TEST_F(MachBrokerTest, Invalidate) {
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 23 // invalidate rects.
34 virtual void Invalidate() OVERRIDE;
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 78 virtual void Invalidate(const invalidation::Invalidation& invalidation,
  /external/chromium_org/content/child/npapi/
webplugin.h 59 virtual void Invalidate() = 0;
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.h 42 bool Invalidate(const base::FilePath& usage_file_path);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 117 bool Invalidate);
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 74 title_->Invalidate();
195 title_->Invalidate();
297 title_->Invalidate();
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 133 void Invalidate() { FreeChunk(); }
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 63 void Invalidate();
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 116 void Invalidate();
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client_unittest.cc 80 weak_xmpp_client->Invalidate();
xmpp_connection.cc 142 weak_xmpp_client_->Invalidate();
  /external/chromium_org/ppapi/examples/2d/
scroll.cc 50 // The scroll and the invalidate will do the same thing in this example,
51 // but the invalidate will cause a large repaint, whereas the scroll will
57 paint_manager_.Invalidate();
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.h 133 void Invalidate() { FreeChunk(); }
  /external/open-vcdiff/src/
headerparser.h 133 void Invalidate() { FreeChunk(); }
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 107 Invalidate(&rect);
216 // Can't call into the client to tell them about the invalidate right away,
248 Invalidate(&pp_rect);

Completed in 3102 milliseconds

12 3 4 5