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

  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 159 scoped_refptr<WindowsGetFunction> function = new WindowsGetFunction();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 51 class WindowsGetFunction : public ChromeSyncExtensionFunction {
52 virtual ~WindowsGetFunction() {}
tabs_test.cc 49 scoped_refptr<WindowsGetFunction> function = new WindowsGetFunction();
66 function = new WindowsGetFunction();
82 function = new WindowsGetFunction();
108 function = new WindowsGetFunction();
123 function = new WindowsGetFunction();
133 function = new WindowsGetFunction();
    [all...]
tabs_api.cc 208 bool WindowsGetFunction::RunSync() {
    [all...]

Completed in 148 milliseconds