OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_pipe_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
data_pipe_producer_dispatcher.cc
19
data_pipe_
= data_pipe;
28
DCHECK(!
data_pipe_
);
33
data_pipe_
->ProducerCancelAllWaiters();
38
data_pipe_
->ProducerClose();
39
data_pipe_
= NULL;
48
rv->Init(
data_pipe_
);
49
data_pipe_
= NULL;
64
return
data_pipe_
->ProducerWriteData(
79
return
data_pipe_
->ProducerBeginWriteData(
87
return
data_pipe_
->ProducerEndWriteData(num_bytes_written)
[
all
...]
data_pipe_consumer_dispatcher.cc
19
data_pipe_
= data_pipe;
28
DCHECK(!
data_pipe_
);
33
data_pipe_
->ConsumerCancelAllWaiters();
38
data_pipe_
->ConsumerClose();
39
data_pipe_
= NULL;
48
rv->Init(
data_pipe_
);
49
data_pipe_
= NULL;
67
return
data_pipe_
->ConsumerDiscardData(
74
return
data_pipe_
->ConsumerQueryData(num_bytes);
81
return
data_pipe_
->ConsumerReadData
[
all
...]
data_pipe_consumer_dispatcher.h
54
scoped_refptr<DataPipe>
data_pipe_
; // This will be null if closed.
member in class:mojo::system::DataPipeConsumerDispatcher
data_pipe_producer_dispatcher.h
56
scoped_refptr<DataPipe>
data_pipe_
; // This will be null if closed.
member in class:mojo::system::DataPipeProducerDispatcher
Completed in 42 milliseconds