OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeGetBackgroundPageFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_api.h
57
class
RuntimeGetBackgroundPageFunction
: public AsyncExtensionFunction {
63
virtual ~
RuntimeGetBackgroundPageFunction
() {}
runtime_api.cc
234
bool
RuntimeGetBackgroundPageFunction
::RunImpl() {
242
base::Bind(&
RuntimeGetBackgroundPageFunction
::OnPageLoaded, this));
253
void
RuntimeGetBackgroundPageFunction
::OnPageLoaded(ExtensionHost* host) {
/external/chromium_org/chrome/browser/extensions/
extension_function_registry.cc
56
RegisterFunction<extensions::
RuntimeGetBackgroundPageFunction
>();
Completed in 73 milliseconds