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/media/blink/
buffered_resource_loader.cc
143
DCHECK(
loading_cb_
.is_null());
151
loading_cb_
= loading_cb;
204
loading_cb_
.Run(kLoading);
210
loading_cb_
.Reset();
498
loading_cb_
.Run(kLoadingFinished);
538
loading_cb_
.Run(kLoadingFailed);
618
loading_cb_
.Run(deferred ? kLoadingDeferred : kLoading);
buffered_resource_loader.h
213
// Sets |active_loader_|'s defer state and fires |
loading_cb_
| if the state
280
LoadingStateChangedCB
loading_cb_
;
member in class:media::BufferedResourceLoader
Completed in 51 milliseconds