Searched refs:GetLastEvent (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim_unittest.cc82 scoped_ptr<Event> GetLastEvent();
133 scoped_ptr<Event> SyncedNotificationsShimTest::GetLastEvent() { function in class:__anon3840::SyncedNotificationsShimTest
140 GetLastEvent();
164 EXPECT_FALSE(GetLastEvent());
169 scoped_ptr<Event> event = GetLastEvent();
185 scoped_ptr<Event> event = GetLastEvent();
213 scoped_ptr<Event> event = GetLastEvent();
249 scoped_ptr<Event> event = GetLastEvent();
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer_unittest.cc65 const MotionEvent* GetLastEvent() const { function in class:ui::MotionEventBufferTest
191 const MotionEvent* current_flushed_event = GetLastEvent();
249 EXPECT_FALSE(GetLastEvent());
259 EXPECT_FALSE(GetLastEvent());
263 ASSERT_TRUE(GetLastEvent());
264 EXPECT_EVENT_EQ(move, *GetLastEvent());
275 EXPECT_FALSE(GetLastEvent());
283 EXPECT_FALSE(GetLastEvent());
289 EXPECT_FALSE(GetLastEvent());
314 EXPECT_FALSE(GetLastEvent());
[all...]

Completed in 811 milliseconds