HomeSort by relevance Sort by last modified time
    Searched refs:CheckHR (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/win8/metro_driver/
settings_handler.cc 41 CheckHR(hr, "Failed to activate ISettingsPaneStatics");
45 CheckHR(hr, "Failed to get ISettingsPane");
52 CheckHR(hr, "Failed to add CommandsRequested");
65 CheckHR(hr, "Failed to activate ISettingsCommandFactory");
70 CheckHR(hr, "Failed to get_Request");
74 CheckHR(hr, "Failed to get_ApplicationCommands");
80 CheckHR(hr, "Failed to append new settings command");
85 CheckHR(hr, "Failed to append new help command");
90 CheckHR(hr, "Failed to append new about command");
103 CheckHR(hr, "Can't get settings id")
    [all...]
toast_notification_handler.cc 41 CheckHR(hr);
48 CheckHR(hr);
58 CheckHR(hr);
72 CheckHR(hr);
78 CheckHR(hr);
84 CheckHR(hr);
88 CheckHR(hr);
92 CheckHR(hr);
148 CheckHR(hr);
154 CheckHR(hr)
    [all...]
secondary_tile.cc 50 CheckHR(hr, "Failed to put_Completed");
60 CheckHR(async->GetResults(&result));
99 CheckHR(hr, "Failed to create instance of ISecondaryTileFactory");
106 CheckHR(hr, "Failed to create tile");
110 CheckHR(hr, "RequestDeleteAsync failed");
135 CheckHR(hr, "Failed to create instance of ISecondaryTileFactory");
156 CheckHR(hr, "Failed to create URIFactory");
162 CheckHR(hr, "Failed to create URI");
172 CheckHR(hr, "Failed to create tile");
175 CheckHR(hr, "Failed to change foreground text color")
    [all...]
metro_dialog_box.cc 39 CheckHR(hr, "Failed to activate IMessageDialogFactory");
51 CheckHR(hr, "Failed to create message dialog");
55 CheckHR(hr, "Failed to create ui command collection");
61 CheckHR(hr, "Failed to activate IUICommandFactory");
69 CheckHR(hr, "Failed to add button1");
77 CheckHR(hr, "Failed to add button2");
84 CheckHR(hr, "Failed to show dialog");
winrt_utils.cc 17 void CheckHR(HRESULT hr, const char* message) {
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");
119 CheckHR(hr, "Can't get string for lhs");
123 CheckHR(hr, "Can't get string for rhs");
chrome_app_view_ash.cc 333 CheckHR(pointer_point_->get_PointerDevice(&pointer_device));
335 CheckHR(pointer_device->get_PointerDeviceType(&device_type));
424 CheckHR(args->get_Kind(&activation_kind));
487 CheckHR(hr);
499 CheckHR(hr);
501 CheckHR(hr);
508 CheckHR(hr);
515 CheckHR(hr);
520 CheckHR(hr);
525 CheckHR(hr)
    [all...]
chrome_app_view.cc 378 CheckHR(hr);
383 CheckHR(hr);
670 CheckHR(hr);
682 CheckHR(hr);
684 CheckHR(hr);
687 CheckHR(hr, "Failed to initialize url launch handler.");
692 CheckHR(hr);
699 CheckHR(hr, "Failed to activate IEdgeGestureStatics.");
703 CheckHR(hr);
708 CheckHR(hr)
    [all...]
metro_driver.cc 90 CheckHR(ro_initializer, "RoInitialize failed");
96 CheckHR(hr, "Failed to create app factory");
winrt_utils.h 15 void CheckHR(HRESULT hr, const char* str = nullptr);
chrome_url_launch_handler.cc 43 CheckHR(hr, "Failed to activate ISearchPaneStatics");
138 CheckHR(args->get_Kind(&activation_kind));
file_picker_ash.cc 220 CheckHR(hr);
399 CheckHR(hr);
563 CheckHR(hr);
file_picker.cc 282 CheckHR(hr);
450 CheckHR(hr);

Completed in 4699 milliseconds