OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabsQueryFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc
89
scoped_refptr<extensions::
TabsQueryFunction
> function =
90
new extensions::
TabsQueryFunction
();
107
function = new extensions::
TabsQueryFunction
();
tabs_api.h
114
class
TabsQueryFunction
: public ChromeSyncExtensionFunction {
115
virtual ~
TabsQueryFunction
() {}
tabs_test.cc
400
scoped_refptr<
TabsQueryFunction
> function = new
TabsQueryFunction
();
417
function = new
TabsQueryFunction
();
tabs_api.cc
833
bool
TabsQueryFunction
::RunImpl() {
[
all
...]
Completed in 259 milliseconds