HomeSort by relevance Sort by last modified time
    Searched full:render_info (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 418 if (!specifics_.coalesced_notification().render_info().expanded_info().
422 return specifics_.coalesced_notification().render_info().expanded_info().
427 if (!specifics_.coalesced_notification().render_info().collapsed_info().
431 return specifics_.coalesced_notification().render_info().collapsed_info().
436 if (!specifics_.coalesced_notification().render_info().collapsed_info().
440 return specifics_.coalesced_notification().render_info().collapsed_info().
445 if (!specifics_.coalesced_notification().render_info().collapsed_info().
449 return specifics_.coalesced_notification().render_info().collapsed_info().
472 if (!specifics_.coalesced_notification().render_info().collapsed_info().
476 std::string url_spec = specifics_.coalesced_notification().render_info()
    [all...]
sync_notifier_test_utils.cc 90 sync_pb::SyncedNotificationRenderInfo* render_info = local
93 render_info->mutable_expanded_info();
97 render_info->mutable_collapsed_info();
  /external/chromium_org/sync/protocol/
synced_notification_data.proto 81 optional SyncedNotificationRenderInfo render_info = 4;
proto_value_conversions.cc 270 SET(render_info, RenderInfoToValue);

Completed in 120 milliseconds