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 105 std::string default_id; local
113 default_id = default_device;
118 if (!devices.empty() && default_id.empty())
119 default_id = devices[0].id;
121 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 546 std::string default_id = AddNotification(optional); local
553 EXPECT_EQ(default_id, (*iter)->id());
570 EXPECT_EQ(default_id, (*iter)->id());
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 460 // UI, given that the |default_id| is currently the default ID on the Wallet
464 std::string GetIdToSelect(const std::string& default_id,
470 if (default_id != previous_default_id)
471 return default_id;
474 return !previously_selected_id.empty() ? previously_selected_id : default_id;
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 4769 BailoutId default_id = BailoutId::None(); local
    [all...]

Completed in 170 milliseconds