/external/chromium_org/ui/aura/ |
remote_root_window_host_win.h | 50 // Handles the open file operation for Metro Chrome Ash. The on_success 56 const OpenFileCompletion& on_success, 60 // on_success callback passed in is invoked when we receive the opened file 66 const OpenMultipleFilesCompletion& on_success, 69 // Handles the save file operation for Metro Chrome Ash. The on_success 77 const SaveFileCompletion& on_success, 80 // Handles the select folder for Metro Chrome Ash. The on_success 84 const SelectFolderCompletion& on_success, 133 const OpenFileCompletion& on_success, 139 const OpenMultipleFilesCompletion& on_success, [all...] |
remote_root_window_host_win.cc | 87 const OpenFileCompletion& on_success, 93 on_success, 100 const OpenMultipleFilesCompletion& on_success, 107 on_success, 116 const SaveFileCompletion& on_success, 124 on_success, 129 const SelectFolderCompletion& on_success, 133 on_success, 260 const OpenFileCompletion& on_success, 269 file_open_completion_callback_ = on_success; [all...] |
/external/chromium_org/v8/src/ |
jsregexp.h | 739 explicit SeqRegExpNode(RegExpNode* on_success) 740 : RegExpNode(on_success->zone()), on_success_(on_success) { } 741 RegExpNode* on_success() { return on_success_; } function in class:v8::internal::SeqRegExpNode 771 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success); 772 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success); 775 RegExpNode* on_success); 776 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success); 779 RegExpNode* on_success); 784 RegExpNode* on_success); [all...] |
jsregexp.cc | [all...] |
ast.h | [all...] |
/external/v8/src/ |
jsregexp.h | 746 explicit SeqRegExpNode(RegExpNode* on_success) 747 : on_success_(on_success) { } 748 RegExpNode* on_success() { return on_success_; } function in class:v8::internal::SeqRegExpNode 766 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success); 767 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success); 770 RegExpNode* on_success); 771 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success); 774 RegExpNode* on_success); 779 RegExpNode* on_success); 783 RegExpNode* on_success); [all...] |
jsregexp.cc | [all...] |
ast.h | [all...] |
/external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
app_file_handler_util.h | 76 const base::Closure& on_success,
|
app_file_handler_util.cc | 94 // on_success or on_failure callback when done. A file is OK for writing if it 104 const base::Closure& on_success, 142 const base::Closure& on_success, 148 on_success_(on_success), 334 const base::Closure& on_success, 337 paths, profile, is_directory, on_success, on_failure));
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 55 print options.on_success
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.cc | 67 // on_success - Called when status=success and result=true. 72 const base::Callback<void(const std::string&)> on_success, 85 on_success.Run(data);
|
platform_verification_flow.cc | 42 void DBusCallback(const base::Callback<void(bool)>& on_success, 47 on_success.Run(result);
|
/external/v8/src/x64/ |
code-stubs-x64.cc | 582 // On success, either control goes to the on_success label (if one is 583 // provided), or it falls through at the end of the code (if on_success 593 Label* on_success, [all...] |