OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCustomIDs
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
content_setting_bubble_model.cc
142
static const int
kCustomIDs
[] = {
152
COMPILE_ASSERT(arraysize(
kCustomIDs
) == CONTENT_SETTINGS_NUM_TYPES,
154
if (
kCustomIDs
[content_type()])
155
set_custom_link(l10n_util::GetStringUTF8(
kCustomIDs
[content_type()]));
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc
183
static const ContentSettingsTypeIdEntry
kCustomIDs
[] = {
189
GetIdForContentType(
kCustomIDs
, arraysize(
kCustomIDs
), content_type());
[
all
...]
Completed in 24 milliseconds