Searched refs:SendUpdate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc93 SendUpdate("addPeerConnection", dict);
117 SendUpdate("removePeerConnection", &id);
160 SendUpdate("updatePeerConnection", &update);
181 SendUpdate("addStats", &dict);
205 SendUpdate("addGetUserMedia", dict);
278 void WebRTCInternals::SendUpdate(const string& command, base::Value* value) { function in class:content::WebRTCInternals
305 SendUpdate("aecRecordingFileSelectionCancelled", NULL);
330 SendUpdate("removePeerConnection", &update);
356 SendUpdate("removeGetUserMediaForRenderer", &update);
H A Dmedia_internals.cc197 SendUpdate(SerializeUpdate("media.onMediaEvent", &dict));
224 SendUpdate(everything_update);
227 void MediaInternals::SendUpdate(const base::string16& update) { function in class:content::MediaInternals
228 // SendUpdate() may be called from any thread, but must run on the IO thread.
233 &MediaInternals::SendUpdate, base::Unretained(this), update));
251 SendUpdate(SerializeUpdate(function, value));
268 SendUpdate(SerializeUpdate(function, value));
H A Dmedia_internals.h62 void SendUpdate(const base::string16& update);
H A Dwebrtc_internals.h116 void SendUpdate(const std::string& command, base::Value* value);
/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc84 SendUpdate();
103 this, &DownloadFileImpl::SendUpdate);
202 SendUpdate();
281 SendUpdate();
321 SendUpdate(); // Make info up to date before error.
333 SendUpdate();
348 void DownloadFileImpl::SendUpdate() { function in class:content::DownloadFileImpl
H A Dmock_download_file.h47 MOCK_METHOD0(SendUpdate, void());
H A Ddownload_file_impl.h102 void SendUpdate();
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader.h111 void SendUpdate(content::RenderProcessHost* process,
H A Duser_script_loader.cc411 SendUpdate(process,
538 SendUpdate(i.GetCurrentValue(), shared_memory_.get(), changed_extensions_);
548 void UserScriptLoader::SendUpdate( function in class:extensions::UserScriptLoader
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc219 SendUpdate(update,
227 void SendUpdate(ui::AXTreeUpdate update, function in class:extensions::TreeSerializationState
379 state.SendUpdate(
389 state.SendUpdate(update, event, root->id(), kTab0Rid, browser_context);

Completed in 124 milliseconds