Searched refs:OnLogEvent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router.h63 virtual void OnLogEvent(NTPLoggingEventType event) = 0;
200 void OnLogEvent(int page_seq_no, NTPLoggingEventType event) const;
H A Dsearch_ipc_router.cc175 IPC_MESSAGE_HANDLER(ChromeViewHostMsg_LogEvent, OnLogEvent);
272 void SearchIPCRouter::OnLogEvent(int page_seq_no, function in class:SearchIPCRouter
281 delegate_->OnLogEvent(event);
H A Dsearch_tab_helper.h172 virtual void OnLogEvent(NTPLoggingEventType event) OVERRIDE;
H A Dsearch_ipc_router_unittest.cc54 MOCK_METHOD1(OnLogEvent, void(NTPLoggingEventType event));
356 EXPECT_CALL(*mock_delegate(), OnLogEvent(NTP_MOUSEOVER)).Times(1);
371 EXPECT_CALL(*mock_delegate(), OnLogEvent(NTP_MOUSEOVER)).Times(0);
592 EXPECT_CALL(*mock_delegate(), OnLogEvent(NTP_MOUSEOVER)).Times(0);
H A Dsearch_tab_helper.cc510 void SearchTabHelper::OnLogEvent(NTPLoggingEventType event) { function in class:SearchTabHelper
H A Dsearch_tab_helper_unittest.cc63 MOCK_METHOD1(OnLogEvent, void(NTPLoggingEventType event));

Completed in 114 milliseconds