Searched refs:Invalidate (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/extensions/renderer/
H A Dnative_handler.cc13 void NativeHandler::Invalidate() { is_valid_ = false; } function in class:extensions::NativeHandler
H A Dnative_handler.h26 // Invalidate this object so it cannot be used any more. This is needed
27 // because it's possible for this to outlive its owner context. Invalidate
31 // they must call their superclass' Invalidate().
32 virtual void Invalidate();
H A Dobject_backed_native_handler.h47 virtual void Invalidate() OVERRIDE;
H A Dobject_backed_native_handler.cc27 ObjectBackedNativeHandler::~ObjectBackedNativeHandler() { Invalidate(); }
75 void ObjectBackedNativeHandler::Invalidate() { function in class:extensions::ObjectBackedNativeHandler
94 NativeHandler::Invalidate();
/external/chromium_org/ppapi/api/dev/
H A Dppp_widget_dev.idl21 void Invalidate([in] PP_Instance instance,
/external/chromium_org/jingle/notifier/base/
H A Dweak_xmpp_client.cc17 Invalidate();
20 void WeakXmppClient::Invalidate() { function in class:notifier::WeakXmppClient
37 Invalidate();
H A Dweak_xmpp_client.h40 void Invalidate();
/external/chromium_org/base/memory/
H A Dweak_ptr.cc17 void WeakReference::Flag::Invalidate() { function in class:base::internal::WeakReference::Flag
49 Invalidate();
60 void WeakReferenceOwner::Invalidate() { function in class:base::internal::WeakReferenceOwner
62 flag_->Invalidate();
H A Dweak_ptr.h90 void Invalidate();
123 void Invalidate();
276 weak_reference_owner_.Invalidate();
/external/chromium_org/ppapi/c/dev/
H A Dppp_widget_dev.h39 void (*Invalidate)(PP_Instance instance, member in struct:PPP_Widget_Dev_0_2
/external/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h84 /// Invalidate - Permanently mark this file as not being suitable for the
86 void Invalidate() { function in class:clang::MultipleIncludeOpt
126 return Invalidate();
133 return Invalidate();
146 Invalidate();
154 if (!TheMacro) return Invalidate();
/external/chromium_org/content/renderer/pepper/
H A Dfullscreen_container.h21 virtual void Invalidate() = 0;
H A Dppb_widget_impl.cc61 void PPB_Widget_Impl::Invalidate(const PP_Rect* dirty) { function in class:content::PPB_Widget_Impl
70 widget->Invalidate(pp_instance(), pp_resource(), dirty);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_api.h30 virtual void Invalidate() = 0;
H A Dppb_audio_buffer_api.h32 virtual void Invalidate() = 0;
/external/chromium_org/ui/app_list/views/
H A Dcached_label.h24 void Invalidate() { needs_repaint_ = true; } function in class:app_list::CachedLabel
H A Dcached_label.cc46 Invalidate();
/external/chromium_org/pdf/
H A Dcontrol.cc83 owner_->Invalidate(id_, rc_);
91 owner_->Invalidate(id_, rc_);
99 owner()->Invalidate(id(), old_rc);
100 owner()->Invalidate(id(), rect());
108 owner()->Invalidate(id(), old_rc);
109 owner()->Invalidate(id(), rect());
/external/chromium_org/remoting/codec/
H A Dvideo_decoder.h39 virtual void Invalidate(const webrtc::DesktopSize& view_size,
44 // calls to Invalidate(). |clip_area| is specified in |view_size| coordinates.
H A Dvideo_decoder_verbatim.h28 virtual void Invalidate(const webrtc::DesktopSize& view_size,
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc107 void JavaScriptAppModalDialog::Invalidate() { function in class:JavaScriptAppModalDialog
111 AppModalDialog::Invalidate();
176 AppModalDialog::Invalidate();
H A Dapp_modal_dialog.cc49 void AppModalDialog::Invalidate() { function in class:AppModalDialog
H A Dapp_modal_dialog.h63 virtual void Invalidate();
/external/chromium_org/ppapi/proxy/
H A Daudio_buffer_resource.h44 virtual void Invalidate() OVERRIDE;
H A Dvideo_frame_resource.h39 virtual void Invalidate() OVERRIDE;

Completed in 1260 milliseconds

12345