OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_ui_util
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/sync/
sync_ui_util_mac.h
9
#include "chrome/browser/sync/
sync_ui_util
.h"
15
namespace
sync_ui_util
{
namespace
24
sync_ui_util
::MessageType status);
26
} // namespace
sync_ui_util
sync_ui_util.cc
5
#include "chrome/browser/sync/
sync_ui_util
.h"
28
namespace
sync_ui_util
{
namespace
226
return
sync_ui_util
::GetStatusInfo(service, status_label, link_label);
234
return
sync_ui_util
::GetStatusInfoForNewTabPage(
239
return
sync_ui_util
::GetStatusInfo(service, NULL, NULL);
246
(GetStatus(service) ==
sync_ui_util
::SYNC_ERROR ||
253
if (type ==
sync_ui_util
::SYNCED)
255
else if (type ==
sync_ui_util
::SYNC_ERROR)
344
sync_ui_util
::MakeSyncAuthErrorText(
351
sync_ui_util
::AddBoolSyncDetail(details
[
all
...]
sync_ui_util.h
22
namespace
sync_ui_util
{
namespace
72
} // namespace
sync_ui_util
sync_ui_util_unittest.cc
6
#include "chrome/browser/sync/
sync_ui_util
.h"
38
sync_ui_util
::ConstructAboutInformation(&service, &strings);
/external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc
86
sync_ui_util
::MessageType type) {
88
case
sync_ui_util
::SYNC_ERROR:
90
case
sync_ui_util
::SYNC_PROMO:
92
case
sync_ui_util
::PRE_SYNCED:
93
case
sync_ui_util
::SYNCED:
145
sync_ui_util
::MessageType type =
146
sync_ui_util
::GetStatusLabelsForNewTabPage(sync_service_,
new_tab_page_sync_handler.h
12
#include "chrome/browser/sync/
sync_ui_util
.h"
57
sync_ui_util
::MessageType type);
sync_internals_ui.cc
18
#include "chrome/browser/sync/
sync_ui_util
.h"
58
sync_ui_util
::ConstructAboutInformation(service, about_info);
/external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc
23
#include "chrome/browser/sync/
sync_ui_util
.h"
243
bool status_has_error =
sync_ui_util
::GetStatusLabels(service,
244
&status_label, &link_label) ==
sync_ui_util
::SYNC_ERROR;
/external/chromium/chrome/browser/web_resource/
promo_resource_service.cc
16
#include "chrome/browser/sync/
sync_ui_util
.h"
426
sync_ui_util
::GetStatus(
427
profile->GetProfileSyncService()) ==
sync_ui_util
::SYNCED);
/external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc
22
#include "chrome/browser/sync/
sync_ui_util
.h"
552
return
sync_ui_util
::GetSyncMenuLabel(
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
23
#include "chrome/browser/sync/
sync_ui_util
.h"
447
if (
sync_ui_util
::ShouldShowSyncErrorButton(sync_service_))
[
all
...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
20
#include "chrome/browser/sync/
sync_ui_util
.h"
337
if (
sync_ui_util
::ShouldShowSyncErrorButton(sync_service_)) {
373
if (
sync_ui_util
::ShouldShowSyncErrorButton(sync_service_)) {
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
69
#include "chrome/browser/sync/
sync_ui_util
.h"
[
all
...]
Completed in 1504 milliseconds