OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHeaderID
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/themes/
browser_theme_pack.cc
31
// int32_t.
kHeaderID
should always have the maximum value because we want the
35
const int
kHeaderID
= UINT_MAX - 1;
381
if (!pack->data_pack_->GetStringPiece(
kHeaderID
, &pointer))
426
resources[
kHeaderID
] = base::StringPiece(
[
all
...]
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
50
// uint16.
kHeaderID
should always have the maximum value because we want the
55
const int
kHeaderID
= kMaxID - 1;
715
if (!pack->data_pack_->GetStringPiece(
kHeaderID
, &pointer))
782
resources[
kHeaderID
] = base::StringPiece(
[
all
...]
Completed in 121 milliseconds