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

  /external/chromium/chrome/browser/
shell_integration_win.cc 39 // from profile path. "profile_id" is composed of sanitized basenames of
56 // Get joined basenames of user data dir and profile.
57 std::wstring basenames = profile_path.DirName().BaseName().value() + local
61 profile_id.reserve(basenames.size());
63 // Generate profile_id from sanitized basenames.
64 for (size_t i = 0; i < basenames.length(); ++i) {
65 if (IsAsciiAlpha(basenames[i]) ||
66 IsAsciiDigit(basenames[i]) ||
67 basenames[i] == L'.')
68 profile_id += basenames[i]
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 49 // from profile path. "profile_id" is composed of sanitized basenames of
66 // Get joined basenames of user data dir and profile.
67 string16 basenames = profile_path.DirName().BaseName().value() + local
71 profile_id.reserve(basenames.size());
73 // Generate profile_id from sanitized basenames.
74 for (size_t i = 0; i < basenames.length(); ++i) {
75 if (IsAsciiAlpha(basenames[i]) ||
76 IsAsciiDigit(basenames[i]) ||
77 basenames[i] == L'.')
78 profile_id += basenames[i]
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 192 basenames = set(self.StripDependencies(names))
193 self.assertEqual(expected, basenames)
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]

Completed in 1013 milliseconds