Searched refs:Remove (Results 326 - 350 of 902) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc65 void MessageQueueManager::Remove(MessageQueue *message_queue) { function in class:rtc::MessageQueueManager
132 MessageQueueManager::Remove(this);
335 // Remove messages with phandler
346 // Remove from ordered message queue
361 // Remove from priority queue. Not directly iterable, so use this approach
H A Dnatsocketfactory.cc355 nats_.Remove(ext_ip);
421 nats_.Remove(ext_ip);
469 void NATSocketServer::TranslatorMap::Remove( function in class:rtc::NATSocketServer::TranslatorMap
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvcm_payload_sink_factory.cc50 factory_->Remove(this);
213 void VcmPayloadSinkFactory::Remove(VcmPayloadSink* sink) { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory
/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc113 live->Remove(index);
175 worklist.Remove(block_id);
H A Dlist.h114 T Remove(int i);
116 // Remove the given element from the list. Returns whether or not
122 INLINE(T RemoveLast()) { return Remove(length_ - 1); }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h80 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/external/lldb/include/lldb/Core/
H A DModuleList.h444 Remove (const lldb::ModuleSP &module_sp);
447 Remove (ModuleList &module_list);
/external/lzma/CPP/Windows/
H A DFileDir.cpp761 Remove();
787 bool CTempFile::Remove() function in class:NWindows::NFile::NDirectory::CTempFile
799 Remove();
821 bool CTempFileW::Remove() function in class:NWindows::NFile::NDirectory::CTempFileW
844 if (!tempFile.Remove())
864 Remove();
883 if (!tempFile.Remove())
903 Remove();
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_api.cc44 namespace Remove = extensions::api::cookies::Remove;
460 parsed_args_ = Remove::Params::Create(*args_);
490 // Remove the cookie
500 Remove::Results::Details details;
504 results_ = Remove::Results::Create(details);
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc120 MOCK_METHOD0(Remove, void());
223 // Remove and return an item made by the factory.
675 EXPECT_CALL(GetMockDownloadItem(0), Remove())
677 EXPECT_CALL(GetMockDownloadItem(1), Remove())
679 EXPECT_CALL(GetMockDownloadItem(2), Remove())
681 EXPECT_CALL(GetMockDownloadItem(3), Remove())
685 // Because we're mocking the download item, the Remove call doesn't
/external/chromium_org/components/policy/core/common/
H A Dschema_unittest.cc725 bundle.Remove("boom", NULL);
749 root.Remove("Object.three", NULL);
759 root.Remove("Object.one", NULL);
778 root.Remove(root.GetSize() - 1, NULL);
790 root.Remove(root.GetSize() - 1, NULL);
886 root.Remove("fooo", NULL);
892 root.Remove("foo", NULL);
900 root.Remove("barr", NULL);
908 root.Remove("bar", NULL);
913 root.Remove("fooba
[all...]
/external/chromium_org/base/
H A Dvalues.h320 virtual bool Remove(const std::string& path, scoped_ptr<Value>* out_value);
322 // Like Remove(), but without special treatment of '.'. This allows e.g. URLs
429 virtual bool Remove(size_t index, scoped_ptr<Value>* out_value);
434 bool Remove(const Value& value, size_t* index);
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_dialog_controller.cc423 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
425 registrar_.Remove(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED,
434 registrar_.Remove(this, content::NOTIFICATION_RENDERER_PROCESS_CLOSED,
462 // Remove the initiator's observers before erasing the mapping.
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h147 void Remove(const std::string& extension_id, int api_resource_id) { function in class:extensions::ApiResourceManager
148 data_->Remove(extension_id, api_resource_id);
244 void Remove(const std::string& extension_id, int api_resource_id) { function in class:extensions::ApiResourceManager::ApiResourceData
354 // Remove all resources, or the non persistent ones only if |remove_all|
376 // Remove extension entry if we removed all its resources.
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket_api.h46 virtual void Remove(const std::string& extension_id, int api_resource_id) = 0;
87 virtual void Remove(const std::string& extension_id,
89 manager_->Remove(extension_id, api_resource_id);
/external/chromium_org/native_client_sdk/src/tools/
H A Doshelpers.py195 Remove(['-vfr', dst])
236 def Remove(args): function
517 'rm': Remove,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs152 list.Remove( item );
/external/chromium_org/android_webview/browser/
H A Dglobal_tile_manager.cc31 void GlobalTileManager::Remove(Key key) { function in class:android_webview::GlobalTileManager
H A Dglobal_tile_manager_unittest.cc39 GlobalTileManager::GetInstance()->Remove(key_);
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc72 void TouchObserverHUD::Remove() { function in class:ash::TouchObserverHUD
/external/chromium_org/ash/wm/overview/
H A Dscoped_window_copy.cc66 recreated_layer->parent()->Remove(recreated_layer);
/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.cc66 tracker_.Remove(window);
/external/chromium_org/chrome/browser/android/
H A Dnew_tab_page_prefs.cc105 update.Get()->Remove(ConvertJavaStringToUTF8(env, session_tag), NULL);
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.h62 void Remove(TabId tab_id);
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc58 void DriveAppMapping::Remove(const std::string& drive_app_id) { function in class:DriveAppMapping

Completed in 1426 milliseconds

<<11121314151617181920>>