OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowsGetAllFunction
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc
147
scoped_refptr<
WindowsGetAllFunction
> function = new
WindowsGetAllFunction
();
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
66
class
WindowsGetAllFunction
: public ChromeSyncExtensionFunction {
67
virtual ~
WindowsGetAllFunction
() {}
tabs_test.cc
191
scoped_refptr<
WindowsGetAllFunction
> function = new
WindowsGetAllFunction
();
214
function = new
WindowsGetAllFunction
();
[
all
...]
tabs_api.cc
279
bool
WindowsGetAllFunction
::RunSync() {
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc
302
CreateFunction<
WindowsGetAllFunction
>(true).get(),
Completed in 52 milliseconds