Home
last modified time | relevance | path

Searched refs:canonicalized (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.cpp92 Vector<String> canonicalized; in removeExtraParentReferences() local
98 if (canonicalized.size() > 0) in removeExtraParentReferences()
99 canonicalized.removeLast(); in removeExtraParentReferences()
102 canonicalized.append(components[i]); in removeExtraParentReferences()
104 if (canonicalized.isEmpty()) in removeExtraParentReferences()
107 for (size_t i = 0; i < canonicalized.size(); ++i) { in removeExtraParentReferences()
109 result.append(canonicalized[i]); in removeExtraParentReferences()
/external/chromium_org/chrome/browser/chromeos/login/managed/
Dmanaged_user_authenticator.cc106 std::string canonicalized = gaia::CanonicalizeEmail(username); in AuthenticateToMount() local
109 canonicalized, password, false)); in AuthenticateToMount()
121 std::string canonicalized = gaia::CanonicalizeEmail(username); in AuthenticateToCreate() local
124 canonicalized, password, false)); in AuthenticateToCreate()
137 std::string canonicalized = gaia::CanonicalizeEmail(username); in AddMasterKey() local
140 canonicalized, password, true)); in AddMasterKey()
/external/chromium_org/native_client_sdk/src/tools/
Dcreate_nmf.py551 canonicalized = []
561 canonicalized.append([unquoted[0], 'portable', unquoted[2]])
569 canonicalized.append([unquoted[0], unquoted[2], unquoted[4]])
574 return canonicalized
707 canonicalized = ParseExtraFiles(options.extra_files, sys.stderr)
708 if canonicalized is None:
745 extra_files=canonicalized,
/external/chromium_org/ppapi/api/dev/
Dppb_url_util_dev.idl64 * The components pointer, if non-NULL and the canonicalized URL is valid,
74 * will also be canonicalized according to the rules of the browser.
82 * The components pointer, if non-NULL and the canonicalized URL is valid,
131 * The components pointer, if non-NULL and the canonicalized URL is valid,
144 * The components pointer, if non-NULL and the canonicalized URL is valid,
155 * The components pointer, if non-NULL and the canonicalized URL is valid,
/external/chromium_org/chrome/browser/chromeos/login/
Dparallel_authenticator.cc211 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); in AuthenticateToLogin() local
215 UserContext(canonicalized, in AuthenticateToLogin()
221 !UserManager::Get()->IsKnownUser(canonicalized))); in AuthenticateToLogin()
234 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); in CompleteLogin() local
238 UserContext(canonicalized, in CompleteLogin()
241 !UserManager::Get()->IsKnownUser(canonicalized))); in CompleteLogin()
Doauth2_login_manager.cc190 std::string canonicalized = gaia::CanonicalizeEmail(user_email); in OnGetUserEmailResponse() local
191 GetTokenService()->UpdateCredentials(canonicalized, refresh_token_); in OnGetUserEmailResponse()
/external/chromium/chrome/browser/chromeos/login/
Dparallel_authenticator.cc73 std::string canonicalized = Authenticator::Canonicalize(username); in AuthenticateToLogin() local
75 new AuthAttemptState(canonicalized, in AuthenticateToLogin()
80 !UserManager::Get()->IsKnownUser(canonicalized))); in AuthenticateToLogin()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dplugin.cc1515 pp::Var canonicalized = in GetUrlScheme() local
1518 if (canonicalized.is_null() || in GetUrlScheme()
1525 static_cast<int>(canonicalized.AsString().size())); in GetUrlScheme()
1527 static_cast<int>(canonicalized.AsString().size())); in GetUrlScheme()
1529 std::string scheme = canonicalized.AsString().substr(comps.scheme.begin, in GetUrlScheme()
/external/elfutils/
DChangeLog14 PACKAGE_VERSION canonicalized to four digits of decimal.
/external/llvm/test/Transforms/InstCombine/
Dvector-casts.ll67 ; The sext-and pair is canonicalized to a select.
/external/chromium_org/ppapi/api/private/
Dppb_testing_private.idl107 * If the canonicalized URL is valid, the method will parse the URL
/external/chromium_org/third_party/libphonenumber/src/resources/
Dphonenumber.proto66 // canonicalized by the library. For example, it could be used to store alphanumerical numbers
/external/chromium/googleurl/
DREADME.txt16 canonicalized per second on a modern CPU. It is much faster than, for
/external/chromium_org/chrome/common/safe_browsing/
Dcsd.proto24 // canonicalized, converted to a suffix-prefix expression and broadened
/external/llvm/docs/CommandGuide/
DFileCheck.rst48 sequences are canonicalized to UNIX-style ``\n`` in all modes.
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.td1238 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
1265 // setge X, 0 is canonicalized to setgt X, -1
/external/llvm/docs/
DPasses.rst607 * The exit condition for the loop is canonicalized to compare the induction
859 been canonicalized by the :ref:`indvars <passes-indvars>` pass, allowing it to
DCodeGenerator.rst906 optimize the canonicalized code because it is still in the form of a DAG.
/external/openssh/
Dssh_config.047 line (i.e. the name is not converted to a canonicalized host name
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1977 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
DARMInstrInfo.td3219 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.