OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabsupdatefunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
138
class
TabsUpdateFunction
: public ChromeAsyncExtensionFunction {
140
TabsUpdateFunction
();
143
virtual ~
TabsUpdateFunction
() {}
tabs_api.cc
[
all
...]
tabs_test.cc
233
scoped_refptr<
TabsUpdateFunction
> update_tab_function(
234
new
TabsUpdateFunction
());
Completed in 162 milliseconds