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

  /external/chromium_org/base/test/
test_shortcut_win.cc 147 EXPECT_FALSE(properties.dual_mode);
150 EXPECT_EQ(properties.dual_mode,
  /external/chromium_org/base/win/
shortcut.h 43 ShortcutProperties() : icon_index(-1), dual_mode(false), options(0U) {}
81 dual_mode = dual_mode_in;
103 bool dual_mode; member in struct:base::win::ShortcutProperties
shortcut.cc 141 properties.dual_mode)) {
  /hardware/ti/wlan/mac80211/ti-utils/
ini.c 214 if (cmn->dual_mode == DUAL_MODE_UNSET) {
215 cmn->dual_mode = gp->dual_mode_select;
217 else if (cmn->dual_mode != gp->dual_mode_select) {
280 if (cmn->dual_mode == DUAL_MODE_UNSET) {
281 cmn->dual_mode = gp->dual_mode_select;
282 } else if (cmn->dual_mode != gp->dual_mode_select) {
misc_cmds.c 229 .dual_mode = DUAL_MODE_UNSET,
268 .dual_mode = DUAL_MODE_UNSET,
ini.h 299 unsigned char dual_mode; member in struct:wl12xx_common
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 121 // should only be migrated if dual_mode is desired.
144 // Shortcut 5 doesn't have an app_id, nor is dual_mode even set; they should
289 // fixed and shortcut 1, 2, 3, 4, and 5 should also have had their dual_mode
shell_integration.h 192 // the dual_mode property set if such is requested by |check_dual_mode|.
shell_integration_win.cc 470 // If dual_mode is not set at all, make sure it gets set to true.
  /external/chromium_org/chrome/installer/util/
shell_util.h 88 : level(level_in), icon_index(0), dual_mode(false),
146 dual_mode = dual_mode_in;
196 bool dual_mode; member in struct:ShellUtil::ShortcutProperties
shell_util_unittest.cc 160 expected_properties.set_dual_mode(properties.dual_mode);
shell_util.cc     [all...]

Completed in 154 milliseconds