HomeSort by relevance Sort by last modified time
    Searched full:expectations_queue_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/device_orientation/
provider_unittest.cc 61 expectations_queue_.push(expected_device_data);
70 std::queue<scoped_refptr<const DeviceData> > expectations_queue_; member in class:content::__anon9963::UpdateChecker
85 ASSERT_FALSE(expectations_queue_.empty());
94 (expectations_queue_.front().get())));
95 expectations_queue_.pop();
130 ASSERT_FALSE(expectations_queue_.empty());
139 (expectations_queue_.front().get())));
140 expectations_queue_.pop();

Completed in 5778 milliseconds