OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coalesced_notification
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
431
if (!specifics_.
coalesced_notification
().render_info().expanded_info().
435
return specifics_.
coalesced_notification
().render_info().expanded_info().
440
if (!specifics_.
coalesced_notification
().render_info().collapsed_info().
444
return specifics_.
coalesced_notification
().render_info().collapsed_info().
449
if (!specifics_.
coalesced_notification
().render_info().collapsed_info().
453
return specifics_.
coalesced_notification
().render_info().collapsed_info().
458
if (!specifics_.
coalesced_notification
().render_info().collapsed_info().
462
return specifics_.
coalesced_notification
().render_info().collapsed_info().
467
if (!specifics_.
coalesced_notification
().has_app_id())
469
return specifics_.
coalesced_notification
().app_id()
[
all
...]
sync_notifier_test_utils.cc
88
sync_pb::CoalescedSyncedNotification*
coalesced_notification
=
local
91
coalesced_notification
->mutable_render_info();
103
coalesced_notification
->set_app_id(app_id);
105
coalesced_notification
->set_key(key);
107
coalesced_notification
->
135
coalesced_notification
->set_creation_time_msec(kFakeCreationTime);
137
coalesced_notification
->set_read_state(read_state);
chrome_notifier_service.cc
260
!specifics.
coalesced_notification
().has_key() ||
261
!specifics.
coalesced_notification
().has_read_state()) {
265
<< " has key? " << specifics.
coalesced_notification
().has_key()
267
<< specifics.
coalesced_notification
().has_read_state();
273
specifics.
coalesced_notification
().read_state()) ==
275
specifics.
coalesced_notification
().has_render_info());
278
specifics.
coalesced_notification
().read_state()) ==
282
specifics.
coalesced_notification
().read_state()) ==
chrome_notifier_service_unittest.cc
49
return specifics.
coalesced_notification
().key();
/external/chromium_org/sync/tools/testserver/
chromiumsync.py
[
all
...]
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
643
SET(
coalesced_notification
, CoalescedNotificationToValue);
[
all
...]
Completed in 72 milliseconds