HomeSort by relevance Sort by last modified time
    Searched refs:is_any (Results 1 - 4 of 4) 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 base::ASCIIToUTF16(data[i].input), &sizes, &is_any);
50 ASSERT_EQ(data[i].is_any, is_any);
web_apps.h 24 // the attribute are added to sizes, or is_any is set to true.
28 bool* is_any);
web_apps.cc 83 bool is_any = false; local
86 ParseIconSizes(link.getAttribute("sizes"), &icon_sizes, &is_any) &&
87 !is_any &&
100 bool* is_any) {
101 *is_any = false;
106 *is_any = true;
114 if (*is_any && !sizes->empty()) {
115 // If is_any is true, it must occur by itself.
118 return (*is_any || !sizes->empty());
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py     [all...]

Completed in 969 milliseconds