OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callbacks
(Results
151 - 175
of
3607
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/
barrier_closure.h
23
// refcounted nature of
callbacks
, it is hard to know what thread resources
/external/chromium_org/base/test/
power_monitor_test_base.cc
50
// PowerObserver
callbacks
.
/external/chromium_org/chrome/browser/media_galleries/fileapi/
file_path_watcher_util.h
18
// file watcher upon start. All
callbacks
are run on the MediaTaskRunner.
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h
28
// Javascript
callbacks
to whitelist/unwhitelist user.
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h
30
// Register our handler to get
callbacks
from javascript.
/external/chromium_org/chrome/renderer/extensions/
render_view_observer_natives.h
17
// Native functions for JS to run
callbacks
upon RenderView events.
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_delegate.h
16
// An interface that defines the
callbacks
for objects that
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service.cc
141
std::vector<RefreshPolicyCallback>
callbacks
;
local
142
callbacks
.swap(refresh_callbacks_);
145
for (std::vector<RefreshPolicyCallback>::iterator callback(
callbacks
.begin());
146
callback !=
callbacks
.end();
/external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc
22
// Set up a chain of
callbacks
, in reverse order. Each of these
23
//
callbacks
may be called asynchronously by the previous callback.
45
// Set up a chain of
callbacks
, in reverse order. Each of these
46
//
callbacks
may be called asynchronously by the previous callback.
/external/chromium_org/content/child/indexed_db/
webidbcursor_impl_unittest.cc
37
WebIDBCallbacks*
callbacks
,
41
callbacks_.reset(
callbacks
);
46
WebIDBCallbacks*
callbacks
,
49
callbacks_.reset(
callbacks
);
/external/chromium_org/content/common/gpu/media/
video_decode_accelerator_impl.h
19
// Returns true if VDA::Decode and VDA::Client
callbacks
can run on the IO
/external/chromium_org/content/test/data/npapi/
plugin_thread_async_call.html
21
Tests that a plugin can schedule async
callbacks
.<P>
/external/chromium_org/content/test/plugin/
plugin_thread_async_call_test.h
16
// This class tests scheduling and unscheduling of async
callbacks
using
/external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h
16
// An interface that defines the
callbacks
for consumers to which
/external/chromium_org/mojo/public/tests/
simple_bindings_support.h
29
// that we are asynchronously waiting on and to dispatch
callbacks
for any
/external/chromium_org/sandbox/linux/tests/
main.cc
9
// The use of
Callbacks
requires an AtExitManager.
/external/chromium_org/tools/json_schema_compiler/test/
json_schema_compiler_tests.gyp
16
'
callbacks
.json',
/external/clang/lib/Lex/
PPCallbacks.cpp
1
//===--- PPCallbacks.cpp -
Callbacks
for Preprocessor actions ---*- C++ -*-===//
/external/libselinux/src/
load_policy.c
17
#include "
callbacks
.h"
/external/libvpx/libvpx/
usage_dx.dox
23
determined by calling vpx_codec_get_caps().
Callbacks
are available in both
24
frame-based and slice-based variants. Frame based
callbacks
conform to the
26
frame has been decoded. Slice based
callbacks
conform to the signature of
35
slice based decoding
callbacks
provide substantial speed gains to the
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h
29
const OMX_CALLBACKTYPE *
callbacks
,
/frameworks/base/core/java/android/accessibilityservice/
package.html
9
receives
callbacks
by the system when {@link android.view.accessibility.AccessibilityEvent}s
/frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl
20
* System private API for Bluetooth service
callbacks
.
/frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl
21
* API for package data change related
callbacks
from the Package Manager.
IPackageDeleteObserver.aidl
21
* API for deletion
callbacks
from the Package Manager.
Completed in 2254 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>