Searched defs:Invalidate (Results 1 - 25 of 42) sorted by last modified time

12

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp133 void Invalidate() { SymbolicPart = OrigVal = nullptr; } function in class:__anon26317::XorOpnd
1311 CurrOpnd->Invalidate();
1326 PrevOpnd->Invalidate();
1331 CurrOpnd->Invalidate();
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp519 RegisterContext_x86_64::Invalidate() function in class:RegisterContext_x86_64
/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/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/sdch/open-vcdiff/src/
H A Dheaderparser.h133 void Invalidate() { FreeChunk(); } function in class:open_vcdiff::DeltaWindowSection
/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/third_party/closure_linter/closure_linter/
H A Dstatetracker.py272 def Invalidate(self): member in class:DocComment
282 """Test whether Invalidate() has been called."""
/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
H A Dpaint_manager.cc96 Invalidate();
99 void PaintManager::Invalidate() { function in class:PaintManager
H A Dpreview_mode_client.cc19 void PreviewModeClient::Invalidate(const pp::Rect& rect) { function in class:chrome_pdf::PreviewModeClient
/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/ppapi/proxy/
H A Daudio_buffer_resource.cc104 void AudioBufferResource::Invalidate() { function in class:ppapi::proxy::AudioBufferResource
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
/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/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc107 bool FileSystemUsageCache::Invalidate(const base::FilePath& usage_file_path) { function in class:storage::FileSystemUsageCache
108 TRACE_EVENT0("FileSystem", "UsageCache::Invalidate");
/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...]

Completed in 9552 milliseconds

12