OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrivetNotify
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h
40
virtual void
PrivetNotify
(bool multiple, bool added) = 0;
106
virtual void
PrivetNotify
(bool has_multiple, bool added) OVERRIDE;
privet_notifications_unittest.cc
28
MOCK_METHOD2(
PrivetNotify
, void(bool multiple, bool added));
196
EXPECT_CALL(mock_delegate_,
PrivetNotify
(
233
EXPECT_CALL(mock_delegate_,
PrivetNotify
(
privet_notifications.cc
146
delegate_->
PrivetNotify
(devices_active_ > 1, true);
182
delegate_->
PrivetNotify
(devices_active_ > 1, true);
235
void PrivetNotificationService::
PrivetNotify
(bool has_multiple,
Completed in 57 milliseconds