OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loading_cb_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
buffered_resource_loader.cc
143
DCHECK(
loading_cb_
.is_null());
151
loading_cb_
= loading_cb;
203
loading_cb_
.Run(kLoading);
209
loading_cb_
.Reset();
492
loading_cb_
.Run(kLoadingFinished);
532
loading_cb_
.Run(kLoadingFailed);
612
loading_cb_
.Run(deferred ? kLoadingDeferred : kLoading);
buffered_resource_loader.h
218
// Sets |active_loader_|'s defer state and fires |
loading_cb_
| if the state
285
LoadingStateChangedCB
loading_cb_
;
member in class:content::BufferedResourceLoader
Completed in 33 milliseconds