OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_id
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/common/
instant_types.cc
63
theme_id
== rhs.
theme_id
&&
instant_types.h
96
std::string
theme_id
;
member in struct:ThemeBackgroundInfo
98
// The theme background image horizontal alignment is only valid if |
theme_id
|
102
// The theme background image vertical alignment is only valid if |
theme_id
|
106
// The theme background image tiling is only valid if |
theme_id
| is valid.
110
// Value is only valid if |
theme_id
| is valid.
114
// Value is only valid if |
theme_id
| is valid.
render_messages.h
156
IPC_STRUCT_TRAITS_MEMBER(
theme_id
)
/external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc
94
std::string
theme_id
= theme->id();
local
102
ASSERT_EQ(
theme_id
, theme->id());
106
ASSERT_EQ(
theme_id
, theme->id());
122
std::string
theme_id
= theme->id();
local
127
EXPECT_FALSE(
theme_id
== theme2->id());
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
225
//
theme_id
without NULL terminator.
226
uint8
theme_id
[16];
member in struct:BrowserThemePack::BrowserThemePackHeader
browser_theme_pack.cc
743
std::string
theme_id
(reinterpret_cast<char*>(pack->header_->
theme_id
),
746
if (
theme_id
!= truncated_id) {
747
DLOG(ERROR) << "Wrong id: " <<
theme_id
<< " vs " << expected_id;
[
all
...]
/external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc
[
all
...]
/external/chromium_org/chrome/browser/search/
instant_service.cc
341
theme_info_->
theme_id
= theme_service->GetThemeID();
Completed in 532 milliseconds