OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowsUpdateFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
87
class
WindowsUpdateFunction
: public ChromeSyncExtensionFunction {
88
virtual ~
WindowsUpdateFunction
() {}
tabs_test.cc
473
scoped_refptr<
WindowsUpdateFunction
> function = new
WindowsUpdateFunction
();
485
function = new
WindowsUpdateFunction
();
496
function = new
WindowsUpdateFunction
();
507
function = new
WindowsUpdateFunction
();
[
all
...]
tabs_api.cc
614
bool
WindowsUpdateFunction
::RunSync() {
[
all
...]
Completed in 2291 milliseconds