Home
last modified time | relevance | path

Searched refs:CheckHR (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dsettings_handler.cc41 CheckHR(hr, "Failed to activate ISettingsPaneStatics"); in Initialize()
45 CheckHR(hr, "Failed to get ISettingsPane"); in Initialize()
52 CheckHR(hr, "Failed to add CommandsRequested"); in Initialize()
65 CheckHR(hr, "Failed to activate ISettingsCommandFactory"); in OnSettingsCommandsRequested()
70 CheckHR(hr, "Failed to get_Request"); in OnSettingsCommandsRequested()
74 CheckHR(hr, "Failed to get_ApplicationCommands"); in OnSettingsCommandsRequested()
80 CheckHR(hr, "Failed to append new settings command"); in OnSettingsCommandsRequested()
85 CheckHR(hr, "Failed to append new help command"); in OnSettingsCommandsRequested()
90 CheckHR(hr, "Failed to append new about command"); in OnSettingsCommandsRequested()
103 CheckHR(hr, "Can't get settings id"); in AppendNewSettingsCommand()
[all …]
Dtoast_notification_handler.cc41 CheckHR(hr); in GetTextNodeRoot()
48 CheckHR(hr); in GetTextNodeRoot()
58 CheckHR(hr); in GetTextNodeRoot()
72 CheckHR(hr); in CreateTextNode()
78 CheckHR(hr); in CreateTextNode()
84 CheckHR(hr); in CreateTextNode()
88 CheckHR(hr); in CreateTextNode()
92 CheckHR(hr); in CreateTextNode()
148 CheckHR(hr); in DisplayNotification()
154 CheckHR(hr); in DisplayNotification()
[all …]
Dsecondary_tile.cc50 CheckHR(hr, "Failed to put_Completed"); in Complete()
60 CheckHR(async->GetResults(&result)); in Respond()
99 CheckHR(hr, "Failed to create instance of ISecondaryTileFactory"); in DeleteTileFromStartScreen()
106 CheckHR(hr, "Failed to create tile"); in DeleteTileFromStartScreen()
110 CheckHR(hr, "RequestDeleteAsync failed"); in DeleteTileFromStartScreen()
135 CheckHR(hr, "Failed to create instance of ISecondaryTileFactory"); in CreateTileOnStartScreen()
156 CheckHR(hr, "Failed to create URIFactory"); in CreateTileOnStartScreen()
162 CheckHR(hr, "Failed to create URI"); in CreateTileOnStartScreen()
172 CheckHR(hr, "Failed to create tile"); in CreateTileOnStartScreen()
175 CheckHR(hr, "Failed to change foreground text color"); in CreateTileOnStartScreen()
[all …]
Dwinrt_utils.cc17 void CheckHR(HRESULT hr, const char* message) { in CheckHR() function
53 CheckHR(hr, "Can't create IPropertyValueStatics"); \
57 CheckHR(hr, "Failed to create Property"); \
64 CheckHR(hr, "Can't get value for lhs"); \
67 CheckHR(hr, "Can't get value for rhs"); \
110 CheckHR(hr, "Can't get property type for rhs"); in CompareProperties()
119 CheckHR(hr, "Can't get string for lhs"); in CompareProperties()
123 CheckHR(hr, "Can't get string for rhs"); in CompareProperties()
Dmetro_dialog_box.cc39 CheckHR(hr, "Failed to activate IMessageDialogFactory"); in Show()
51 CheckHR(hr, "Failed to create message dialog"); in Show()
55 CheckHR(hr, "Failed to create ui command collection"); in Show()
61 CheckHR(hr, "Failed to activate IUICommandFactory"); in Show()
69 CheckHR(hr, "Failed to add button1"); in Show()
77 CheckHR(hr, "Failed to add button2"); in Show()
84 CheckHR(hr, "Failed to show dialog"); in Show()
Dchrome_app_view_ash.cc333 CheckHR(pointer_point_->get_PointerDevice(&pointer_device)); in IsType()
335 CheckHR(pointer_device->get_PointerDeviceType(&device_type)); in IsType()
424 CheckHR(args->get_Kind(&activation_kind)); in LaunchChromeBrowserProcess()
487 CheckHR(hr); in Initialize()
499 CheckHR(hr); in SetWindow()
501 CheckHR(hr); in SetWindow()
508 CheckHR(hr); in SetWindow()
515 CheckHR(hr); in SetWindow()
520 CheckHR(hr); in SetWindow()
525 CheckHR(hr); in SetWindow()
[all …]
Dchrome_app_view.cc378 CheckHR(hr); in Unsnap()
383 CheckHR(hr); in Unsnap()
670 CheckHR(hr); in Initialize()
682 CheckHR(hr); in SetWindow()
684 CheckHR(hr); in SetWindow()
687 CheckHR(hr, "Failed to initialize url launch handler."); in SetWindow()
692 CheckHR(hr); in SetWindow()
699 CheckHR(hr, "Failed to activate IEdgeGestureStatics."); in SetWindow()
703 CheckHR(hr); in SetWindow()
708 CheckHR(hr); in SetWindow()
[all …]
Dmetro_driver.cc90 CheckHR(ro_initializer, "RoInitialize failed"); in InitMetro()
96 CheckHR(hr, "Failed to create app factory"); in InitMetro()
Dchrome_url_launch_handler.cc43 CheckHR(hr, "Failed to activate ISearchPaneStatics"); in Initialize()
138 CheckHR(args->get_Kind(&activation_kind)); in Activate()
Dwinrt_utils.h15 void CheckHR(HRESULT hr, const char* str = nullptr);
Dfile_picker_ash.cc220 CheckHR(hr); in StartFilePicker()
399 CheckHR(hr); in StartFilePicker()
563 CheckHR(hr); in StartFilePicker()
Dfile_picker.cc282 CheckHR(hr); in StartFilePicker()
450 CheckHR(hr); in StartFilePicker()