Home | History | Annotate | Download | only in bootstrap

Lines Matching refs:THEME

1283         // Initialize COM and theme.
1289 BalExitOnFailure(hr, "Failed to initialize theme manager.");
1467 ExitOnFailure(hr, "Failed to load theme.");
1601 BalExitOnFailure2(hr, "Failed to probe for theme file: %ls in path: %ls", wzThemeFileName, wzModulePath);
1604 BalExitOnFailure1(hr, "Failed to load theme from path: %ls", sczThemePath);
1607 BalExitOnFailure1(hr, "Failed to localize theme: %ls", sczThemePath);
1716 // If the theme did not provide an icon, try using the icon from the bundle engine.
1749 // Calculate the window style based on the theme style and command display value.
1971 // OnCreate - finishes loading the theme.
1977 BalExitOnFailure(hr, "Failed to load theme controls.");
3129 AssertSz(!_theme, "Theme should have been released before destructor.");
3164 THEME* _theme;