OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionTestLogFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_test_api.h
26
class
ExtensionTestLogFunction
: public SyncExtensionFunction {
27
~
ExtensionTestLogFunction
();
extension_test_api.cc
48
ExtensionTestLogFunction
::~
ExtensionTestLogFunction
() {}
50
bool
ExtensionTestLogFunction
::RunImpl() {
extension_function_dispatcher.cc
235
RegisterFunction<
ExtensionTestLogFunction
>();
Completed in 90 milliseconds