OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunInMetro
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/app/
metro_driver_win.h
20
// call
RunInMetro
(). If not then we should just run chrome as usual.
27
int
RunInMetro
(HINSTANCE instance, MainFn main_fn);
metro_driver_win.cc
64
int MetroDriver::
RunInMetro
(HINSTANCE instance, MainFn main_fn) {
chrome_exe_main_win.cc
137
return metro_driver.
RunInMetro
(instance, &RunChrome);
Completed in 244 milliseconds