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

  /external/chromium_org/content/browser/download/
download_file_impl.cc 84 SendUpdate();
103 this, &DownloadFileImpl::SendUpdate);
202 SendUpdate();
281 SendUpdate();
321 SendUpdate(); // Make info up to date before error.
333 SendUpdate();
348 void DownloadFileImpl::SendUpdate() {
  /external/chromium_org/content/browser/media/
webrtc_internals.cc 93 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) {
305 SendUpdate("aecRecordingFileSelectionCancelled", NULL);
330 SendUpdate("removePeerConnection", &update);
356 SendUpdate("removeGetUserMediaForRenderer", &update);
media_internals.cc 197 SendUpdate(SerializeUpdate("media.onMediaEvent", &dict));
224 SendUpdate(everything_update);
227 void MediaInternals::SendUpdate(const base::string16& update) {
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));
  /external/chromium_org/chrome/browser/extensions/api/automation/
automation_apitest.cc 219 SendUpdate(update,
227 void SendUpdate(ui::AXTreeUpdate update,
379 state.SendUpdate(
389 state.SendUpdate(update, event, root->id(), kTab0Rid, browser_context);
  /external/chromium_org/chrome/browser/extensions/
user_script_loader.cc 411 SendUpdate(process,
538 SendUpdate(i.GetCurrentValue(), shared_memory_.get(), changed_extensions_);
548 void UserScriptLoader::SendUpdate(

Completed in 1217 milliseconds