OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ForwardResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_web_ui.cc
84
ForwardResult
(NULL);
95
ForwardResult
(RefCountedBytes::TakeVector(&image_data));
97
ForwardResult
(NULL);
107
void
ForwardResult
(scoped_refptr<RefCountedMemory> icon_data) {
/external/chromium_org/chrome/browser/common/
cancelable_request.h
80
// request->
ForwardResult
(Tuple1<int>(return_value));
83
// request->
ForwardResult
(Frontend::RequestCallbackType::TupleType(
508
//
ForwardResult
() with the return arguments that will be passed to the
619
// The callback can be invoked by calling the
ForwardResult
() method. For this,
670
void
ForwardResult
(const TupleType& param) {
684
// Like |
ForwardResult
| but this never does a synchronous callback.
726
// The two functions
ForwardResult
(), and ForwardResultAsync() are used to
728
// except that
ForwardResult
() will run the callback synchronously if
731
// The caller does not need to check for cancel before calling
ForwardResult
()
752
void
ForwardResult
(void)
[
all
...]
Completed in 44 milliseconds