Searched defs:on_success (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.cc67 // on_success - Called when status=success and result=true.
72 const base::Callback<void(const std::string&)> on_success,
85 on_success.Run(data);
71 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
H A Dplatform_verification_flow.cc42 void DBusCallback(const base::Callback<void(bool)>& on_success, argument
47 on_success.Run(result);
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc85 // on_success or on_failure callback when done. A file is OK for writing if it
95 const base::Closure& on_success,
131 const base::Closure& on_success,
137 on_success_(on_success),
325 const base::Closure& on_success,
328 paths, profile, is_directory, on_success, on_failure));
127 WritableFileChecker( const std::vector<base::FilePath>& paths, Profile* profile, bool is_directory, const base::Closure& on_success, const base::Callback<void(const base::FilePath&)>& on_failure) argument
321 PrepareFilesForWritableApp( const std::vector<base::FilePath>& paths, Profile* profile, bool is_directory, const base::Closure& on_success, const base::Callback<void(const base::FilePath&)>& on_failure) argument
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc180 const OpenFileCompletion& on_success,
183 instance_->HandleOpenFileImpl(title, default_path, filter, on_success,
193 const OpenMultipleFilesCompletion& on_success,
197 on_success, on_failure);
208 const SaveFileCompletion& on_success,
212 default_extension, on_success, on_failure);
219 const SelectFolderCompletion& on_success,
222 instance_->HandleSelectFolderImpl(title, on_success, on_failure);
229 const OpenFileCompletion& on_success,
235 file_open_completion_callback_ = on_success;
176 HandleOpenFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
189 HandleOpenMultipleFiles( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
202 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
217 HandleSelectFolder( const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
225 HandleOpenFileImpl( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
242 HandleOpenMultipleFilesImpl( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
258 HandleSaveFileImpl( 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
282 HandleSelectFolderImpl( const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
[all...]
/external/chromium_org/v8/src/
H A Djsregexp.h725 explicit SeqRegExpNode(RegExpNode* on_success) argument
726 : RegExpNode(on_success->zone()), on_success_(on_success) { }
727 RegExpNode* on_success() { return on_success_; } function in class:v8::internal::SeqRegExpNode
757 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
758 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
761 RegExpNode* on_success);
762 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
765 RegExpNode* on_success);
770 RegExpNode* on_success);
822 ActionNode(ActionType action_type, RegExpNode* on_success) argument
832 TextNode(ZoneList<TextElement>* elms, RegExpNode* on_success) argument
836 TextNode(RegExpCharacterClass* that, RegExpNode* on_success) argument
892 AtEnd(RegExpNode* on_success) argument
895 AtStart(RegExpNode* on_success) argument
898 AtBoundary(RegExpNode* on_success) argument
901 AtNonBoundary(RegExpNode* on_success) argument
904 AfterNewline(RegExpNode* on_success) argument
926 AssertionNode(AssertionType t, RegExpNode* on_success) argument
934 BackReferenceNode(int start_reg, int end_reg, RegExpNode* on_success) argument
[all...]
H A Djsregexp.cc1474 RegExpNode* on_success) {
1476 new(on_success->zone()) ActionNode(SET_REGISTER, on_success);
1483 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { argument
1485 new(on_success->zone()) ActionNode(INCREMENT_REGISTER, on_success);
1493 RegExpNode* on_success) {
1495 new(on_success->zone()) ActionNode(STORE_POSITION, on_success);
1503 RegExpNode* on_success) {
1472 SetRegister(int reg, int val, RegExpNode* on_success) argument
1491 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument
1502 ClearCaptures(Interval range, RegExpNode* on_success) argument
1512 BeginSubmatch(int stack_reg, int position_reg, RegExpNode* on_success) argument
1523 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
1538 EmptyMatchCheck(int start_register, int repetition_register, int repetition_limit, RegExpNode* on_success) argument
3012 EmitHat(RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
4731 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4740 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4837 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4843 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4858 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4907 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
5046 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5101 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5110 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5116 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5172 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5178 ToNode(RegExpTree* body, int index, RegExpCompiler* compiler, RegExpNode* on_success) argument
5190 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
[all...]

Completed in 166 milliseconds