HomeSort by relevance Sort by last modified time
    Searched defs:GetAll (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chromeos/dbus/
fake_sms_client.cc 26 void FakeSMSClient::GetAll(const std::string& service_name,
nfc_property_set.cc 39 void NfcPropertySet::GetAll() {
49 // First invoke the superclass implementation. If the call to GetAll was
57 VLOG(2) << "NfcPropertySet::GetAll returned successfully.";
fake_bluetooth_input_client.cc 39 void FakeBluetoothInputClient::Properties::GetAll() {
40 VLOG(1) << "GetAll";
fake_nfc_manager_client.cc 31 void FakeNfcManagerClient::Properties::GetAll() {
32 VLOG(1) << "GetAll";
bluetooth_gatt_service_service_provider.cc 68 base::Bind(&BluetoothGattServiceServiceProviderImpl::GetAll,
166 void GetAll(dbus::MethodCall* method_call,
168 VLOG(2) << "BluetoothGattServiceServiceProvider::GetAll: "
fake_bluetooth_gatt_service_client.cc 46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
47 VLOG(1) << "GetAll";
bluetooth_gatt_characteristic_service_provider.cc 79 base::Bind(&BluetoothGattCharacteristicServiceProviderImpl::GetAll,
282 void GetAll(dbus::MethodCall* method_call,
284 VLOG(2) << "BluetoothGattCharacteristicServiceProvider::GetAll: "
337 << "GetAll.";
bluetooth_gatt_descriptor_service_provider.cc 77 base::Bind(&BluetoothGattDescriptorServiceProviderImpl::GetAll,
279 void GetAll(dbus::MethodCall* method_call,
281 VLOG(2) << "BluetoothGattDescriptorServiceProvider::GetAll: "
334 << "GetAll.";
fake_bluetooth_adapter_client.cc 57 void FakeBluetoothAdapterClient::Properties::GetAll() {
58 VLOG(1) << "GetAll";
fake_bluetooth_gatt_descriptor_client.cc 37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
38 VLOG(1) << "GetAll";
fake_nfc_adapter_client.cc 38 void FakeNfcAdapterClient::Properties::GetAll() {
39 VLOG(1) << "GetAll";
fake_nfc_device_client.cc 40 void FakeNfcDeviceClient::Properties::GetAll() {
41 VLOG(1) << "GetAll";
fake_nfc_record_client.cc 67 void FakeNfcRecordClient::Properties::GetAll() {
68 VLOG(1) << "GetAll";
fake_nfc_tag_client.cc 39 void FakeNfcTagClient::Properties::GetAll() {
40 VLOG(1) << "GetAll";
fake_bluetooth_gatt_characteristic_client.cc 58 void FakeBluetoothGattCharacteristicClient::Properties::GetAll() {
59 VLOG(1) << "GetAll";
  /external/chromium_org/chrome/browser/task_manager/
guest_information.cc 99 void GuestInformation::GetAll(const NewWebContentsCallback& callback) {
printing_information.cc 94 void PrintingInformation::GetAll(const NewWebContentsCallback& callback) {
background_information.cc 119 void BackgroundInformation::GetAll(const NewWebContentsCallback& callback) {
panel_information.cc 114 void PanelInformation::GetAll(const NewWebContentsCallback& callback) {
extension_information.cc 119 void ExtensionInformation::GetAll(const NewWebContentsCallback& callback) {
tab_contents_information.cc 147 void TabContentsInformation::GetAll(const NewWebContentsCallback& callback) {
  /external/chromium_org/extensions/common/permissions/
permissions_info.cc 45 APIPermissionSet PermissionsInfo::GetAll() const {
  /external/chromium_org/dbus/
property.cc 125 void PropertySet::GetAll() {
139 LOG(WARNING) << "GetAll request failed.";
145 LOG(WARNING) << "GetAll response has wrong parameters: "
  /external/chromium_org/extensions/renderer/
script_context_set.cc 45 ScriptContextSet::ContextSet ScriptContextSet::GetAll() const {
79 ContextSet contexts = GetAll();
107 ContextSet contexts = GetAll();