OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowsGetCurrentFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
56
class
WindowsGetCurrentFunction
: public ChromeSyncExtensionFunction {
57
virtual ~
WindowsGetCurrentFunction
() {}
tabs_test.cc
150
scoped_refptr<
WindowsGetCurrentFunction
> function =
151
new
WindowsGetCurrentFunction
();
166
function = new
WindowsGetCurrentFunction
();
[
all
...]
tabs_api.cc
230
bool
WindowsGetCurrentFunction
::RunSync() {
[
all
...]
Completed in 558 milliseconds