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
32
) sorted by null
1
2
/external/chromium/chrome/browser/extensions/
extension_function_dispatcher.h
28
//
ExtensionFunctionDispatcher
receives requests to execute functions from
31
class
ExtensionFunctionDispatcher
{
57
explicit Peer(
ExtensionFunctionDispatcher
* dispatcher)
59
ExtensionFunctionDispatcher
* dispatcher_;
80
static
ExtensionFunctionDispatcher
* Create(RenderViewHost* render_view_host,
84
~
ExtensionFunctionDispatcher
();
119
ExtensionFunctionDispatcher
(RenderViewHost* render_view_host,
extension_web_ui.h
32
public
ExtensionFunctionDispatcher
::Delegate {
40
ExtensionFunctionDispatcher
* extension_function_dispatcher() const {
50
//
ExtensionFunctionDispatcher
::Delegate
90
// we need to reset the
ExtensionFunctionDispatcher
so it's talking to the
96
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
extension_function_dispatcher.cc
362
//
ExtensionFunctionDispatcher
-------------------------------------------------
364
void
ExtensionFunctionDispatcher
::GetAllFunctionNames(
369
bool
ExtensionFunctionDispatcher
::OverrideFunction(
374
void
ExtensionFunctionDispatcher
::ResetFunctions() {
378
ExtensionFunctionDispatcher
*
ExtensionFunctionDispatcher
::Create(
394
return new
ExtensionFunctionDispatcher
(render_view_host, delegate,
400
ExtensionFunctionDispatcher
::
ExtensionFunctionDispatcher
(
440
Details<
ExtensionFunctionDispatcher
>(this))
[
all
...]
extension_function.h
16
class
ExtensionFunctionDispatcher
;
38
// Abstract base class for extension functions the
ExtensionFunctionDispatcher
74
void set_dispatcher_peer(
ExtensionFunctionDispatcher
::Peer* peer) {
77
ExtensionFunctionDispatcher
* dispatcher() const {
131
scoped_refptr<
ExtensionFunctionDispatcher
::Peer> peer_;
extension_rlz_apitest.cc
63
ASSERT_TRUE(
ExtensionFunctionDispatcher
::OverrideFunction(
74
ExtensionFunctionDispatcher
::ResetFunctions();
extension_host.h
43
public
ExtensionFunctionDispatcher
::Delegate,
88
//
ExtensionFunctionDispatcher
::Delegate
228
//
ExtensionFunctionDispatcher
::Delegate
279
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
/external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h
14
class
ExtensionFunctionDispatcher
;
32
public
ExtensionFunctionDispatcher
::Delegate {
49
//
ExtensionFunctionDispatcher
::Delegate overrides
57
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
ash_keyboard_controller_proxy.cc
70
new
ExtensionFunctionDispatcher
(ProfileManager::GetDefaultProfile(),
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.h
14
class
ExtensionFunctionDispatcher
;
30
int32 GetTabId(
ExtensionFunctionDispatcher
* dispatcher);
/external/chromium_org/chrome/browser/extensions/
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
> {
99
ExtensionFunctionDispatcher
(Profile* profile, Delegate* delegate);
101
~
ExtensionFunctionDispatcher
();
extension_function_dispatcher.cc
180
class
ExtensionFunctionDispatcher
::UIThreadResponseCallbackWrapper
184
const base::WeakPtr<
ExtensionFunctionDispatcher
>& dispatcher,
225
base::WeakPtr<
ExtensionFunctionDispatcher
> dispatcher_;
232
ExtensionFunctionDispatcher
::Delegate::GetExtensionWindowController()
238
ExtensionFunctionDispatcher
::Delegate::GetAssociatedWebContents() const {
243
ExtensionFunctionDispatcher
::Delegate::GetVisibleWebContents() const {
247
void
ExtensionFunctionDispatcher
::GetAllFunctionNames(
252
bool
ExtensionFunctionDispatcher
::OverrideFunction(
258
void
ExtensionFunctionDispatcher
::ResetFunctions() {
263
void
ExtensionFunctionDispatcher
::DispatchOnIOThread
[
all
...]
extension_function.h
29
class
ExtensionFunctionDispatcher
;
83
// Abstract base class for extension functions the
ExtensionFunctionDispatcher
309
const base::WeakPtr<
ExtensionFunctionDispatcher
>& dispatcher) {
312
ExtensionFunctionDispatcher
* dispatcher() const {
362
base::WeakPtr<
ExtensionFunctionDispatcher
> dispatcher_;
extension_host.h
58
public
ExtensionFunctionDispatcher
::Delegate,
118
//
ExtensionFunctionDispatcher
::Delegate
200
//
ExtensionFunctionDispatcher
::Delegate
256
ExtensionFunctionDispatcher
extension_function_dispatcher_;
tab_helper.h
41
public
ExtensionFunctionDispatcher
::Delegate,
172
//
ExtensionFunctionDispatcher
::Delegate overrides.
237
ExtensionFunctionDispatcher
extension_function_dispatcher_;
extension_function_test_utils.cc
29
: public
ExtensionFunctionDispatcher
::Delegate {
253
ExtensionFunctionDispatcher
dispatcher(
/external/chromium_org/apps/
app_window_contents.h
35
public
ExtensionFunctionDispatcher
::Delegate {
56
//
ExtensionFunctionDispatcher
::Delegate
70
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
app_window_contents.cc
35
new
ExtensionFunctionDispatcher
(profile, this));
/external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.h
36
public
ExtensionFunctionDispatcher
::Delegate {
52
//
ExtensionFunctionDispatcher
::Delegate
70
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
/external/chromium_org/chrome/browser/notifications/
balloon_host.h
27
public
ExtensionFunctionDispatcher
::Delegate {
37
//
ExtensionFunctionDispatcher
::Delegate overrides.
104
ExtensionFunctionDispatcher
extension_function_dispatcher_;
/external/chromium_org/chrome/browser/rlz/
rlz_extension_apitest.cc
90
ASSERT_TRUE(
ExtensionFunctionDispatcher
::OverrideFunction(
101
ExtensionFunctionDispatcher
::ResetFunctions();
/external/chromium/chrome/browser/notifications/
balloon_host.h
28
public
ExtensionFunctionDispatcher
::Delegate,
39
//
ExtensionFunctionDispatcher
::Delegate overrides.
157
scoped_ptr<
ExtensionFunctionDispatcher
> extension_function_dispatcher_;
balloon_host.cc
200
ExtensionFunctionDispatcher
::Create(
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_apitest.cc
173
ASSERT_TRUE(
ExtensionFunctionDispatcher
::OverrideFunction(
176
ASSERT_TRUE(
ExtensionFunctionDispatcher
::OverrideFunction(
/external/chromium_org/chrome/browser/ui/panels/
panel_host.h
38
public
ExtensionFunctionDispatcher
::Delegate {
86
//
ExtensionFunctionDispatcher
::Delegate overrides.
106
ExtensionFunctionDispatcher
extension_function_dispatcher_;
/external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_extensions_common_message_filter.cc
31
public
ExtensionFunctionDispatcher
::Delegate {
45
//
ExtensionFunctionDispatcher
::Delegate implementation.
57
ExtensionFunctionDispatcher
* dispatcher() { return &dispatcher_; }
64
ExtensionFunctionDispatcher
dispatcher_;
Completed in 261 milliseconds
1
2