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

  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.cc 106 std::string default_id; local
114 default_id = default_device;
119 if (!devices.empty() && default_id.empty())
120 default_id = devices[0].id;
122 base::StringValue default_value(default_id);
  /external/lldb/test/pexpect-2.4/examples/
rippy.py     [all...]
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 584 std::string default_id = AddNotification(optional); local
591 EXPECT_EQ(default_id, (*iter)->id());
608 EXPECT_EQ(default_id, (*iter)->id());
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 461 // UI, given that the |default_id| is currently the default ID on the Wallet
465 std::string GetIdToSelect(const std::string& default_id,
471 if (default_id != previous_default_id)
472 return default_id;
475 return !previously_selected_id.empty() ? previously_selected_id : default_id;
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 4846 BailoutId default_id = BailoutId::None(); local
    [all...]

Completed in 186 milliseconds