Searched refs:Pop (Results 176 - 200 of 216) sorted by last modified time

123456789

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.h65 void Pop() { function in class:content::SyntheticGestureController::GestureAndCallbackQueue
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_job_coordinator.cc35 void ServiceWorkerJobCoordinator::JobQueue::Pop( function in class:content::ServiceWorkerJobCoordinator::JobQueue
116 pending_jobs->second.Pop(job);
H A Dservice_worker_job_coordinator.h61 void Pop(ServiceWorkerRegisterJobBase* job);
/external/chromium_org/chrome/renderer/net/
H A Dpredictor_queue.cc104 // If the buffer is empty, then the Pop and returns false.
105 bool DnsQueue::Pop(std::string* out_string) { function in class:DnsQueue
H A Dpredictor_queue.h68 bool Pop(std::string* out_string);
H A Dpredictor_queue_unittest.cc17 // Define a helper class that does Push'es and Pop's of numbers.
18 // This makes it easy to test a LOT of reads, and keep the expected Pop
29 bool Pop(void); // Validate string value of next read.
59 bool DnsQueueSequentialTester::Pop(void) { function in class:__anon5820::DnsQueueSequentialTester
61 if (buffer_->Pop(&string)) {
65 << "Pop did not match write for value " << read_counter_;
83 EXPECT_FALSE(tester.Pop()) << "Pop from empty buffer succeeded";
89 EXPECT_TRUE(tester.Pop()) << "Unable to read back data " << i;
90 EXPECT_FALSE(buffer.Pop(
[all...]
H A Drenderer_net_predictor.cc112 while (c_string_queue_.Pop(&name)) {
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message_fifo.cc204 scoped_ptr<MediaMessage> MediaMessageFifo::Pop() { function in class:chromecast::media::MediaMessageFifo
H A Dmedia_message_fifo.h71 // scoped_ptr<MediaMessage> msg(fifo_consumer->Pop());
103 // Pop a message from the queue.
105 scoped_ptr<MediaMessage> Pop();
H A Dmedia_message_fifo_unittest.cc71 scoped_ptr<MediaMessage> msg2(fifo->Pop());
108 scoped_ptr<MediaMessage> msg2(consumer_fifo->Pop());
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Dcoded_frame_provider_host.cc66 scoped_ptr<MediaMessage> msg(fifo_->Pop());
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc417 GURL url = work_queue_.Pop();
1081 info = &results_[work_queue_.Pop()];
1092 const GURL url(work_queue_.Pop());
1223 GURL Predictor::HostNameQueue::Pop() { function in class:chrome_browser_net::Predictor::HostNameQueue
H A Dpredictor.h340 GURL Pop();
H A Dpredictor_unittest.cc584 EXPECT_EQ(queue.Pop(), first);
586 EXPECT_EQ(queue.Pop(), second);
594 EXPECT_EQ(queue.Pop(), first);
596 EXPECT_EQ(queue.Pop(), second);
627 EXPECT_EQ(queue.Pop(), hi1);
628 EXPECT_EQ(queue.Pop(), hi2);
629 EXPECT_EQ(queue.Pop(), hi3);
632 EXPECT_EQ(queue.Pop(), low1);
633 EXPECT_EQ(queue.Pop(), low2);
634 EXPECT_EQ(queue.Pop(), low
[all...]
/external/chromium_org/cc/resources/
H A Deviction_tile_priority_queue.cc116 void EvictionTilePriorityQueue::Pop() { function in class:cc::EvictionTilePriorityQueue
121 paired_queue->Pop(tree_priority_);
166 void EvictionTilePriorityQueue::PairedPictureLayerQueue::Pop( function in class:cc::EvictionTilePriorityQueue::PairedPictureLayerQueue
H A Deviction_tile_priority_queue.h27 void Pop(TreePriority tree_priority);
47 void Pop();
H A Draster_tile_priority_queue.cc129 void RasterTilePriorityQueue::Pop() { function in class:cc::RasterTilePriorityQueue
134 paired_queue->Pop(tree_priority_);
177 void RasterTilePriorityQueue::PairedPictureLayerQueue::Pop( function in class:cc::RasterTilePriorityQueue::PairedPictureLayerQueue
H A Draster_tile_priority_queue.h28 void Pop(TreePriority tree_priority);
49 void Pop();
H A Dtile_manager_perftest.cc235 queue.Pop();
313 queue.Pop();
H A Dtile_manager_unittest.cc616 queue.Pop();
632 queue.Pop();
714 queue.Pop();
754 queue.Pop();
782 raster_queue.Pop();
804 queue.Pop();
891 queue.Pop();
924 queue.Pop();
960 raster_queue.Pop();
1041 queue.Pop();
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg2895 p<name>_<sname>Pop
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg608 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
609 <ruleDescriptor.ruleScope:{it|<it.name>_scopeAfter(<it.name>_stack.Peek());<it.name>_stack.Pop();}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg586 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
587 <ruleDescriptor.ruleScope:{it|<it.name>_scopeAfter(<it.name>_stack.Peek());<it.name>_stack.Pop();}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg753 <ruleDescriptor.useScopes:{<it>Stack.Pop();}; separator="\n">
754 <ruleDescriptor.ruleScope:{<it.name>Stack.Pop;}; separator="\n">
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs61 public object Pop() method in class:Antlr.Runtime.Collections.StackList

Completed in 400 milliseconds

123456789