Searched defs:SendUpdate (Results 1 - 5 of 5) sorted by relevance

/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
/external/chromium_org/content/browser/media/
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 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);
/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);
/external/chromium_org/chrome/browser/extensions/
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

Completed in 1584 milliseconds