HomeSort by relevance Sort by last modified time
    Searched refs:SendUpdate (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/media/
webrtc_internals.cc 69 SendUpdate("addPeerConnection", dict);
92 SendUpdate("removePeerConnection", &id);
133 SendUpdate("updatePeerConnection", &update);
154 SendUpdate("addStats", &dict);
169 SendUpdate("updateAllPeerConnections", &peer_connection_data_);
186 void WebRTCInternals::SendUpdate(const string& command, base::Value* value) {
227 SendUpdate("removePeerConnection", &update);
240 SendUpdate("updateDumpStatus", &update);
media_internals.cc 69 SendUpdate("media.onMediaEvent", &dict);
89 SendUpdate("media.onReceiveEverything", &data_);
107 SendUpdate("media.onItemDeleted", value.get());
120 SendUpdate(update_fn, item_properties);
123 void MediaInternals::SendUpdate(const std::string& function,
media_internals_unittest.cc 47 void SendUpdate(const std::string& function, base::Value* value) {
48 internals_->SendUpdate(function, value);
101 SendUpdate("fn", data());
115 SendUpdate("fn", data());
media_internals.h 85 void SendUpdate(const std::string& function, base::Value* value);
webrtc_internals.h 78 void SendUpdate(const std::string& command, base::Value* value);
  /external/chromium_org/content/browser/download/
mock_download_file.h 47 MOCK_METHOD0(SendUpdate, void());
download_file_impl.cc 81 SendUpdate();
100 this, &DownloadFileImpl::SendUpdate);
124 SendUpdate();
162 SendUpdate();
241 SendUpdate();
281 SendUpdate(); // Make info up to date before error.
293 SendUpdate();
308 void DownloadFileImpl::SendUpdate() {
download_file_impl.h 75 void SendUpdate();
  /external/chromium_org/chrome/browser/extensions/
user_script_master.h 139 void SendUpdate(content::RenderProcessHost* process,
user_script_master.cc 350 SendUpdate(i.GetCurrentValue(), handle);
412 SendUpdate(process, GetSharedMemory());
435 void UserScriptMaster::SendUpdate(content::RenderProcessHost* process,

Completed in 241 milliseconds