HomeSort by relevance Sort by last modified time
    Searched refs:is_any (Results 1 - 3 of 3) sorted by null

  /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);
web_apps.h 81 // the attribute are added to sizes, or is_any is set to true.
85 bool* is_any);
web_apps.cc 73 bool is_any = false;
76 &is_any) ||
77 is_any ||
124 bool* is_any) {
125 *is_any = false;
130 *is_any = true;
138 if (*is_any && !sizes->empty()) {
139 // If is_any is true, it must occur by itself.
142 return (*is_any || !sizes->empty());

Completed in 143 milliseconds