OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simple_expanded_layout
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc
94
sync_pb::SimpleExpandedLayout*
simple_expanded_layout
=
local
112
simple_expanded_layout
->set_title(title);
116
simple_expanded_layout
->set_text(text);
synced_notification.cc
419
simple_expanded_layout
().has_title())
423
simple_expanded_layout
().title();
501
simple_expanded_layout
().has_text())
505
simple_expanded_layout
().text();
/external/chromium_org/sync/protocol/
synced_notification_render.proto
49
optional SimpleExpandedLayout
simple_expanded_layout
= 1;
Completed in 129 milliseconds