OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theme_specifics
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/glue/
theme_change_processor.cc
11
#include "chrome/browser/sync/protocol/
theme_specifics
.pb.h"
89
sync_pb::ThemeSpecifics
theme_specifics
;
local
101
theme_specifics
= node.GetThemeSpecifics();
104
SetCurrentThemeFromThemeSpecificsIfNecessary(
theme_specifics
, profile_);
theme_model_associator.cc
14
#include "chrome/browser/sync/protocol/
theme_specifics
.pb.h"
55
sync_pb::ThemeSpecifics
theme_specifics
= node.GetThemeSpecifics();
local
57
&
theme_specifics
))
58
node.SetThemeSpecifics(
theme_specifics
);
69
sync_pb::ThemeSpecifics
theme_specifics
;
local
70
GetThemeSpecificsFromCurrentTheme(profile, &
theme_specifics
);
71
node.SetThemeSpecifics(
theme_specifics
);
theme_util_unittest.cc
10
#include "chrome/browser/sync/protocol/
theme_specifics
.pb.h"
102
sync_pb::ThemeSpecifics
theme_specifics
;
local
110
SetCurrentThemeFromThemeSpecifics(
theme_specifics
, &profile);
114
sync_pb::ThemeSpecifics
theme_specifics
;
local
115
theme_specifics
.set_use_system_theme_by_default(true);
124
SetCurrentThemeFromThemeSpecifics(
theme_specifics
, &profile);
132
sync_pb::ThemeSpecifics
theme_specifics
;
local
133
theme_specifics
.set_use_custom_theme(true);
134
theme_specifics
.set_use_system_theme_by_default(true);
135
theme_specifics
.set_custom_theme_name("name")
152
sync_pb::ThemeSpecifics
theme_specifics
;
local
180
sync_pb::ThemeSpecifics
theme_specifics
;
local
199
sync_pb::ThemeSpecifics
theme_specifics
;
local
228
sync_pb::ThemeSpecifics
theme_specifics
;
local
[
all
...]
Completed in 96 milliseconds