OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_script_controller_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
active_script_controller_unittest.cc
62
return
active_script_controller_
;
80
ActiveScriptController*
active_script_controller_
;
member in class:extensions::ActiveScriptControllerUnitTest
91
active_script_controller_
(NULL) {
169
active_script_controller_
= tab_helper->active_script_controller();
170
DCHECK(
active_script_controller_
);
tab_helper.h
110
return
active_script_controller_
.get();
249
scoped_ptr<ActiveScriptController>
active_script_controller_
;
member in class:extensions::TabHelper
tab_helper.cc
91
active_script_controller_
(new ActiveScriptController(web_contents)),
Completed in 61 milliseconds