OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_function_dispatcher_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_web_ui.h
41
return
extension_function_dispatcher_
.get();
96
scoped_ptr<ExtensionFunctionDispatcher>
extension_function_dispatcher_
;
member in class:ExtensionWebUI
extension_web_ui.cc
161
extension_function_dispatcher_
.reset(
163
DCHECK(
extension_function_dispatcher_
.get());
168
if (
extension_function_dispatcher_
->extension_id() ==
189
extension_function_dispatcher_
->HandleRequest(params);
extension_host.cc
330
extension_function_dispatcher_
.reset(NULL);
345
extension_function_dispatcher_
.reset(NULL);
350
extension_function_dispatcher_
.reset(
467
Browser* browser =
extension_function_dispatcher_
->GetCurrentBrowser(true);
552
if (
extension_function_dispatcher_
.get()) {
553
extension_function_dispatcher_
->HandleRequest(params);
808
extension_function_dispatcher_
.reset(
extension_host.h
279
scoped_ptr<ExtensionFunctionDispatcher>
extension_function_dispatcher_
;
member in class:ExtensionHost
/external/chromium/chrome/browser/notifications/
balloon_host.cc
136
if (
extension_function_dispatcher_
.get()) {
137
extension_function_dispatcher_
->HandleRequest(params);
199
extension_function_dispatcher_
.reset(
203
if (
extension_function_dispatcher_
.get()) {
balloon_host.h
157
scoped_ptr<ExtensionFunctionDispatcher>
extension_function_dispatcher_
;
member in class:BalloonHost
Completed in 352 milliseconds