Searched refs:Pop (Results 151 - 175 of 216) sorted by last modified time

123456789

/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport_unittest.cc58 // Pop() in the same order as Push().
67 void Pop(int rv) { function in class:extensions::core_api::cast_channel::__anon8076::CompletionQueue
211 socket_cbs.Pop(serialized_message.size());
240 socket_cbs.Pop(1);
243 socket_cbs.Pop(serialized_message.size() - 1);
258 socket_cbs.Pop(net::ERR_CONNECTION_RESET);
347 socket_cbs.Pop(MessageFramer::MessageHeader::header_size());
351 socket_cbs.Pop(serialized_message.size() -
392 socket_cbs.Pop(MessageFramer::MessageHeader::header_size());
396 socket_cbs.Pop(serialized_messag
[all...]
/external/chromium_org/ipc/
H A Dipc_sync_channel.cc242 Pop();
251 // pointers are cleaned up in the Pop() function.
264 bool SyncChannel::SyncContext::Pop() { function in class:IPC::SyncChannel::SyncContext
496 return context->Pop();
H A Dipc_sync_channel.h135 bool Pop();
/external/chromium_org/media/base/
H A Dbyte_queue.cc69 void ByteQueue::Pop(int count) { function in class:media::ByteQueue
H A Dbyte_queue.h16 // Pop(). The contents of the queue can be observed via the Peek() method.
32 // Pop() call.
36 void Pop(int count);
H A Ddecoder_buffer_queue.cc54 scoped_refptr<DecoderBuffer> DecoderBufferQueue::Pop() { function in class:media::DecoderBufferQueue
H A Ddecoder_buffer_queue.h38 // It is invalid to call Pop() on an empty queue.
39 scoped_refptr<DecoderBuffer> Pop();
H A Ddecoder_buffer_queue_unittest.cc71 queue.Pop();
74 queue.Pop();
77 queue.Pop();
80 queue.Pop();
96 queue.Pop();
101 queue.Pop();
132 queue.Pop();
135 queue.Pop();
138 queue.Pop();
141 queue.Pop();
[all...]
H A Dserial_runner.cc59 SerialRunner::BoundPipelineStatusCB SerialRunner::Queue::Pop() { function in class:media::SerialRunner::Queue
106 BoundPipelineStatusCB bound_fn = bound_fns_.Pop();
H A Dserial_runner.h44 BoundPipelineStatusCB Pop();
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.cc474 DemuxerStream::kOk, buffer_queue_.Pop());
/external/chromium_org/media/formats/common/
H A Doffset_byte_queue.cc33 void OffsetByteQueue::Pop(int count) { function in class:media::OffsetByteQueue
34 queue_.Pop(count);
53 Pop(size_);
56 Pop(max_offset - head_);
H A Doffset_byte_queue.h27 void Pop(int count);
H A Doffset_byte_queue_unittest.cc24 queue_->Pop(384);
/external/chromium_org/media/formats/mp2t/
H A Des_parser_adts.cc82 es_queue_->Pop(offset);
93 es_queue_->Pop(offset);
106 es_queue_->Pop(max_offset);
112 es_queue_->Pop(adts_frame.size);
H A Des_parser_mpeg1audio.cc132 es_queue_->Pop(offset);
143 es_queue_->Pop(offset);
158 es_queue_->Pop(max_offset);
206 es_queue_->Pop(mpeg1audio_frame.size);
H A Dmp2t_stream_parser.cc244 ts_byte_queue_.Pop(skipped_bytes);
252 ts_byte_queue_.Pop(1);
285 ts_byte_queue_.Pop(TsPacket::kPacketSize);
/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser.cc169 queue_.Pop(reader->size());
/external/chromium_org/media/formats/mpeg/
H A Dmpeg_audio_stream_parser_base.cc146 queue_.Pop(bytes_read);
/external/chromium_org/media/formats/webm/
H A Dwebm_stream_parser.cc113 byte_queue_.Pop(bytes_parsed);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.cc18 Pop();
35 void MessageQueue::Pop(Message* message) { function in class:mojo::internal::MessageQueue
38 Pop();
41 void MessageQueue::Pop() { function in class:mojo::internal::MessageQueue
H A Dmessage_queue.h32 void Pop(Message* message);
36 void Pop();
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dconnector_unittest.cc34 void Pop(Message* message) { function in class:mojo::test::__anon8776::MessageAccumulator
35 queue_.Pop(message);
130 accumulator.Pop(&message_received);
156 accumulator.Pop(&message_received);
182 accumulator.Pop(&message_received);
211 accumulator.Pop(&message_received);
240 accumulator.Pop(&message_received);
301 accumulator.Pop(&message_received);
328 accumulator.Pop(&message_received);
362 accumulator.Pop(
[all...]
H A Drouter_unittest.cc149 message_queue.Pop(&response);
174 message_queue.Pop(&response);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.cc67 pending_gesture_queue_.Pop();

Completed in 1639 milliseconds

123456789