Searched defs:RemoveInternal (Results 1 - 5 of 5) 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
/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/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
/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
/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

Completed in 1253 milliseconds