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

  /external/chromium_org/content/browser/download/
download_file_impl.cc 78 SendUpdate();
97 this, &DownloadFileImpl::SendUpdate);
121 SendUpdate();
159 SendUpdate();
238 SendUpdate();
278 SendUpdate(); // Make info up to date before error.
290 SendUpdate();
305 void DownloadFileImpl::SendUpdate() {
mock_download_file.h 47 MOCK_METHOD0(SendUpdate, void());
download_file_impl.h 73 void SendUpdate();
  /external/chromium_org/content/browser/media/
webrtc_internals.cc 86 SendUpdate("addPeerConnection", dict);
109 SendUpdate("removePeerConnection", &id);
150 SendUpdate("updatePeerConnection", &update);
171 SendUpdate("addStats", &dict);
195 SendUpdate("addGetUserMedia", dict);
267 void WebRTCInternals::SendUpdate(const string& command, base::Value* value) {
294 SendUpdate("aecRecordingFileSelectionCancelled", NULL);
317 SendUpdate("removePeerConnection", &update);
342 SendUpdate("removeGetUserMediaForRenderer", &update);
media_internals.cc 198 SendUpdate(SerializeUpdate("media.onMediaEvent", &dict));
225 SendUpdate(everything_update);
228 void MediaInternals::SendUpdate(const base::string16& update) {
229 // SendUpdate() may be called from any thread, but must run on the IO thread.
234 &MediaInternals::SendUpdate, base::Unretained(this), update));
252 SendUpdate(SerializeUpdate(function, value));
269 SendUpdate(SerializeUpdate(function, value));
media_internals.h 62 void SendUpdate(const base::string16& update);
webrtc_internals.h 111 void SendUpdate(const std::string& command, base::Value* value);
  /external/chromium_org/chrome/browser/extensions/
user_script_master.h 156 void SendUpdate(content::RenderProcessHost* process,
user_script_master.cc 395 SendUpdate(i.GetCurrentValue(),
478 SendUpdate(process,
504 void UserScriptMaster::SendUpdate(

Completed in 104 milliseconds