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

  /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)) {
  /external/chromium_org/base/test/
test_shortcut_win.cc 147 EXPECT_FALSE(properties.dual_mode);
150 EXPECT_EQ(properties.dual_mode,
  /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...]
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 229 .dual_mode = DUAL_MODE_UNSET,
268 .dual_mode = DUAL_MODE_UNSET,
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) {
ini.h 299 unsigned char dual_mode; member in struct:wl12xx_common

Completed in 219 milliseconds