OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionFunctionDispatcher
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h
18
class
ExtensionFunctionDispatcher
;
33
public extensions::
ExtensionFunctionDispatcher
::Delegate {
59
// extensions::
ExtensionFunctionDispatcher
::Delegate overrides
67
scoped_ptr<extensions::
ExtensionFunctionDispatcher
>
ash_keyboard_controller_proxy.cc
112
new extensions::
ExtensionFunctionDispatcher
(GetBrowserContext(), this));
/external/chromium_org/extensions/browser/
api_test_utils.h
24
class
ExtensionFunctionDispatcher
;
42
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher);
47
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher,
89
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher,
94
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher,
extension_function_dispatcher.h
37
//
ExtensionFunctionDispatcher
receives requests to execute functions from
41
//
ExtensionFunctionDispatcher
should be a member of some class that hosts
43
// This class should also implement
ExtensionFunctionDispatcher
::Delegate.
45
// Note that a single
ExtensionFunctionDispatcher
does *not* correspond to a
50
class
ExtensionFunctionDispatcher
51
: public base::SupportsWeakPtr<
ExtensionFunctionDispatcher
> {
96
ExtensionFunctionDispatcher
(content::BrowserContext* browser_context,
99
~
ExtensionFunctionDispatcher
();
api_test_utils.cc
17
using extensions::
ExtensionFunctionDispatcher
;
22
: public
ExtensionFunctionDispatcher
::Delegate {
90
scoped_ptr<extensions::
ExtensionFunctionDispatcher
> dispatcher) {
99
scoped_ptr<extensions::
ExtensionFunctionDispatcher
> dispatcher,
128
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher(
129
new
ExtensionFunctionDispatcher
(context, &delegate));
146
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher(
147
new
ExtensionFunctionDispatcher
(context, &delegate));
160
scoped_ptr<
ExtensionFunctionDispatcher
> dispatcher(
161
new
ExtensionFunctionDispatcher
(context, &delegate))
[
all
...]
extension_function_dispatcher.cc
142
class
ExtensionFunctionDispatcher
::UIThreadResponseCallbackWrapper
146
const base::WeakPtr<
ExtensionFunctionDispatcher
>& dispatcher,
191
base::WeakPtr<
ExtensionFunctionDispatcher
> dispatcher_;
199
ExtensionFunctionDispatcher
::Delegate::GetExtensionWindowController() const {
204
ExtensionFunctionDispatcher
::Delegate::GetAssociatedWebContents() const {
209
ExtensionFunctionDispatcher
::Delegate::GetVisibleWebContents() const {
213
void
ExtensionFunctionDispatcher
::GetAllFunctionNames(
218
bool
ExtensionFunctionDispatcher
::OverrideFunction(
225
void
ExtensionFunctionDispatcher
::DispatchOnIOThread(
285
ExtensionFunctionDispatcher
::ExtensionFunctionDispatcher
[
all
...]
extension_host.h
45
public
ExtensionFunctionDispatcher
::Delegate,
177
ExtensionFunctionDispatcher
extension_function_dispatcher_;
extension_function.h
43
class
ExtensionFunctionDispatcher
;
88
// Abstract base class for extension functions the
ExtensionFunctionDispatcher
436
extensions::
ExtensionFunctionDispatcher
>& dispatcher) {
439
extensions::
ExtensionFunctionDispatcher
* dispatcher() const {
464
base::WeakPtr<extensions::
ExtensionFunctionDispatcher
> dispatcher_;
renderer_startup_helper.cc
56
ExtensionFunctionDispatcher
::GetAllFunctionNames(&function_names);
/external/chromium_org/extensions/browser/app_window/
app_window_contents.h
29
public
ExtensionFunctionDispatcher
::Delegate {
47
//
ExtensionFunctionDispatcher
::Delegate
58
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
app_window_contents.cc
32
new
ExtensionFunctionDispatcher
(context, this));
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
mime_handler_view_guest.h
16
public
ExtensionFunctionDispatcher
::Delegate {
23
//
ExtensionFunctionDispatcher
::Delegate implementation.
56
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
mime_handler_view_guest.cc
129
new
ExtensionFunctionDispatcher
(browser_context(), this));
/external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.h
37
public extensions::
ExtensionFunctionDispatcher
::Delegate {
55
// extensions::
ExtensionFunctionDispatcher
::Delegate
73
scoped_ptr<extensions::
ExtensionFunctionDispatcher
>
ash_panel_contents.cc
172
new extensions::
ExtensionFunctionDispatcher
(context, this));
/external/chromium_org/extensions/browser/guest_view/app_view/
app_view_guest.h
22
public
ExtensionFunctionDispatcher
::Delegate {
37
//
ExtensionFunctionDispatcher
::Delegate implementation.
77
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
/external/chromium_org/extensions/browser/guest_view/extension_options/
extension_options_guest.h
22
public extensions::
ExtensionFunctionDispatcher
::Delegate {
46
//
ExtensionFunctionDispatcher
::Delegate implementation.
75
scoped_ptr<extensions::
ExtensionFunctionDispatcher
>
/external/chromium_org/apps/
custom_launcher_page_contents.h
33
public extensions::
ExtensionFunctionDispatcher
::Delegate {
83
// extensions::
ExtensionFunctionDispatcher
::Delegate overrides:
91
scoped_ptr<extensions::
ExtensionFunctionDispatcher
>
custom_launcher_page_contents.cc
34
new extensions::
ExtensionFunctionDispatcher
(context, this));
/external/chromium_org/extensions/browser/api/serial/
serial_apitest.cc
122
ASSERT_TRUE(extensions::
ExtensionFunctionDispatcher
::OverrideFunction(
124
ASSERT_TRUE(extensions::
ExtensionFunctionDispatcher
::OverrideFunction(
/external/chromium_org/chrome/browser/ui/panels/
panel_host.h
38
public extensions::
ExtensionFunctionDispatcher
::Delegate {
87
// extensions::
ExtensionFunctionDispatcher
::Delegate overrides.
107
extensions::
ExtensionFunctionDispatcher
extension_function_dispatcher_;
/external/chromium_org/chrome/browser/extensions/
tab_helper.h
49
public extensions::
ExtensionFunctionDispatcher
::Delegate,
157
// extensions::
ExtensionFunctionDispatcher
::Delegate overrides.
227
extensions::
ExtensionFunctionDispatcher
extension_function_dispatcher_;
extension_function_test_utils.cc
31
: public extensions::
ExtensionFunctionDispatcher
::Delegate {
244
scoped_ptr<extensions::
ExtensionFunctionDispatcher
> dispatcher(
245
new extensions::
ExtensionFunctionDispatcher
(browser->profile(),
/external/chromium_org/chrome/browser/extensions/api/automation/
automation_apitest.cc
490
ASSERT_TRUE(extensions::
ExtensionFunctionDispatcher
::OverrideFunction(
493
ASSERT_TRUE(extensions::
ExtensionFunctionDispatcher
::OverrideFunction(
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc
264
ASSERT_TRUE(extensions::
ExtensionFunctionDispatcher
::OverrideFunction(
Completed in 1033 milliseconds
1
2