Searched refs:RemoveInternal (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.cc49 RemoveInternal(view, view_to_id_map_);
53 RemoveInternal(widget, widget_to_id_map_);
57 RemoveInternal(window, window_to_id_map_);
121 void AXAuraObjCache::RemoveInternal( function in class:views::AXAuraObjCache
H A Dax_aura_obj_cache.h68 template<typename AuraView> void RemoveInternal(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.cc158 return RemoveInternal(path, REMOVE_FILE);
162 return RemoveInternal(path, REMOVE_DIR);
166 return RemoveInternal(path, REMOVE_ALL);
203 RemoveInternal(target_path, REMOVE_ALL);
238 Error MemFs::RemoveInternal(const Path& path, int remove_type) { function in class:nacl_io::MemFs
H A Dmem_fs.h45 Error RemoveInternal(const Path& path, int remove_type);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc99 return RemoveInternal(path, REMOVE_FILE);
128 return RemoveInternal(path, REMOVE_DIR);
132 return RemoveInternal(path, REMOVE_ALL);
135 Error Html5Fs::RemoveInternal(const Path& path, int remove_type) { function in class:nacl_io::Html5Fs
H A Dhtml5_fs.h47 virtual Error RemoveInternal(const Path& path, int remove_type);
/external/chromium_org/content/browser/
H A Drenderer_data_memoizing_store.h144 void RemoveInternal(int item_id) { function in class:content::RendererDataMemoizingStore
194 RemoveInternal(item_id);
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc69 return Instance()->RemoveInternal(message_queue);
71 void MessageQueueManager::RemoveInternal(MessageQueue *message_queue) { function in class:rtc::MessageQueueManager
H A Dmessagequeue.h57 void RemoveInternal(MessageQueue *message_queue);
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.h297 void RemoveInternal(
H A Dsource_buffer_stream.cc343 RemoveInternal(start_dts, remove_end_timestamp, false, &deleted_buffers);
349 void SourceBufferStream::RemoveInternal(
749 RemoveInternal(prev_timestamp, next_timestamp, true, deleted_buffers);
780 RemoveInternal(start, end, is_exclusive, deleted_buffers);

Completed in 279 milliseconds