HomeSort by relevance Sort by last modified time
    Searched defs:is_relative (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 29 std::string is_relative; local
30 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
43 if (is_relative == "1")
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 62 std::string is_relative; local
64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) &&
75 if (is_relative == "1") {
  /external/chromium/googleurl/src/
url_util.cc 235 bool is_relative; local
240 &is_relative,
246 if (is_relative) {
url_canon_unittest.cc 1918 bool is_relative; local
    [all...]
  /external/chromium_org/tools/gn/
filesystem_utils.cc 418 bool is_relative = true; local
420 is_relative = false;
455 if (is_relative) {
  /external/chromium_org/url/
url_util.cc 230 bool is_relative; local
235 &is_relative,
244 if (is_relative && base_is_authority_based && !standard_base_scheme) {
260 } else if (is_relative) {
url_canon_unittest.cc 2163 bool is_relative; local
    [all...]
  /external/opencv/cxcore/src/
cxnorm.cpp 977 int type, depth, cn, is_relative; local
    [all...]

Completed in 801 milliseconds