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

12

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py239 def Invalidate(self): member in class:DocComment
249 """Test whether Invalidate() has been called."""
/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/cc/resources/
H A Dpicture_layer_tiling.cc249 Invalidate(layer_invalidation);
263 void PictureLayerTiling::Invalidate(const Region& layer_region) { function in class:cc::PictureLayerTiling
H A Dpicture_pile_base.cc223 bool PicturePileBase::PictureInfo::Invalidate(int frame_number) { function in class:cc::PicturePileBase::PictureInfo
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context_getter.cc197 void ChromeURLRequestContextGetter::Invalidate() { function in class:ChromeURLRequestContextGetter
/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/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc196 void OmniboxResultView::Invalidate() { function in class:OmniboxResultView
/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/components/invalidation/
H A Dsync_invalidation_listener.cc120 void SyncInvalidationListener::Invalidate( function in class:syncer::SyncInvalidationListener
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc275 token->Invalidate();
364 void AboutSigninInternals::TokenInfo::Invalidate() { removed_ = true; } function in class:AboutSigninInternals::TokenInfo
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.cc633 Invalidate();
1002 Invalidate();
1006 void DXVAVideoDecodeAccelerator::Invalidate() { function in class:content::DXVAVideoDecodeAccelerator
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc120 void WebPluginProxy::Invalidate() { function in class:content::WebPluginProxy
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc873 void WebPluginImpl::Invalidate() { function in class:content::WebPluginImpl
1490 // Invalidate any script objects created during teardown here, before the
/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/content/renderer/
H A Drender_widget_fullscreen_pepper.cc160 widget_->Invalidate();
293 void RenderWidgetFullscreenPepper::Invalidate() { function in class:content::RenderWidgetFullscreenPepper
/external/chromium_org/extensions/renderer/
H A Dmodule_system.cc149 ModuleSystem::~ModuleSystem() { Invalidate(); }
151 void ModuleSystem::Invalidate() { function in class:extensions::ModuleSystem
166 // Invalidate all of the successfully required handlers we own.
170 it->second->Invalidate();
173 ObjectBackedNativeHandler::Invalidate();
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/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc401 // Invalidate the texture. This can be used when a context is lost and it is
403 void Invalidate();
444 // Invalidate the render buffer. This can be used when a context is lost and
446 void Invalidate();
481 // Invalidate the frame buffer. This can be used when a context is lost and it
483 void Invalidate();
2131 void BackTexture::Invalidate() { function in class:gpu::gles2::BackTexture
2213 void BackRenderbuffer::Invalidate() { function in class:gpu::gles2::BackRenderbuffer
2271 void BackFramebuffer::Invalidate() { function in class:gpu::gles2::BackFramebuffer
3435 offscreen_saved_color_texture_->Invalidate();
[all...]
/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/pdf/
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);
H A Dinstance.cc1107 void Instance::Invalidate(const pp::Rect& rect) { function in class:chrome_pdf::Instance
1322 void Instance::Invalidate(uint32 control_id, const pp::Rect& rc) {
1559 Invalidate(pp::Rect(plugin_size_));
1839 Invalidate(pp::Rect(plugin_size_));
2666 Invalidate(kAutoScrollId, autoscroll_rect_);
2674 Invalidate(kAutoScrollId, autoscroll_rect_);
H A Dout_of_process_instance.cc784 void OutOfProcessInstance::Invalidate(const pp::Rect& rect) { function in class:chrome_pdf::OutOfProcessInstance

Completed in 1214 milliseconds

12