OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invoked
(Results
1 - 25
of
147
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/resources/file_manager/js/
util.js
87
* The successCallback will be
invoked
once for each directory object
88
* found. The errorCallback will be
invoked
once for each
91
* The successCallback is
invoked
with a null entry when all paths have
99
* each DirEntry found. Also
invoked
once with null at the end of the
/external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js
41
*
invoked
with the given arguments and, as the final argument, a callback
49
* If the timeout is exceeded and the callback has not been
invoked
, a error
/external/chromium_org/remoting/webapp/
oauth2_api.js
71
* @param {function(remoting.Error):void} onError Callback
invoked
if an
118
* @param {function(remoting.Error):void} onError Callback
invoked
if an
164
* @param {function(string):void} onDone Callback
invoked
when the email
166
* @param {function(remoting.Error):void} onError Callback
invoked
if an
197
* @param {function():void} onDone Callback
invoked
when the token is
199
* @param {function(remoting.Error):void} onError Callback
invoked
if an
identity.js
24
* @param {function(function():void):void} consentCallback Callback
invoked
if
63
* @param {function(string):void} onOk Callback
invoked
when the email
65
* @param {function(remoting.Error):void} onError Callback
invoked
if an
menu_button.js
19
* @param {function():void=} opt_onShow Optional callback
invoked
before the
/external/guava/guava-tests/test/com/google/common/base/
PreconditionsTest.java
356
boolean
invoked
;
field in class:PreconditionsTest.Message
358
assertFalse(
invoked
);
359
invoked
= true;
/external/chromium_org/chrome/third_party/mock4js/
mock4js.js
147
throw new Mock4JSException("expected method was not
invoked
the expected number of times");
157
msg += " and has been
invoked
";
163
msg += ",
invoked
"+this._actualCallCount + " times";
187
if(this._hasBeenInvoked) desc+=" and has been
invoked
";
328
invoked
: function() {
373
invoked
: function() {
379
return this._stubInvocation.
invoked
();
601
return expectedInvocation.
invoked
();
/external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager.js
66
* @param {function(FileEntry, number)} progressCallback Callback
invoked
71
* @param {function(FileEntry)} successCallback Callback
invoked
when the copy
73
* @param {function(FileError)} errorCallback Callback
invoked
when an error
110
* @param {function(FileEntry, number)} progressCallback Callback
invoked
115
* @param {function(FileEntry)} successCallback Callback
invoked
when the copy
117
* @param {function(FileError)} errorCallback Callback
invoked
when an error
228
*
invoked
during file transfer with the source and the number of
230
* @param {function(FileEntry)} successCallback Callback
invoked
when the
232
* @param {function(FileError)} errorCallback Callback
invoked
when an error
334
* @param {function(FileEntry)} successCallback Callback
invoked
when th
[
all
...]
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.js
68
// PPP_Instance::DidDestroy is never
invoked
in the untrusted code.
/external/chromium_org/v8/test/webkit/
dfg-put-by-val-setter-then-get-by-val.js
25
"Tests that a GetByVal that accesses a value that was PutByVal'd, but where the PutByVal
invoked
a setter, works correctly."
/external/icu4c/samples/ufortune/resources/
fortune_resources.mak
8
# This makefile is normally
invoked
by the pre-link step in the
/external/chromium_org/v8/test/mjsunit/
debug-backtrace-text.js
110
// Make sure that the debug event listener vas
invoked
.
120
// Make sure that the debug event listener vas
invoked
(again).
debug-evaluate-recursive.js
150
// Make sure that the debug event listener vas
invoked
.
165
// Make sure that the debug event listener vas
invoked
.
debug-scripts-request.js
32
// State to check that the listener code was
invoked
and that no exceptions
107
// Make sure that the debug event listener vas
invoked
with no exceptions.
/external/v8/test/mjsunit/
debug-backtrace-text.js
110
// Make sure that the debug event listener vas
invoked
.
120
// Make sure that the debug event listener vas
invoked
(again).
debug-evaluate-recursive.js
150
// Make sure that the debug event listener vas
invoked
.
165
// Make sure that the debug event listener vas
invoked
.
debug-scripts-request.js
32
// State to check that the listener code was
invoked
and that no exceptions
105
// Make sure that the debug event listener vas
invoked
with no exceptions.
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/
background.js
27
* @param {function} callback Callback
invoked
with the loaded {StateEnum}.
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js
71
*
invoked
as a method of.
/external/chromium_org/v8/test/intl/overrides/
security.js
31
throw new Error('Malicious method
invoked
.');
/external/chromium_org/v8/test/mjsunit/regress/
regress-998565.js
50
// Make sure that the debug event listener vas
invoked
.
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml
55
overhead on top of the two stubs that are already
invoked
for each
/external/v8/test/mjsunit/regress/
regress-998565.js
50
// Make sure that the debug event listener vas
invoked
.
/external/chromium_org/v8/src/extensions/i18n/
overrides.js
82
throw new TypeError('Method
invoked
on undefined or null value.');
110
throw new TypeError('Method
invoked
on an object that is not Number.');
132
throw new TypeError('Method
invoked
on an object that is not Date.');
/frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java
874
boolean
invoked
= itemImpl.invoke();
879
invoked
|= itemImpl.expandActionView();
880
if (
invoked
) close(true);
892
invoked
|= dispatchSubMenuSelected(subMenu);
893
if (!
invoked
) close(true);
900
return
invoked
;
[
all
...]
Completed in 412 milliseconds
1
2
3
4
5
6