OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendUpdate
(Results
1 - 10
of
10
) sorted by null
/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));
media_internals.h
62
void
SendUpdate
(const base::string16& update);
webrtc_internals.h
116
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
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
() {
download_file_impl.h
102
void
SendUpdate
();
/external/chromium_org/chrome/browser/extensions/
user_script_loader.h
111
void
SendUpdate
(content::RenderProcessHost* process,
user_script_loader.cc
411
SendUpdate
(process,
538
SendUpdate
(i.GetCurrentValue(), shared_memory_.get(), changed_extensions_);
548
void UserScriptLoader::
SendUpdate
(
/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);
Completed in 2735 milliseconds