HomeSort by relevance Sort by last modified time
    Searched full:metro_module (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/printing/
print_destination_win.cc 18 HMODULE metro_module = base::win::GetMetroModule(); local
19 if (metro_module != NULL) {
22 ::GetProcAddress(metro_module, "MetroSetPrintPageCount"));
25 ::GetProcAddress(metro_module, "MetroSetPrintPageContent"));
printing_context_win.cc 186 HMODULE metro_module = base::win::GetMetroModule(); local
187 if (metro_module != NULL) {
191 ::GetProcAddress(metro_module, "MetroShowPrintUI"));
  /external/chromium_org/base/win/
metro.cc 21 static HMODULE metro_module = kUninitialized; local
23 if (metro_module == kUninitialized) {
27 metro_module = GetModuleHandleA("metro_driver.dll");
28 if (metro_module != NULL) {
34 DCHECK(metro_module != kUninitialized);
35 return metro_module;
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.cc 200 HMODULE metro_module = base::win::GetMetroModule(); local
201 DCHECK(metro_module);
203 if (metro_module) {
206 ::GetProcAddress(metro_module, "DisplayNotification"));
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 211 HMODULE metro_module = base::win::GetMetroModule(); local
212 if (!metro_module)
217 ::GetProcAddress(metro_module, "MetroPinToStartScreen"));
344 HMODULE metro_module = base::win::GetMetroModule(); local
345 if (!metro_module)
351 ::GetProcAddress(metro_module, "MetroIsPinnedToStartScreen"));
439 HMODULE metro_module = base::win::GetMetroModule(); local
440 if (!metro_module)
445 ::GetProcAddress(metro_module, "MetroUnPinFromStartScreen"));
browser_command_controller.cc 1276 HMODULE metro_module = base::win::GetMetroModule(); local
    [all...]
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 50 HMODULE metro_module = base::win::GetMetroModule(); local
51 if (metro_module != NULL) {
55 ::GetProcAddress(metro_module, "MetroGetOpenFileName"));
69 HMODULE metro_module = base::win::GetMetroModule(); local
70 if (metro_module != NULL) {
74 ::GetProcAddress(metro_module, "MetroGetSaveFileName"));
    [all...]

Completed in 196 milliseconds