Searched refs:Remove (Results 151 - 175 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/media/
H A Dmidi_dispatcher.cc67 requests_.Remove(bridge_id);
H A Dtagged_list.h51 // Remove an item that matches a predicate. Will return a reference
54 scoped_refptr<ItemType> Remove(UnaryPredicate predicate) { function in class:content::TaggedList
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_storage_quota_enforcer.cc193 ValueStore::WriteResult SettingsStorageQuotaEnforcer::Remove( function in class:extensions::SettingsStorageQuotaEnforcer
195 WriteResult result = delegate_->Remove(key);
203 ValueStore::WriteResult SettingsStorageQuotaEnforcer::Remove( function in class:extensions::SettingsStorageQuotaEnforcer
205 WriteResult result = delegate_->Remove(keys);
/external/chromium_org/extensions/browser/
H A Dinfo_map.cc58 disabled_extensions_.Remove(extension->id());
75 extensions_.Remove(extension_id);
79 disabled_extensions_.Remove(extension_id);
122 if (!process_map_.Remove(extension_id, process_id, site_instance_id)) {
187 base::TrimString(path, "/", &path); // Remove first slash
/external/chromium_org/extensions/common/
H A Dvalue_counter.cc28 int ValueCounter::Remove(const base::Value& value) { function in class:extensions::ValueCounter
/external/chromium_org/extensions/renderer/
H A Dscript_context_set.h48 void Remove(ScriptContext* context);
H A Dscript_context_set_unittest.cc51 context_set.Remove(context);
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.h36 void Remove(ServerView* child);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.h26 virtual Error Remove(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.h37 virtual Error Remove(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc61 Error PassthroughFs::Remove(const Path& path) { function in class:nacl_io::PassthroughFs
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.h62 virtual Error Remove(const Path& path);
/external/chromium_org/net/ftp/
H A Dftp_auth_cache.cc51 void FtpAuthCache::Remove(const GURL& origin, function in class:net::FtpAuthCache
/external/chromium_org/ppapi/shared_impl/
H A Dcallback_tracker.cc23 // Iterate over a copy since |Abort()| calls |Remove()| (indirectly).
63 void CallbackTracker::Remove( function in class:ppapi::CallbackTracker
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DEventHandlerRegistry.h68 Remove, // Remove an existing event handler. enumerator in enum:blink::FINAL::ChangeOperation
69 RemoveAll // Remove any and all existing event handlers for a given target.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.h54 void Remove(StunRequest* request);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.h56 DECLARE_MEMBER_INFO(Remove);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc100 HttpServer::Remove(int connection_id) { function in class:rtc::HttpServer
166 server_->Remove(connection_id_);
203 server_->Remove(connection_id_);
226 server_->Remove(connection_id_);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database_unittest.cc39 EXPECT_EQ(DecoderDatabase::kOK, db.Remove(kPayloadType));
133 EXPECT_EQ(DecoderDatabase::kOK, db.Remove(kPayloadType));
163 packet_list.pop_back(); // Remove the unknown one.
208 // Remove the active decoder, and verify that the active becomes NULL.
209 EXPECT_EQ(DecoderDatabase::kOK, db.Remove(103));
218 // Remove the active CNG decoder, and verify that the active becomes NULL.
219 EXPECT_EQ(DecoderDatabase::kOK, db.Remove(13));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_decoder_database.h35 MOCK_METHOD1(Remove,
/external/chromium_org/ui/aura/test/
H A Dtest_focus_client.cc37 observer_manager_.Remove(focused_window_);
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h33 // Remove and set_title. TreeNodeModel provides cover methods that mutate the
81 parent->Remove(node);
88 virtual NodeType* Remove(NodeType* node) { function in class:ui::TreeNode
227 NodeType* Remove(NodeType* parent, NodeType* node) { function in class:ui::TreeNodeModel
230 NodeType* delete_node = parent->Remove(node);
/external/chromium_org/ui/views/accessibility/
H A Dax_window_obj_wrapper.cc61 AXAuraObjCache::GetInstance()->Remove(window);
/external/chromium_org/ui/views/
H A Dview_model.h35 void Remove(int index);
/external/chromium_org/v8/src/
H A Dcircular-queue-inl.h36 void SamplingCircularQueue<T, L>::Remove() { function in class:v8::internal::SamplingCircularQueue

Completed in 438 milliseconds

1234567891011>>