OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_fns
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
serial_runner.h
64
const Queue&
bound_fns
, const PipelineStatusCB& done_cb);
69
SerialRunner(const Queue&
bound_fns
, const PipelineStatusCB& done_cb);
serial_runner.cc
57
const Queue&
bound_fns
, const PipelineStatusCB& done_cb)
60
bound_fns_(
bound_fns
),
76
const Queue&
bound_fns
, const PipelineStatusCB& done_cb) {
78
new SerialRunner(
bound_fns
, done_cb));
pipeline.cc
524
SerialRunner::Queue
bound_fns
;
local
530
bound_fns
.Push(base::Bind(
536
bound_fns
.Push(base::Bind(
541
pending_callbacks_ = SerialRunner::Run(
bound_fns
, done_cb);
549
SerialRunner::Queue
bound_fns
;
local
553
bound_fns
.Push(base::Bind(
557
bound_fns
.Push(base::Bind(
561
bound_fns
.Push(base::Bind(
567
bound_fns
.Push(base::Bind(
571
bound_fns
.Push(base::Bind
602
SerialRunner::Queue
bound_fns
;
local
628
SerialRunner::Queue
bound_fns
;
local
[
all
...]
serial_runner_unittest.cc
64
void StartRunnerInternal(const SerialRunner::Queue&
bound_fns
) {
Completed in 26 milliseconds