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

  /external/chromium_org/chromeos/dbus/
fake_sms_client.cc 26 void FakeSMSClient::GetAll(const std::string& service_name,
fake_nfc_device_client.cc 31 void FakeNfcDeviceClient::Properties::GetAll() {
32 VLOG(1) << "GetAll";
fake_nfc_record_client.cc 30 void FakeNfcRecordClient::Properties::GetAll() {
31 VLOG(1) << "GetAll";
fake_nfc_tag_client.cc 31 void FakeNfcTagClient::Properties::GetAll() {
32 VLOG(1) << "GetAll";
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";
fake_nfc_adapter_client.cc 32 void FakeNfcAdapterClient::Properties::GetAll() {
33 VLOG(1) << "GetAll";
fake_bluetooth_adapter_client.cc 50 void FakeBluetoothAdapterClient::Properties::GetAll() {
51 VLOG(1) << "GetAll";
fake_bluetooth_device_client.cc 175 void FakeBluetoothDeviceClient::Properties::GetAll() {
176 VLOG(1) << "GetAll";
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_alarms_dev_thunk.cc 38 int32_t GetAll(PP_Instance instance,
69 &GetAll,
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry.cc 55 const SuggestedLinkList* SuggestedLinksRegistry::GetAll(
  /external/chromium_org/extensions/common/permissions/
permissions_info.cc 39 APIPermissionSet PermissionsInfo::GetAll() const {
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.cc 58 ChromeV8ContextSet::ContextSet ChromeV8ContextSet::GetAll() const {
91 ContextSet contexts = GetAll();
120 ContextSet contexts = GetAll();
  /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/ppapi/c/dev/
ppb_alarms_dev.h 168 int32_t (*GetAll)(PP_Instance instance,
  /external/chromium_org/build/android/pylib/base/
base_test_result.py 142 def GetAll(self):
172 return self.GetAll() - self.GetPass()
  /external/chromium_org/tools/json_schema_compiler/
model.py 414 def GetAll(cls):
571 for platform_enum in _Enum.GetAll(Platforms):

Completed in 318 milliseconds