Searched refs:CheckHR (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/win8/metro_driver/ |
D | settings_handler.cc | 41 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 …]
|
D | toast_notification_handler.cc | 41 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 …]
|
D | secondary_tile.cc | 50 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 …]
|
D | winrt_utils.cc | 17 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()
|
D | metro_dialog_box.cc | 39 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()
|
D | chrome_app_view_ash.cc | 333 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 …]
|
D | chrome_app_view.cc | 378 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 …]
|
D | metro_driver.cc | 90 CheckHR(ro_initializer, "RoInitialize failed"); in InitMetro() 96 CheckHR(hr, "Failed to create app factory"); in InitMetro()
|
D | chrome_url_launch_handler.cc | 43 CheckHR(hr, "Failed to activate ISearchPaneStatics"); in Initialize() 138 CheckHR(args->get_Kind(&activation_kind)); in Activate()
|
D | winrt_utils.h | 15 void CheckHR(HRESULT hr, const char* str = nullptr);
|
D | file_picker_ash.cc | 220 CheckHR(hr); in StartFilePicker() 399 CheckHR(hr); in StartFilePicker() 563 CheckHR(hr); in StartFilePicker()
|
D | file_picker.cc | 282 CheckHR(hr); in StartFilePicker() 450 CheckHR(hr); in StartFilePicker()
|