HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 101 - 125 of 455) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
function.pxd 30 # the code object, the argument defaults and closure are set to
59 # Return the closure associated with the function object op. This
62 int PyFunction_SetClosure(object op, object closure) except -1
63 # Set the closure associated with the function object op. closure
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp     [all...]
  /external/chromium_org/athena/env/
athena_env_impl.cc 255 explicit Finder(const base::Closure& c) : closure(c) {}
256 bool operator()(const base::Closure& other) {
257 return closure.Equals(other);
259 base::Closure closure; member in struct:athena::__anon6742::AthenaEnvImpl::Finder
269 virtual void AddTerminatingCallback(const base::Closure& closure) OVERRIDE {
270 if (closure.is_null())
275 Finder(closure)));
    [all...]
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 83 window, key, control, shift, alt, command, base::Closure());
93 const base::Closure& closure) OVERRIDE {
123 RunClosureAfterAllPendingUIEvents(closure); variable
128 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
133 const base::Closure& closure) OVERRIDE {
165 RunClosureAfterAllPendingUIEvents(closure); variable
169 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
174 const base::Closure& closure) OVERRIDE
211 RunClosureAfterAllPendingUIEvents(closure); variable
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_window_testing.h 44 void SetCloseCallback(const base::Closure& closure);
55 base::Closure close_callback_;
  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_private_api.h 65 const base::Closure& closure);
67 const base::Closure& closure);
69 const base::Closure& closure);
103 void MaybeStopNetInternalLogging(const base::Closure& closure);
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.h 58 void CallWhenLoaded(const base::Closure& closure);
88 std::vector<base::Closure> closure_queue_;
  /external/chromium_org/media/base/
serial_runner.h 24 // SerialRunner doesn't use regular Closure/PipelineStatusCBs as it late binds
28 typedef base::Callback<void(const base::Closure&)> BoundClosure;
37 void Push(const base::Closure& closure);
  /external/chromium_org/media/filters/
opus_audio_decoder.h 40 virtual void Reset(const base::Closure& closure) OVERRIDE;
  /external/chromium_org/mojo/bindings/js/
waiting_callback.h 42 // Callback from MojoAsyncWaiter. |closure| is the WaitingCallback.
43 static void CallOnHandleReady(void* closure, MojoResult result);
  /external/chromium_org/mojo/gles2/
gles2_context.h 33 void* closure);
  /external/chromium_org/mojo/public/cpp/bindings/lib/
connector.h 75 static void CallOnHandleReady(void* closure, MojoResult result);
  /external/chromium_org/ui/base/test/
ui_controls.h 22 // Many of the functions in this class include a variant that takes a Closure.
23 // The version that takes a Closure waits until the generated event is
24 // processed. Once the generated event is processed the Closure is Run (and
26 // the correct type (key down, mouse click, etc.) will trigger the Closure to be
59 const base::Closure& task);
65 const base::Closure& task);
85 const base::Closure& task);
91 // Runs |closure| after processing all pending ui events.
92 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure);
    [all...]
ui_controls_aura.h 33 const base::Closure& task) = 0;
39 const base::Closure& task) = 0;
46 const base::Closure& task) = 0;
50 // Runs |closure| after processing all pending ui events.
52 const base::Closure& closure) = 0;
  /external/chromium_org/ui/message_center/
notification_delegate.h 55 // A simple notification delegate which invokes the passed closure when clicked.
59 explicit HandleNotificationClickedDelegate(const base::Closure& closure);
74 base::Closure closure_;
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-construct.js 32 function TestInlinedConstructor(constructor, closure) {
38 result = closure(constructor, 11, noDeopt, counter);
42 result = closure(constructor, 23, noDeopt, counter);
46 %OptimizeFunctionOnNextCall(closure);
47 result = closure(constructor, 42, noDeopt, counter);
51 result = closure(constructor, 127, forceDeopt, counter);
55 %DeoptimizeFunction(closure);
56 %ClearFunctionTypeFeedback(closure);
  /external/openfst/src/bin/
fstclosure.cc 20 // Creates the Kleene closure of an FST.
23 #include <fst/script/closure.h>
32 string usage = "Creates the Kleene closure of an FST.\n\n Usage: ";
52 fst::script::Closure(fst, closure_type);
  /external/valgrind/main/drd/
drd_load_store.h 42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
af_vfs.h 42 void *closure; member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
af_vfs.h 42 void *closure; member in struct:_AFvirtualfile
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
callback_helper_unittest.cc 94 base::Closure closure = RelayCallbackToCurrentThread( local
96 base::Closure());
97 EXPECT_TRUE(closure.is_null());
  /external/chromium_org/chrome/test/base/
interactive_test_utils_views.cc 58 const base::Closure& closure) {
76 base::Bind(&internal::ClickTask, button, state, closure));
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.h 54 // Registers the given closure for calling when the user has interacted with
56 void RegisterForUserGesture(const base::Closure& closure);
107 ClosureAndThread(const base::Closure& c,
111 base::Closure closure; member in struct:content::GamepadProvider::ClosureAndThread
  /external/chromium_org/content/renderer/media/webrtc/
video_destination_handler_unittest.cc 29 ACTION_P(RunClosure, closure) {
30 closure.Run();
95 base::Closure quit_closure = run_loop.QuitClosure();
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 43 window, key, control, shift, alt, base::Closure());
51 const base::Closure& task) {
58 return SendMouseMoveImpl(screen_x, screen_y, base::Closure());
62 const base::Closure& task) {
66 return SendMouseEventsImpl(type, state, base::Closure());
70 const base::Closure& task) {
76 virtual void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
77 // On windows, posting UI events is synchronous so just post the closure.
78 base::MessageLoopForUI::current()->PostTask(FROM_HERE, closure);
    [all...]

Completed in 1213 milliseconds

1 2 3 45 6 7 8 91011>>