OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendUpdate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/download/
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
() {
/external/chromium_org/content/browser/media/
media_internals.cc
167
SendUpdate
(SerializeUpdate("media.onMediaEvent", &dict));
194
SendUpdate
(everything_update);
197
void MediaInternals::
SendUpdate
(const base::string16& update) {
198
//
SendUpdate
() may be called from any thread, but must run on the IO thread.
203
&MediaInternals::
SendUpdate
, base::Unretained(this), update));
221
SendUpdate
(SerializeUpdate(function, value));
238
SendUpdate
(SerializeUpdate(function, value));
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);
/external/chromium_org/chrome/browser/extensions/
user_script_master.cc
356
SendUpdate
(i.GetCurrentValue(), handle);
419
SendUpdate
(process, GetSharedMemory());
442
void UserScriptMaster::
SendUpdate
(content::RenderProcessHost* process,
Completed in 36 milliseconds