HomeSort by relevance Sort by last modified time
    Searched refs:TabsQueryFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc 91 scoped_refptr<extensions::TabsQueryFunction> function =
92 new extensions::TabsQueryFunction();
109 function = new extensions::TabsQueryFunction();
tabs_api.h 119 class TabsQueryFunction : public ChromeSyncExtensionFunction {
120 virtual ~TabsQueryFunction() {}
tabs_test.cc 406 scoped_refptr<TabsQueryFunction> function = new TabsQueryFunction();
423 function = new TabsQueryFunction();
    [all...]
tabs_api.cc 799 bool TabsQueryFunction::RunSync() {
    [all...]

Completed in 329 milliseconds