HomeSort by relevance Sort by last modified time
    Searched refs:completion (Results 226 - 250 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 94 base::Time time, const base::Closure& completion) OVERRIDE;
fake_profile.cc 188 const base::Closure& completion) {
  /external/chromium_org/v8/src/
d8-readline.cc 63 // Don't do completion on shared library mode
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 109 // Works asynchronously, however if the |completion| callback is non-null,
112 const base::Closure& completion);
211 // Works asynchronously, however if the |completion| callback is non-null,
214 const base::Closure& completion);
off_the_record_profile_impl.h 85 const base::Closure& completion) OVERRIDE;
profile.h 315 // Works asynchronously, however if the |completion| callback is non-null, it
317 // Be aware that theoretically it is possible that |completion| will be
320 const base::Closure& completion) = 0;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 38 * is allowed to enroll in its present state. Upon completion of the check, the
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js 35 // Reset seek completion since multiple seeks can run on same media element.
  /external/chromium_org/v8/test/mjsunit/es6/
generators-relocation.js 42 // Run to completion.
  /external/chromium_org/net/http/
http_server_properties_manager.cc 130 void HttpServerPropertiesManager::Clear(const base::Closure& completion) {
134 UpdatePrefsFromCacheOnNetworkThread(completion);
587 const base::Closure& completion) {
644 completion));
674 const base::Closure& completion) {
814 // Note that |completion| will be fired after we have written everything to
818 if (!completion.is_null())
819 completion.Run();
  /external/chromium_org/chrome/browser/net/
predictor.cc 777 base::WaitableEvent* completion,
782 completion->Signal();
786 startup_list, referral_list, completion);
795 base::WaitableEvent completion(true, false);
805 &completion,
815 &completion,
824 completion.Wait();
832 base::WaitableEvent* completion) {
842 completion->Signal();
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.h 110 blink::WebFileChooserCompletion* completion);
379 blink::WebFileChooserCompletion* completion) {
380 return WebTestProxyBase::RunFileChooser(params, completion);
  /external/libunwind/doc/
unw_create_addr_space.tex 95 On successful completion, the \Func{find\_proc\_info}() call-back must
128 On successful completion, the \Func{get\_dyn\_info\_list\_addr}()
147 On successful completion, the \Func{access\_mem}()
166 On successful completion, the \Func{access\_reg}() call-back must
186 On successful completion, the \Func{access\_fpreg}() call-back must
206 On successful completion, the \Func{resume}() call-back must return
232 On successful completion, the \Func{get\_proc\_name}() call-back must
239 On successful completion, \Func{unw\_create\_addr\_space}() returns a
unw_getcontext.tex 42 On successful completion, \Func{unw\_getcontext}() returns 0.
unw_is_signal_frame.tex 34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
unw_step.tex 24 On successful completion, \Func{unw\_step}() returns a positive value
unw_get_fpreg.tex 39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 122 // is depending on the completion value of this script.
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 134 base::WaitableEvent* completion) {
138 completion->Signal();
204 base::WaitableEvent completion(false, false);
209 &result, &completion));
210 completion.Wait();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextPrompt.js 424 var completion = completions[i];
425 var lastIndex = Math.min(commonPrefix.length, completion.length);
427 if (commonPrefix[j] !== completion[j]) {
  /external/chromium_org/remoting/webapp/
host_settings.js 47 * @param {function():void=} opt_callback Optional completion callback.
  /external/chromium_org/v8/test/mjsunit/
debug-clearbreakpoint.js 99 assertTrue(listenerComplete, "listener did not run to completion");
debug-evaluate-bool-constructor.js 80 assertTrue(listenerComplete, "listener did not run to completion");
debug-suspend.js 96 assertTrue(listenerComplete, "listener did not run to completion");
debug-version.js 90 assertTrue(listenerComplete, "listener did not run to completion");

Completed in 1264 milliseconds

1 2 3 4 5 6 7 8 91011>>