OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowsCreateFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc
258
scoped_refptr<
WindowsCreateFunction
> function(new
WindowsCreateFunction
());
277
function = new
WindowsCreateFunction
();
299
scoped_refptr<
WindowsCreateFunction
> function = new
WindowsCreateFunction
();
317
function = new
WindowsCreateFunction
();
340
scoped_refptr<
WindowsCreateFunction
> function = new
WindowsCreateFunction
();
352
function = new
WindowsCreateFunction
();
371
scoped_refptr<
WindowsCreateFunction
> function = new WindowsCreateFunction()
[
all
...]
tabs_api.h
66
class
WindowsCreateFunction
: public ChromeSyncExtensionFunction {
67
virtual ~
WindowsCreateFunction
() {}
tabs_api.cc
317
bool
WindowsCreateFunction
::ShouldOpenIncognitoWindow(
365
bool
WindowsCreateFunction
::RunImpl() {
[
all
...]
Completed in 431 milliseconds