Home
last modified time | relevance | path

Searched refs:RunFunctionFlags (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/
Dapi_test_utils.h33 enum RunFunctionFlags { NONE = 0, INCLUDE_INCOGNITO = 1 << 0 }; enum
48 RunFunctionFlags flags);
60 RunFunctionFlags flags);
68 RunFunctionFlags flags);
90 RunFunctionFlags flags);
95 RunFunctionFlags flags);
Dapi_test_utils.cc100 RunFunctionFlags flags) { in RunFunctionWithDelegateAndReturnSingleResult()
126 RunFunctionFlags flags) { in RunFunctionAndReturnSingleResult()
144 RunFunctionFlags flags) { in RunFunctionAndReturnError()
169 RunFunctionFlags flags) { in RunFunction()
181 RunFunctionFlags flags) { in RunFunction()
/external/chromium_org/chrome/browser/extensions/
Dextension_function_test_utils.h70 enum RunFunctionFlags { enum
81 RunFunctionFlags flags);
93 RunFunctionFlags flags);
112 RunFunctionFlags flags);
116 RunFunctionFlags flags);
Dextension_function_test_utils.cc156 RunFunctionFlags flags) { in RunFunctionAndReturnError()
175 RunFunctionFlags flags) { in RunFunctionAndReturnSingleResult()
232 RunFunctionFlags flags) { in RunFunction()
242 RunFunctionFlags flags) { in RunFunction()
254 static_cast<extensions::api_test_utils::RunFunctionFlags>(flags)); in RunFunction()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc536 extension_function_test_utils::RunFunctionFlags GetFlags() { in GetFlags()