Home
last modified time | relevance | path

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

/external/chromium_org/win8/viewer/
Dmetro_viewer_process_host.cc180 const OpenFileCompletion& on_success, in HandleOpenFile()
193 const OpenMultipleFilesCompletion& on_success, in HandleOpenMultipleFiles()
208 const SaveFileCompletion& on_success, in HandleSaveFile()
219 const SelectFolderCompletion& on_success, in HandleSelectFolder()
229 const OpenFileCompletion& on_success, in HandleOpenFileImpl()
246 const OpenMultipleFilesCompletion& on_success, in HandleOpenMultipleFilesImpl()
264 const SaveFileCompletion& on_success, in HandleSaveFileImpl()
284 const SelectFolderCompletion& on_success, in HandleSelectFolderImpl()
/external/chromium_org/v8/src/
Djsregexp.h725 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()
727 RegExpNode* on_success() { return on_success_; } in on_success() function
822 ActionNode(ActionType action_type, RegExpNode* on_success) in ActionNode()
833 RegExpNode* on_success) in TextNode()
837 RegExpNode* on_success) in TextNode()
892 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd()
895 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart()
898 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary()
901 static AssertionNode* AtNonBoundary(RegExpNode* on_success) { in AtNonBoundary()
904 static AssertionNode* AfterNewline(RegExpNode* on_success) { in AfterNewline()
[all …]
Djsregexp.cc1474 RegExpNode* on_success) { in SetRegister()
1483 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { in IncrementRegister()
1493 RegExpNode* on_success) { in StorePosition()
1503 RegExpNode* on_success) { in ClearCaptures()
1514 RegExpNode* on_success) { in BeginSubmatch()
1527 RegExpNode* on_success) { in PositiveSubmatchSuccess()
1541 RegExpNode* on_success) { in EmptyMatchCheck()
3013 RegExpNode* on_success, in EmitHat()
4732 RegExpNode* on_success) { in ToNode()
4741 RegExpNode* on_success) { in ToNode()
[all …]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
Dapp_file_handler_util.cc131 const base::Closure& on_success, in WritableFileChecker()
325 const base::Closure& on_success, in PrepareFilesForWritableApp()
/external/chromium_org/chrome/browser/chromeos/attestation/
Dattestation_policy_observer.cc72 const base::Callback<void(const std::string&)> on_success, in DBusStringCallback()
Dplatform_verification_flow.cc42 void DBusCallback(const base::Callback<void(bool)>& on_success, in DBusCallback()