Searched refs:on_success (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h739 explicit SeqRegExpNode(RegExpNode* on_success) argument
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);
836 ActionNode(ActionType action_type, RegExpNode* on_success) argument
846 TextNode(ZoneList<TextElement>* elms, RegExpNode* on_success) argument
850 TextNode(RegExpCharacterClass* that, RegExpNode* on_success) argument
906 AtEnd(RegExpNode* on_success) argument
909 AtStart(RegExpNode* on_success) argument
912 AtBoundary(RegExpNode* on_success) argument
915 AtNonBoundary(RegExpNode* on_success) argument
918 AfterNewline(RegExpNode* on_success) argument
940 AssertionNode(AssertionType t, RegExpNode* on_success) argument
948 BackReferenceNode(int start_reg, int end_reg, RegExpNode* on_success) argument
[all...]
H A Djsregexp.cc1495 RegExpNode* on_success) {
1497 new(on_success->zone()) ActionNode(SET_REGISTER, on_success);
1504 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { argument
1506 new(on_success->zone()) ActionNode(INCREMENT_REGISTER, on_success);
1514 RegExpNode* on_success) {
1516 new(on_success->zone()) ActionNode(STORE_POSITION, on_success);
1524 RegExpNode* on_success) {
1493 SetRegister(int reg, int val, RegExpNode* on_success) argument
1512 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument
1523 ClearCaptures(Interval range, RegExpNode* on_success) argument
1533 BeginSubmatch(int stack_reg, int position_reg, RegExpNode* on_success) argument
1544 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
1559 EmptyMatchCheck(int start_register, int repetition_register, int repetition_limit, RegExpNode* on_success) argument
3032 EmitHat(RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
4690 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4699 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4796 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4802 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4817 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4866 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
5005 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5060 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5069 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5075 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5131 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5137 ToNode(RegExpTree* body, int index, RegExpCompiler* compiler, RegExpNode* on_success) argument
5149 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
[all...]
H A Dast.h2461 RegExpNode* on_success) = 0;
2485 RegExpNode* on_success) V8_OVERRIDE;
2506 RegExpNode* on_success) V8_OVERRIDE;
2535 RegExpNode* on_success) V8_OVERRIDE;
2581 RegExpNode* on_success) V8_OVERRIDE;
2618 RegExpNode* on_success) V8_OVERRIDE;
2637 RegExpNode* on_success) V8_OVERRIDE;
2672 RegExpNode* on_success) V8_OVERRIDE;
2678 RegExpNode* on_success,
2708 RegExpNode* on_success) V8_OVERRID
[all...]
/external/chromium_org/ui/aura/
H A Dremote_root_window_host_win.cc87 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;
84 HandleOpenFile(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
97 HandleOpenMultipleFiles(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
111 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
128 HandleSelectFolder(const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
256 HandleOpenFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
278 HandleOpenMultipleFiles( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
299 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
326 HandleSelectFolder( const base::string16& title, const SelectFolderCompletion& on_success, const FileSelectionCanceled& on_failure) argument
[all...]
H A Dremote_root_window_host_win.h50 // 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...]
/external/v8/src/
H A Djsregexp.h746 explicit SeqRegExpNode(RegExpNode* on_success) argument
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);
831 ActionNode(Type type, RegExpNode* on_success) argument
841 TextNode(ZoneList<TextElement>* elms, RegExpNode* on_success) argument
845 TextNode(RegExpCharacterClass* that, RegExpNode* on_success) argument
907 AtEnd(RegExpNode* on_success) argument
910 AtStart(RegExpNode* on_success) argument
913 AtBoundary(RegExpNode* on_success) argument
916 AtNonBoundary(RegExpNode* on_success) argument
919 AfterNewline(RegExpNode* on_success) argument
937 AssertionNode(AssertionNodeType t, RegExpNode* on_success) argument
945 BackReferenceNode(int start_reg, int end_reg, RegExpNode* on_success) argument
[all...]
H A Djsregexp.cc1252 RegExpNode* on_success) {
1253 ActionNode* result = new ActionNode(SET_REGISTER, on_success);
1260 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { argument
1261 ActionNode* result = new ActionNode(INCREMENT_REGISTER, on_success);
1269 RegExpNode* on_success) {
1270 ActionNode* result = new ActionNode(STORE_POSITION, on_success);
1278 RegExpNode* on_success) {
1279 ActionNode* result = new ActionNode(CLEAR_CAPTURES, on_success);
1288 RegExpNode* on_success) {
1289 ActionNode* result = new ActionNode(BEGIN_SUBMATCH, on_success);
1250 SetRegister(int reg, int val, RegExpNode* on_success) argument
1267 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument
1277 ClearCaptures(Interval range, RegExpNode* on_success) argument
1286 BeginSubmatch(int stack_reg, int position_reg, RegExpNode* on_success) argument
1296 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
1310 EmptyMatchCheck(int start_register, int repetition_register, int repetition_limit, RegExpNode* on_success) argument
2218 EmitHat(RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
2254 EmitHalfBoundaryCheck(AssertionNode::AssertionNodeType type, RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
2293 EmitBoundaryCheck(AssertionNode::AssertionNodeType type, RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
3617 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3625 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3716 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3722 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3736 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3785 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
3920 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3973 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3981 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
3987 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4039 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4045 ToNode(RegExpTree* body, int index, RegExpCompiler* compiler, RegExpNode* on_success) argument
4057 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
[all...]
H A Dast.h2202 RegExpNode* on_success) = 0;
2226 RegExpNode* on_success);
2247 RegExpNode* on_success);
2276 RegExpNode* on_success);
2322 RegExpNode* on_success);
2359 RegExpNode* on_success);
2378 RegExpNode* on_success);
2413 RegExpNode* on_success);
2419 RegExpNode* on_success,
2449 RegExpNode* on_success);
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.h76 const base::Closure& on_success,
H A Dapp_file_handler_util.cc94 // 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));
138 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
330 CheckWritableFiles( 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/tools/compile_test/
H A Dcompile_test.py55 print options.on_success
/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/v8/src/x64/
H A Dcode-stubs-x64.cc582 // 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,
1949 Label* on_success,
1973 __ JumpIfSmi(second, (on_success != NULL) ? on_success : &done);
1990 if (on_success != NULL) {
1991 __ jmp(on_success);
1943 NumbersToSmis(MacroAssembler* masm, Register first, Register second, Register scratch1, Register scratch2, Register scratch3, Label* on_success, Label* on_not_smis) argument

Completed in 587 milliseconds