OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_any
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/
web_apps_unittest.cc
15
const bool
is_any
;
member in struct:TestData
44
bool
is_any
;
local
47
&
is_any
);
50
ASSERT_EQ(data[i].
is_any
,
is_any
);
web_apps.cc
84
bool
is_any
= false;
local
87
ParseIconSizes(link.getAttribute("sizes"), &icon_sizes, &
is_any
) &&
88
!
is_any
&&
101
bool*
is_any
) {
102
*
is_any
= false;
107
*
is_any
= true;
115
if (*
is_any
&& !sizes->empty()) {
116
// If
is_any
is true, it must occur by itself.
119
return (*
is_any
|| !sizes->empty());
/external/chromium/chrome/common/
web_apps_unittest.cc
144
const bool
is_any
;
member in struct:TestData
173
bool
is_any
;
local
176
&
is_any
);
179
ASSERT_EQ(data[i].
is_any
,
is_any
);
Completed in 38 milliseconds