Searched defs:on_failure (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.cc50 const base::Closure& on_failure,
57 if (!on_failure.is_null())
58 on_failure.Run();
75 const base::Closure& on_failure,
83 if (!on_failure.is_null())
84 on_failure.Run();
48 DBusBoolRedirectCallback(const base::Closure& on_true, const base::Closure& on_false, const base::Closure& on_failure, const tracked_objects::Location& from_here, chromeos::DBusMethodCallStatus status, bool value) argument
73 DBusStringCallback( const base::Callback<void(const std::string&)> on_success, const base::Closure& on_failure, const tracked_objects::Location& from_here, chromeos::DBusMethodCallStatus status, bool result, const std::string& data) argument
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc130 void AttestationFlow::StartEnroll(const base::Closure& on_failure, argument
136 on_failure,
140 void AttestationFlow::SendEnrollRequestToPCA(const base::Closure& on_failure, argument
146 if (!on_failure.is_null())
147 on_failure.Run();
156 on_failure,
161 const base::Closure& on_failure,
167 if (!on_failure.is_null())
168 on_failure.Run();
177 on_failure,
160 SendEnrollResponseToDaemon( const base::Closure& on_failure, const base::Closure& next_task, bool success, const std::string& data) argument
181 OnEnrollComplete(const base::Closure& on_failure, const base::Closure& next_task, bool success, cryptohome::MountError ) argument
[all...]
/external/v8/src/
H A Dregexp-macro-assembler-tracer.cc312 Label* on_failure,
320 cp_offset, LabelToInt(on_failure));
321 assembler_->CheckCharacters(str, cp_offset, on_failure, check_end_of_string);
310 CheckCharacters(Vector<const uc16> str, int cp_offset, Label* on_failure, bool check_end_of_string) argument
H A Dregexp-macro-assembler-irregexp.cc234 Label* on_failure,
260 if (check_bounds) EmitOrLink(on_failure);
388 Label* on_failure,
397 EmitOrLink(on_failure);
402 EmitOrLink(on_failure);
233 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
385 CheckCharacters( Vector<const uc16> str, int cp_offset, Label* on_failure, bool check_end_of_string) argument
H A Djsregexp.cc1385 Label* on_failure,
1394 on_failure,
1398 assembler->CheckNotCharacter(c, on_failure);
1408 Label* on_failure,
1429 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check);
1432 macro_assembler->CheckNotCharacter(c, on_failure);
1442 Label* on_failure) {
1456 macro_assembler->CheckNotCharacterAfterAnd(c1, mask, on_failure);
1470 on_failure);
1480 Label* on_failure,
1382 EmitSimpleCharacter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
1405 EmitAtomNonLetter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
1438 ShortCutEmitCharacterPair(RegExpMacroAssembler* macro_assembler, bool ascii, uc16 c1, uc16 c2, Label* on_failure) argument
1487 EmitAtomLetter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
1537 EmitCharClass(RegExpMacroAssembler* macro_assembler, RegExpCharacterClass* cc, bool ascii, Label* on_failure, int cp_offset, bool check_offset, bool preloaded) argument
3295 PrintOnFailure(RegExpNode* from, RegExpNode* on_failure) argument
[all...]
/external/chromium_org/ui/aura/
H A Dremote_root_window_host_win.cc59 const FileSelectionCanceled& on_failure) {
65 on_failure);
72 const FileSelectionCanceled& on_failure) {
79 on_failure);
88 const FileSelectionCanceled& on_failure) {
96 on_failure);
101 const FileSelectionCanceled& on_failure) {
105 on_failure);
180 const FileSelectionCanceled& on_failure) {
189 failure_callback_ = on_failure;
55 HandleOpenFile(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
68 HandleOpenMultipleFiles(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
82 HandleSaveFile(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, int filter_index, const base::string16& default_extension, const SaveFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
99 HandleSelectFolder(const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
175 HandleOpenFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
197 HandleOpenMultipleFiles( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
218 HandleSaveFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, int filter_index, const base::string16& default_extension, const SaveFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
245 HandleSelectFolder( const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc237 Label* on_failure,
263 if (check_bounds) EmitOrLink(on_failure);
236 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
H A Djsregexp.cc1635 Label* on_failure,
1644 on_failure,
1648 assembler->CheckNotCharacter(c, on_failure);
1658 Label* on_failure,
1679 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check);
1682 macro_assembler->CheckNotCharacter(c, on_failure);
1692 Label* on_failure) {
1706 macro_assembler->CheckNotCharacterAfterAnd(c1, mask, on_failure);
1720 on_failure);
1730 Label* on_failure,
1632 EmitSimpleCharacter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
1655 EmitAtomNonLetter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
1688 ShortCutEmitCharacterPair(RegExpMacroAssembler* macro_assembler, bool ascii, uc16 c1, uc16 c2, Label* on_failure) argument
1737 EmitAtomLetter(Isolate* isolate, RegExpCompiler* compiler, uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) argument
2139 EmitCharClass(RegExpMacroAssembler* macro_assembler, RegExpCharacterClass* cc, bool ascii, Label* on_failure, int cp_offset, bool check_offset, bool preloaded, Zone* zone) argument
4396 PrintOnFailure(RegExpNode* from, RegExpNode* on_failure) argument
[all...]
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc209 Label* on_failure,
223 BranchOrBacktrack(greater, on_failure);
226 if (on_failure == NULL) {
228 on_failure = &backtrack_label_;
246 BranchOrBacktrack(not_equal, on_failure);
282 BranchOrBacktrack(not_equal, on_failure);
207 CheckCharacters(Vector<const uc16> str, int cp_offset, Label* on_failure, bool check_end_of_string) argument
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc277 // on_success or on_failure callback when done. A file is OK for writing if it
288 const base::Callback<void(const std::string&)>& on_failure)
292 on_failure_(on_failure) {
283 WritableFileChecker( const std::vector<base::FilePath>& paths, Profile* profile, const base::FilePath& extension_path, const base::Closure& on_success, const base::Callback<void(const std::string&)>& on_failure) argument

Completed in 464 milliseconds