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

  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 34 1, {IS_DEFAULT}},
36 1, {IS_DEFAULT}},
50 1, {IS_DEFAULT}},
52 1, {IS_DEFAULT}},
54 1, {IS_DEFAULT}},
56 1, {IS_DEFAULT}},
58 1, {IS_DEFAULT}},
60 1, {IS_DEFAULT}},
62 1, {IS_DEFAULT}},
64 1, {IS_DEFAULT}},
    [all...]
tsf_input_scope.cc 22 if (input_scope == IS_DEFAULT)
155 return IS_DEFAULT;
176 return IS_DEFAULT;
192 input_scopes.push_back(IS_DEFAULT);
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler_unittest.cc 60 os_state_ == ShellIntegration::IS_DEFAULT);
68 ASSERT_NE(os_state_, ShellIntegration::IS_DEFAULT);
74 ASSERT_NE(os_state_, ShellIntegration::IS_DEFAULT);
145 ShellIntegration::IS_DEFAULT,
163 ShellIntegration::IS_DEFAULT,
181 ShellIntegration::IS_DEFAULT,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 42 private static final String IS_DEFAULT = "isDefault";
71 json.put(IS_DEFAULT, isDefault);
86 boolean isDefault = json.getBoolean(IS_DEFAULT);
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 40 private static final boolean IS_DEFAULT = true;
261 "dummy.voice0", "DummyVoice0", IS_AUX, IS_DEFAULT, subtypes));
276 "dummy.voice1", "DummyVoice1", IS_AUX, !IS_DEFAULT, subtypes));
285 "dummy.voice2", "DummyVoice2", IS_AUX, !IS_DEFAULT, subtypes));
292 "dummy.voice3", "DummyVoice3", IS_AUX, !IS_DEFAULT, subtypes));
299 "dummy.keyboard0", "DummyKeyboard0", !IS_AUX, IS_DEFAULT, subtypes));
  /external/chromium_org/chrome/browser/
shell_integration.h 75 IS_DEFAULT,
shell_integration.cc 233 case IS_DEFAULT:
shell_integration_win.cc 238 case ShellUtil::IS_DEFAULT:
239 return ShellIntegration::IS_DEFAULT;
chrome_browser_main_win.cc 108 (ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT)) {
process_singleton_win.cc 204 if (ShellIntegration::GetDefaultBrowser() != ShellIntegration::IS_DEFAULT)
shell_integration_linux.cc 441 return (reply.find("yes") == 0) ? ShellIntegration::IS_DEFAULT :
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
uninstall_view.cc 82 ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT &&
  /external/chromium_org/chrome/installer/util/
shell_util.h 45 IS_DEFAULT,
shell_util.cc 1924 bool is_default = (GetChromeDefaultState() == IS_DEFAULT); local
2004 bool is_default = ( local
    [all...]
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 439 ShellUtil::IS_DEFAULT) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inputscope.h 35 IS_DEFAULT = 0,
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 118 bool is_default) {
120 value->SetBoolean("default", is_default);
223 return ShellIntegration::IS_DEFAULT;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 508 + AccountColumns.IS_DEFAULT + " integer, "
    [all...]

Completed in 416 milliseconds