OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usages_state
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.cc
184
const ContentSettingsUsagesState&
usages_state
= content_settings->
local
186
if (
usages_state
.state_map().empty())
193
usages_state
.GetDetailedInfo(NULL, &state_flags);
320
const ContentSettingsUsagesState&
usages_state
=
local
322
if (
usages_state
.state_map().empty())
329
usages_state
.GetDetailedInfo(NULL, &state_flags);
content_setting_bubble_model.cc
1169
const ContentSettingsUsagesState&
usages_state
=
local
[
all
...]
/external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc
400
const ContentSettingsUsagesState&
usages_state
=
local
402
size_t state_map_size =
usages_state
.state_map().size();
419
EXPECT_GT(
usages_state
.state_map().size(), state_map_size);
421
EXPECT_EQ(1U,
usages_state
.state_map().count(requesting_origin));
425
usages_state
.state_map().find(requesting_origin)->second);
Completed in 67 milliseconds