Searched defs:Invalidate (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/extensions/renderer/
H A Dnative_handler.cc13 void NativeHandler::Invalidate() { is_valid_ = false; } function in class:extensions::NativeHandler
H A Dobject_backed_native_handler.cc27 ObjectBackedNativeHandler::~ObjectBackedNativeHandler() { Invalidate(); }
75 void ObjectBackedNativeHandler::Invalidate() { function in class:extensions::ObjectBackedNativeHandler
94 NativeHandler::Invalidate();
H A Dscript_context.cc89 Invalidate();
92 void ScriptContext::Invalidate() { function in class:extensions::ScriptContext
96 module_system_->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/chromium_org/jingle/notifier/base/
H A Dweak_xmpp_client.cc17 Invalidate();
20 void WeakXmppClient::Invalidate() { function in class:notifier::WeakXmppClient
37 Invalidate();
/external/chromium_org/ui/app_list/views/
H A Dcached_label.h24 void Invalidate() { needs_repaint_ = true; } function in class:app_list::CachedLabel
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc49 void AppModalDialog::Invalidate() { function in class:AppModalDialog
H A Djavascript_app_modal_dialog.cc107 void JavaScriptAppModalDialog::Invalidate() { function in class:JavaScriptAppModalDialog
111 AppModalDialog::Invalidate();
176 AppModalDialog::Invalidate();
/external/chromium_org/content/renderer/pepper/
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/proxy/
H A Dcompositor_layer_resource.h36 void Invalidate() { compositor_ = NULL; } function in class:ppapi::proxy::CompositorLayerResource
H A Dvideo_frame_resource.cc88 void VideoFrameResource::Invalidate() { function in class:ppapi::proxy::VideoFrameResource
H A Daudio_buffer_resource.cc104 void AudioBufferResource::Invalidate() { function in class:ppapi::proxy::AudioBufferResource
/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();
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc64 Invalidate();
67 void PaintManager::Invalidate() { function in class:pp::PaintManager
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_verbatim.cc72 void VideoDecoderVerbatim::Invalidate(const webrtc::DesktopSize& view_size, function in class:remoting::VideoDecoderVerbatim
H A Dvideo_decoder_vpx.cc150 void VideoDecoderVpx::Invalidate(const webrtc::DesktopSize& view_size, function in class:remoting::VideoDecoderVpx
/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/chrome/browser/net/
H A Dchrome_url_request_context_getter.cc197 void ChromeURLRequestContextGetter::Invalidate() { function in class:ChromeURLRequestContextGetter
/external/chromium_org/pdf/
H A Dpaint_manager.cc96 Invalidate();
99 void PaintManager::Invalidate() { function in class:PaintManager
H A Dfading_controls.cc111 // Invalidate controls with new alpha transparency.
118 owner()->Invalidate(id(), GetControlsRect());
155 void FadingControls::Invalidate(uint32 control_id, const pp::Rect& rc) { function in class:chrome_pdf::FadingControls
156 owner()->Invalidate(control_id, rc);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h133 void Invalidate() { FreeChunk(); } function in class:open_vcdiff::DeltaWindowSection
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp112 bool Invalidate) {
114 if (Invalidate)
109 bindExpr(Environment Env, const EnvironmentEntry &E, SVal V, bool Invalidate) argument
/external/chromium_org/cc/resources/
H A Dpicture_pile_base.cc223 bool PicturePileBase::PictureInfo::Invalidate(int frame_number) { function in class:cc::PicturePileBase::PictureInfo
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message_fifo.cc28 void Invalidate();
54 void MediaMessageFlag::Invalidate() { function in class:chromecast::media::MediaMessageFlag
261 // Invalidate every memory region before flushing.
263 CMALOG(kLogControl) << "Invalidate flag";
264 rd_flags_.front()->Invalidate();
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc160 widget_->Invalidate();
293 void RenderWidgetFullscreenPepper::Invalidate() { function in class:content::RenderWidgetFullscreenPepper

Completed in 970 milliseconds

12