HomeSort by relevance Sort by last modified time
    Searched refs:Remove (Results 76 - 100 of 1193) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/
extension_set.h 35 void Remove(const std::string& id);
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 28 // lifetime and deletes itself upon fade-out completion or whenever |Remove()|
71 void Remove() {
124 Remove();
150 iter->second->Remove();
160 // If a |TouchPointView| is already mapped to the touch id, remove it and
163 result.first->second->Remove();
  /external/chromium_org/base/prefs/
pref_change_registrar.h 47 void Remove(const char* path);
  /external/chromium_org/base/
scoped_observer.h 32 // Remove the object passed to the constructor as an observer from |source|.
33 void Remove(Source* source) {
  /external/chromium_org/cc/test/
ordered_texture_map.h 25 void Remove(blink::WebGLId id);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
remove_operation.h 33 // This class encapsulates the drive Remove function. It is responsible for
48 void Remove(const base::FilePath& path,
53 // Part of Remove(). Called after UpdateLocalState() completion.
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry.h 36 // Remove a specific link suggested by |extension_id|.
37 void Remove(const std::string& extension_id, const std::string& link_url);
  /external/chromium_org/chrome/browser/extensions/
state_store.cc 123 base::Bind(&ValueStoreFrontend::Remove, base::Unretained(&store_),
142 registrar_.Remove(this, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
144 registrar_.Remove(this, chrome::NOTIFICATION_SESSION_RESTORE_DONE,
166 base::Bind(&ValueStoreFrontend::Remove, base::Unretained(&store_),
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h 34 virtual void Remove(Balloon* balloon);
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.cc 116 // Always need to remove this notification since the WebContents is gone.
118 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
126 // Remove NOTIFICATION_RENDERER_PROCESS_CLOSED if |preview_contents| is the
134 registrar_.Remove(this, content::NOTIFICATION_RENDERER_PROCESS_CLOSED,
138 // Remove other notifications and remove the WebContents from its
141 registrar_.Remove(this, chrome::NOTIFICATION_PRINT_JOB_RELEASED,
151 registrar_.Remove(this, chrome::NOTIFICATION_PRINT_JOB_RELEASED,
  /external/chromium_org/chrome/browser/search_engines/
search_host_to_urls_map.h 30 // externally, Remove or RemoveAll should be called if it becomes invalid.
35 void Remove(TemplateURL* template_url,
  /external/chromium_org/chrome/browser/task_manager/
background_resource_provider.h 45 void Remove(BackgroundContents* background_contents);
guest_resource_provider.cc 158 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
160 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
175 void GuestResourceProvider::Remove(RenderViewHost* render_view_host) {
201 Remove(web_contents->GetRenderViewHost());
guest_resource_provider.h 46 void Remove(content::RenderViewHost* render_view_host);
tab_contents_resource_provider.h 49 void Remove(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.h 45 // Remove |button| from the set of buttons we care about.
46 void Remove(GtkWidget* button);
  /external/chromium_org/chrome/browser/value_store/
testing_value_store.cc 96 ValueStore::WriteResult TestingValueStore::Remove(const std::string& key) {
97 return Remove(std::vector<std::string>(1, key));
100 ValueStore::WriteResult TestingValueStore::Remove(
122 return Remove(keys);
value_store_frontend.cc 62 void Remove(const std::string& key) {
64 storage_->Remove(key);
137 void ValueStoreFrontend::Remove(const std::string& key) {
141 base::Bind(&ValueStoreFrontend::Backend::Remove,
value_store_frontend.h 45 void Remove(const std::string& key);
  /external/chromium_org/chrome/common/extensions/
value_counter.h 21 // Add() and Remove() are linear in the number of Values in the ValueCounter,
37 int Remove(const base::Value& value);
  /external/chromium_org/chrome/installer/util/
app_commands.h 58 bool Remove(const std::wstring& command_id);
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.h 45 // If the specified context is contained in this set, remove it, then delete
48 void Remove(ChromeV8Context* context);
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 79 // Calls Remove method.
81 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
  /external/chromium_org/content/browser/worker_host/
worker_document_set.h 69 void Remove(WorkerMessageFilter* parent, unsigned long long document_id);
71 // Invoked when a render process exits, to remove all associated documents
  /external/chromium_org/content/common/
message_router.cc 34 routes_.Remove(routing_id);

Completed in 1586 milliseconds

1 2 34 5 6 7 8 91011>>