OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callbacks
(Results
326 - 350
of
3607
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/base/
callback_unittest.nc
17
// Attempting to call comparison function on two
callbacks
of different type.
/external/chromium_org/base/test/
power_monitor_test_base.h
35
// PowerObserver
callbacks
.
/external/chromium_org/chrome/browser/chromeos/drive/
file_errors.h
36
// Used as
callbacks
for file operations.
/external/chromium_org/chrome/browser/net/
dns_probe_service.cc
201
std::vector<ProbeCallback>
callbacks
;
local
202
callbacks
.swap(pending_callbacks_);
204
for (std::vector<ProbeCallback>::const_iterator i =
callbacks
.begin();
205
i !=
callbacks
.end(); ++i) {
/external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_consumer.h
12
// An interface that defines the
callbacks
for objects to which
/external/chromium_org/chrome/browser/resources/options/
certificate_import_error_overlay.js
40
*
callbacks
.
/external/chromium_org/chrome/browser/resources/user_actions/
user_actions.js
12
*
callbacks
from the C++ code saying that a new user action was seen.
/external/chromium_org/chrome/browser/
safe_json_parser.h
26
//
callbacks
is called.
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
generated_credit_card_bubble_cocoa.h
28
//
Callbacks
.
/external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_bubble_controller.h
28
// menu this bubble will be displayed, and
callbacks
which are called
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h
38
// The context menu.
Callbacks
are asynchronous so we need to keep it around.
/external/chromium_org/chrome/browser/ui/gtk/
tab_modal_confirm_dialog_gtk.h
44
//
Callbacks
:
/external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.h
20
//
Callbacks
which display UI for the TemplateURLFetcher.
/external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.h
38
// JS
callbacks
.
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.h
37
// JS
callbacks
.
/external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h
74
// Notifies registered JS
callbacks
on change in |pref_name| preference.
81
// Calls JS
callbacks
to report a change in the value of the |name|
127
//
Callbacks
for the "set<type>Pref" message. This message saves the new
167
// This maps pref names to filter functions. The
callbacks
should take the
/external/chromium_org/chrome/browser/ui/webui/
version_handler.h
39
// Factory for the creating refs in
callbacks
.
/external/chromium_org/chrome/renderer/resources/extensions/
web_view_deny.js
23
// Delete the
callbacks
so developers cannot call them and produce unexpected
/external/chromium_org/chromeos/attestation/
mock_attestation_flow.h
54
// This class can be used to mock AttestationFlow
callbacks
.
/external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.h
44
// Factory for the creating refs in
callbacks
.
/external/chromium_org/content/browser/geolocation/
wifi_data_provider.h
46
// Tells the provider to start looking for data.
Callbacks
will start
50
// Tells the provider to stop looking for data.
Callbacks
will stop
77
// Runs all
callbacks
via a posted task, so we can unwind callstack here and
90
// Reference to the client's message loop. All
callbacks
should happen in this
/external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_client.h
10
// This class provides an interface for
callbacks
made by
/external/chromium_org/content/browser/service_worker/
service_worker_dispatcher_host.h
50
//
Callbacks
from ServiceWorkerContextCore
/external/chromium_org/content/child/npapi/
plugin_string_stream.cc
25
// being destroyed within the plugin stream
callbacks
.
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewClient.java
12
* This contains the superset of
callbacks
that must be implemented by the embedder.
Completed in 952 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>