address            38 ash/system/bluetooth/tray_bluetooth.cc     if ((*it).address == device.address) {
address            54 ash/system/bluetooth/tray_bluetooth.cc     if (new_list.find((*it).address) == new_list.end()) {
address           168 ash/system/bluetooth/tray_bluetooth.cc         new_connecting_devices.insert(list[i].address);
address           171 ash/system/bluetooth/tray_bluetooth.cc         new_connected_devices.insert(list[i].address);
address           174 ash/system/bluetooth/tray_bluetooth.cc         new_paired_not_connected_devices.insert(list[i].address);
address           178 ash/system/bluetooth/tray_bluetooth.cc         new_discovered_not_paired_devices.insert(list[i].address);
address           280 ash/system/bluetooth/tray_bluetooth.cc       device_map_[container] = list[i].address;
address           326 ash/system/bluetooth/tray_bluetooth.cc       if (device_list[i].address == device_id) {
address            55 ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc                                        const std::string& address);
address            88 ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc     const std::string& address)
address            90 ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc       address_(address) {
address           190 ash/system/tray/default_system_tray_delegate.cc     const std::string& address) {
address            62 ash/system/tray/default_system_tray_delegate.h   virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE;
address            47 ash/system/tray/system_tray_delegate.h   std::string address;
address           241 ash/system/tray/system_tray_delegate.h   virtual void ConnectToBluetoothDevice(const std::string& address) = 0;
address           573 base/android/java/src/org/chromium/base/library_loader/Linker.java             long address = computeRandomBaseLoadAddress();
address           574 base/android/java/src/org/chromium/base/library_loader/Linker.java             sBaseLoadAddress = address;
address           575 base/android/java/src/org/chromium/base/library_loader/Linker.java             sCurrentLoadAddress = address;
address           576 base/android/java/src/org/chromium/base/library_loader/Linker.java             if (address == 0) {
address           624 base/android/java/src/org/chromium/base/library_loader/Linker.java         long address = 0;
address           626 base/android/java/src/org/chromium/base/library_loader/Linker.java             address = baseAddress + offset * pageSize;
address           631 base/android/java/src/org/chromium/base/library_loader/Linker.java                                 address));
address           633 base/android/java/src/org/chromium/base/library_loader/Linker.java         return address;
address           108 base/android/linker/linker_jni.cc bool IsValidAddress(jlong address) {
address           109 base/android/linker/linker_jni.cc   return static_cast<jlong>(static_cast<size_t>(address)) == address;
address           196 base/debug/proc_maps_linux_unittest.cc   uintptr_t address = reinterpret_cast<uintptr_t>(&proc_maps);
address           211 base/debug/proc_maps_linux_unittest.cc         EXPECT_GE(address, regions[i].start);
address           212 base/debug/proc_maps_linux_unittest.cc         EXPECT_LT(address, regions[i].end);
address           223 base/debug/proc_maps_linux_unittest.cc     if (address >= regions[i].start && address < regions[i].end) {
address            72 base/debug/profiler.h typedef void (*AddDynamicSymbol)(const void* address,
address            76 base/debug/profiler.h typedef void (*MoveDynamicSymbol)(const void* address, const void* new_address);
address           102 base/debug/stack_trace_android.cc     uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;
address           106 base/debug/stack_trace_android.cc       if (address >= iter->start && address < iter->end &&
address           113 base/debug/stack_trace_android.cc     *os << base::StringPrintf("#%02zd " FMT_ADDR " ", i, address);
address           116 base/debug/stack_trace_android.cc       uintptr_t rel_pc = address - iter->start + iter->offset;
address           162 base/debug/stack_trace_posix.cc     void* address = static_cast<char*>(trace[i]) - 1;
address           163 base/debug/stack_trace_posix.cc     if (google::Symbolize(address, buf, sizeof(buf)))
address           430 base/debug/trace_event_memory.cc   uint64 address = 0;
address           431 base/debug/trace_event_memory.cc   if (!base::HexStringToUInt64(hex_address, &address))
address           433 base/debug/trace_event_memory.cc   if (!address)
address           436 base/debug/trace_event_memory.cc   return reinterpret_cast<const char*>(address);
address            84 base/memory/discardable_memory_allocator_android.cc   void* const address = mmap(
address            86 base/memory/discardable_memory_allocator_android.cc   if (address == MAP_FAILED) {
address            92 base/memory/discardable_memory_allocator_android.cc   *out_address = address;
address            96 base/memory/discardable_memory_allocator_android.cc bool CloseAshmemRegion(int fd, size_t size, void* address) {
address            97 base/memory/discardable_memory_allocator_android.cc   if (munmap(address, size) == -1) {
address           128 base/memory/discardable_memory_allocator_android.cc                          void* address,
address           133 base/memory/discardable_memory_allocator_android.cc         address_(address),
address           226 base/memory/discardable_memory_allocator_android.cc     void* const address = static_cast<char*>(base_) + offset_;
address           228 base/memory/discardable_memory_allocator_android.cc         new DiscardableAshmemChunk(this, fd_, address, offset_, actual_size));
address           231 base/memory/discardable_memory_allocator_android.cc         std::make_pair(address, highest_allocated_chunk_));
address           232 base/memory/discardable_memory_allocator_android.cc     highest_allocated_chunk_ = address;
address           111 base/memory/discardable_memory_allocator_android_unittest.cc   void* const address = memory->Memory();
address           117 base/memory/discardable_memory_allocator_android_unittest.cc   EXPECT_EQ(address, memory->Memory());
address           239 base/memory/discardable_memory_allocator_android_unittest.cc   void* const address = memory_2->Memory();
address           244 base/memory/discardable_memory_allocator_android_unittest.cc   EXPECT_EQ(address, memory_2->Memory());
address           249 base/memory/discardable_memory_allocator_android_unittest.cc   EXPECT_EQ(static_cast<char*>(address) + size, memory_3->Memory());
address            13 base/memory/shared_memory_win.cc size_t GetMemorySectionSize(void* address) {
address            15 base/memory/shared_memory_win.cc   if (!::VirtualQuery(address, &memory_info, sizeof(memory_info)))
address            17 base/memory/shared_memory_win.cc   return memory_info.RegionSize - (static_cast<char*>(address) -
address            45 base/process/memory.h BASE_EXPORT HMODULE GetModuleFromAddress(void* address);
address            74 base/process/memory_win.cc HMODULE GetModuleFromAddress(void* address) {
address            78 base/process/memory_win.cc                             static_cast<char*>(address),
address           152 base/process/process_metrics_mac.cc   for (mach_vm_address_t address = MACH_VM_MIN_ADDRESS;; address += size) {
address           157 base/process/process_metrics_mac.cc                         &address,
address           172 base/process/process_metrics_mac.cc     if (IsAddressInSharedRegion(address, cpu_type) &&
address           128 base/third_party/dynamic_annotations/dynamic_annotations.c     const char *file, int line, const volatile void *address, long size)
address           132 base/third_party/dynamic_annotations/dynamic_annotations.c     const char *file, int line, const volatile void *address, long size)
address           197 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) \
address           198 base/third_party/dynamic_annotations/dynamic_annotations.h     DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(__FILE__, __LINE__, address, \
address           241 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
address           243 base/third_party/dynamic_annotations/dynamic_annotations.h         address, size, description)
address           300 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_TRACE_MEMORY(address) \
address           301 base/third_party/dynamic_annotations/dynamic_annotations.h     DYNAMIC_ANNOTATIONS_NAME(AnnotateTraceMemory)(__FILE__, __LINE__, address)
address           363 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) \
address           364 base/third_party/dynamic_annotations/dynamic_annotations.h     DYNAMIC_ANNOTATIONS_NAME(AnnotateExpectRace)(__FILE__, __LINE__, address, \
address           396 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
address           397 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(address, size)  /* empty */
address           398 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_SWAP_MEMORY_RANGE(address, size)  /* empty */
address           403 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) /* empty */
address           404 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
address           405 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_FLUSH_EXPECTED_RACES(address, description) /* empty */
address           406 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
address           407 base/third_party/dynamic_annotations/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
address           473 base/third_party/dynamic_annotations/dynamic_annotations.h     const volatile void *address, long size) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK;
address           476 base/third_party/dynamic_annotations/dynamic_annotations.h     const volatile void *address, long size) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK;
address           114 base/win/pe_image.cc PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const {
address           115 base/win/pe_image.cc   PBYTE target = reinterpret_cast<PBYTE>(address);
address           326 base/win/pe_image.cc       PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
address           328 base/win/pe_image.cc       if (!callback(*this, type, address, cookie))
address           523 base/win/pe_image.cc   LPVOID address = RVAToAddr(rva);
address           524 base/win/pe_image.cc   return ImageAddrToOnDiskOffset(address, on_disk_offset);
address           527 base/win/pe_image.cc bool PEImage::ImageAddrToOnDiskOffset(LPVOID address,
address           529 base/win/pe_image.cc   if (NULL == address)
address           533 base/win/pe_image.cc   PIMAGE_SECTION_HEADER section_header = GetImageSectionFromAddr(address);
address           541 base/win/pe_image.cc   DWORD offset_within_section = reinterpret_cast<DWORD>(address) -
address            80 base/win/pe_image.h                                      PVOID address, PVOID cookie);
address           122 base/win/pe_image.h   PIMAGE_SECTION_HEADER GetImageSectionFromAddr(PVOID address) const;
address           224 base/win/pe_image.h   bool ImageAddrToOnDiskOffset(LPVOID address, DWORD *on_disk_offset) const;
address            54 base/win/pe_image_unittest.cc                     PVOID address,
address            66 chrome/browser/chromeos/power/peripheral_battery_observer.cc   std::string address = JoinString(result, ':');
address            67 chrome/browser/chromeos/power/peripheral_battery_observer.cc   return address;
address           118 chrome/browser/chromeos/power/peripheral_battery_observer.cc   std::string address;
address           122 chrome/browser/chromeos/power/peripheral_battery_observer.cc     address = ExtractBluetoothAddress(path);
address           128 chrome/browser/chromeos/power/peripheral_battery_observer.cc   if (address.empty()) {
address           140 chrome/browser/chromeos/power/peripheral_battery_observer.cc     CancelNotification(address);
address           148 chrome/browser/chromeos/power/peripheral_battery_observer.cc   if (batteries_.find(address) == batteries_.end()) {
address           151 chrome/browser/chromeos/power/peripheral_battery_observer.cc       if (PostNotification(address, battery))
address           155 chrome/browser/chromeos/power/peripheral_battery_observer.cc     batteries_[address] = battery;
address           157 chrome/browser/chromeos/power/peripheral_battery_observer.cc     BatteryInfo* battery = &batteries_[address];
address           162 chrome/browser/chromeos/power/peripheral_battery_observer.cc       if (PostNotification(address, *battery))
address           187 chrome/browser/chromeos/power/peripheral_battery_observer.cc void PeripheralBatteryObserver::RemoveBattery(const std::string& address) {
address           189 chrome/browser/chromeos/power/peripheral_battery_observer.cc   std::string address_lowercase = address;
address           199 chrome/browser/chromeos/power/peripheral_battery_observer.cc bool PeripheralBatteryObserver::PostNotification(const std::string& address,
address           226 chrome/browser/chromeos/power/peripheral_battery_observer.cc       base::UTF8ToUTF16(address),
address           227 chrome/browser/chromeos/power/peripheral_battery_observer.cc       new PeripheralBatteryNotificationDelegate(address));
address           236 chrome/browser/chromeos/power/peripheral_battery_observer.cc void PeripheralBatteryObserver::CancelNotification(const std::string& address) {
address           237 chrome/browser/chromeos/power/peripheral_battery_observer.cc   g_browser_process->notification_ui_manager()->CancelById(address);
address            73 chrome/browser/chromeos/power/peripheral_battery_observer.h   void RemoveBattery(const std::string& address);
address            77 chrome/browser/chromeos/power/peripheral_battery_observer.h   bool PostNotification(const std::string& address, const BatteryInfo& battery);
address            79 chrome/browser/chromeos/power/peripheral_battery_observer.h   void CancelNotification(const std::string& address);
address           175 chrome/browser/devtools/adb/android_usb_socket.cc int AndroidUsbSocket::GetPeerAddress(net::IPEndPoint* address) const {
address           177 chrome/browser/devtools/adb/android_usb_socket.cc   *address = net::IPEndPoint(ip, 0);
address           181 chrome/browser/devtools/adb/android_usb_socket.cc int AndroidUsbSocket::GetLocalAddress(net::IPEndPoint* address) const {
address            47 chrome/browser/devtools/adb/android_usb_socket.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            48 chrome/browser/devtools/adb/android_usb_socket.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address           380 chrome/browser/devtools/adb_client_socket_browsertest.cc     net::IPAddressNumber address;
address           381 chrome/browser/devtools/adb_client_socket_browsertest.cc     net::ParseIPLiteralToNumber("127.0.0.1", &address);
address           382 chrome/browser/devtools/adb_client_socket_browsertest.cc     net::IPEndPoint endpoint(address, kAdbPort);
address           314 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothDevice* device = adapter->GetDevice(options.device.address);
address           456 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   std::string address;
address           457 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   EXTENSION_FUNCTION_VALIDATE(options->GetString("deviceAddress", &address));
address           459 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothDevice* device = adapter->GetDevice(address);
address            96 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc   out->address = device.GetAddress();
address           129 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc   out->address = adapter.GetAddress();
address           258 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_EQ(kAdapterAddress, state.address);
address           232 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc   const std::string& device_address = options.device.address;
address           180 chrome/browser/extensions/api/dial/dial_service.cc   IPEndPoint address(bind_ip_address, 0);
address           182 chrome/browser/extensions/api/dial/dial_service.cc   if (!CheckResult("Bind", socket_->Bind(address)))
address           387 chrome/browser/extensions/api/dial/dial_service.cc   IPAddressNumber address;
address           388 chrome/browser/extensions/api/dial/dial_service.cc   bool success = net::ParseIPLiteralToNumber(kDialRequestAddress, &address);
address           390 chrome/browser/extensions/api/dial/dial_service.cc   send_address_ = IPEndPoint(address, kDialRequestPort);
address           469 chrome/browser/extensions/api/dial/dial_service.cc     net::AddressFamily addr_family = net::GetAddressFamily(iter->address);
address           471 chrome/browser/extensions/api/dial/dial_service.cc              << net::IPAddressToString(iter->address)
address           485 chrome/browser/extensions/api/dial/dial_service.cc                 << "adding IP address " << net::IPAddressToString(iter->address)
address           487 chrome/browser/extensions/api/dial/dial_service.cc         ip_addresses.push_back(iter->address);
address            74 chrome/browser/extensions/api/dns/dns_apitest.cc   std::string address;
address            75 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetString("address", &address));
address            76 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_EQ("127.0.0.1", address);
address           101 chrome/browser/extensions/api/dns/dns_apitest.cc   std::string address;
address           102 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetString("address", &address));
address           103 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_EQ(extensions::MockHostResolverCreator::kAddress, address);
address            18 chrome/browser/extensions/api/mdns/dns_sd_device_lister.cc   service->service_host_port = service_description.address.ToString();
address            57 chrome/browser/extensions/api/music_manager_private/device_id.cc       unsigned char address[MAC_LENGTH];
address           167 chrome/browser/extensions/api/music_manager_private/device_id.cc     if (memcmp(invalidAddresses[i].address, bytes, count) == 0) {
address            47 chrome/browser/extensions/api/music_manager_private/device_id_win.cc   void ProcessAdapterAddress(PIP_ADAPTER_ADDRESSES address) {
address            48 chrome/browser/extensions/api/music_manager_private/device_id_win.cc     if (address->IfType == IF_TYPE_TUNNEL)
address            51 chrome/browser/extensions/api/music_manager_private/device_id_win.cc     ProcessPhysicalAddress(address->IfIndex,
address            52 chrome/browser/extensions/api/music_manager_private/device_id_win.cc                            address->PhysicalAddress,
address            53 chrome/browser/extensions/api/music_manager_private/device_id_win.cc                            address->PhysicalAddressLength);
address            49 chrome/browser/extensions/api/socket/tcp_socket_unittest.cc   MOCK_METHOD2(Listen, int(const net::IPEndPoint& address, int backlog));
address            29 chrome/browser/extensions/api/socket/udp_socket_unittest.cc                         const std::string& address,
address            63 chrome/browser/extensions/api/system_network/system_network_api.cc     info->address = net::IPAddressToString(i->address);
address            60 chrome/browser/extensions/api/system_network/system_network_apitest.cc     LOG(INFO) << "Network interface: address=" << network_interface.address
address            63 chrome/browser/extensions/api/system_network/system_network_apitest.cc     ASSERT_NE(std::string(), network_interface.address);
address           788 chrome/browser/extensions/api/usb/usb_api.cc         endpoint_desc->address = endpoint->GetAddress();
address            28 chrome/browser/install_verification/win/imported_module_verification.cc bool AddressBeyondRange(const ModuleInfo& module, uintptr_t address) {
address            29 chrome/browser/install_verification/win/imported_module_verification.cc   return module.base_address + module.size < address;
address            58 chrome/browser/install_verification/win/imported_module_verification.cc     uintptr_t* address = reinterpret_cast<uintptr_t*>(
address            61 chrome/browser/install_verification/win/imported_module_verification.cc     while (*address) {
address            63 chrome/browser/install_verification/win/imported_module_verification.cc           loaded_modules.begin(), loaded_modules.end(), *address,
address            66 chrome/browser/install_verification/win/imported_module_verification.cc           lower_bound->ContainsAddress(*address)) {
address            69 chrome/browser/install_verification/win/imported_module_verification.cc       ++address;
address            30 chrome/browser/install_verification/win/module_info.h   bool ContainsAddress(uintptr_t address) const {
address            31 chrome/browser/install_verification/win/module_info.h     return address >= base_address && address < base_address + size;
address            36 chrome/browser/local_discovery/device_description.cc   address = service_description.address;
address            44 chrome/browser/local_discovery/device_description.h   net::HostPortPair address;
address           189 chrome/browser/local_discovery/privet_device_lister_unittest.cc     service_description_.address = net::HostPortPair("myprinter.local", 6006);
address           235 chrome/browser/local_discovery/privet_device_lister_unittest.cc   EXPECT_EQ(service_description_.address.host(),
address           236 chrome/browser/local_discovery/privet_device_lister_unittest.cc             outgoing_description.address.host());
address           237 chrome/browser/local_discovery/privet_device_lister_unittest.cc   EXPECT_EQ(service_description_.address.port(),
address           238 chrome/browser/local_discovery/privet_device_lister_unittest.cc             outgoing_description.address.port());
address            42 chrome/browser/local_discovery/privet_http_asynchronous_factory.h       const net::HostPortPair& address,
address            17 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc std::string IPAddressToHostString(const net::IPAddressNumber& address) {
address            18 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc   std::string address_str = net::IPAddressToString(address);
address            21 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc   if (address.size() == net::kIPv6AddressSize) {
address            41 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc     const net::HostPortPair& address,
address            45 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc                          address,
address            53 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc     const net::HostPortPair& address,
address            58 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc       hostport_(address),
address            68 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc       address.host(),
address            93 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc   net::IPAddressNumber address = address_ipv4;
address            94 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc   if (address.empty())
address            95 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc     address = address_ipv6;
address            97 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc   DCHECK(!address.empty());
address           100 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc       net::HostPortPair(IPAddressToHostString(address), hostport_.port());
address            23 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h       const net::HostPortPair& address,
address            30 chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h                    const net::HostPortPair& address,
address            20 chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.cc     const net::HostPortPair& address,
address            23 chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.cc       new ResolutionMac(request_context_, name, address, callback));
address            21 chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h       const net::HostPortPair& address,
address            73 chrome/browser/local_discovery/privet_local_printer_lister.cc         description.address,
address           110 chrome/browser/local_discovery/privet_notifications.cc             description.address,
address            78 chrome/browser/local_discovery/privet_notifications_unittest.cc       const net::HostPortPair& address,
address            33 chrome/browser/local_discovery/privet_traffic_detector.cc         net::GetAddressFamily(networks[i].address);
address           125 chrome/browser/local_discovery/privet_traffic_detector.cc   net::IPAddressNumber address_any(multicast_addr.address().size());
address           132 chrome/browser/local_discovery/privet_traffic_detector.cc   return socket_->JoinGroup(multicast_addr.address());
address           137 chrome/browser/local_discovery/privet_traffic_detector.cc     if (net::IPNumberMatchesPrefix(recv_addr_.address(), networks_[i].address,
address            94 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc       device_description.address,
address            68 chrome/browser/media/webrtc_logging_handler_host.cc std::string IPAddressToSensitiveString(const net::IPAddressNumber& address) {
address            71 chrome/browser/media/webrtc_logging_handler_host.cc   switch (net::GetAddressFamily(address)) {
address            73 chrome/browser/media/webrtc_logging_handler_host.cc       sensitive_address = net::IPAddressToString(address);
address            84 chrome/browser/media/webrtc_logging_handler_host.cc       net::IPAddressNumber sensitive_address_number = address;
address            96 chrome/browser/media/webrtc_logging_handler_host.cc   return net::IPAddressToString(address);
address           400 chrome/browser/media/webrtc_logging_handler_host.cc                         IPAddressToSensitiveString(it->address));
address           104 chrome/browser/media/wv_test_license_server_config.cc   net::IPAddressNumber address;
address           105 chrome/browser/media/wv_test_license_server_config.cc   net::ParseIPLiteralToNumber("127.0.0.1", &address);
address           112 chrome/browser/media/wv_test_license_server_config.cc     if (sock.Listen(net::IPEndPoint(address, try_port), 1) == net::OK) {
address           160 chrome/browser/metrics/metrics_log_chromeos.cc     std::string address = device->GetAddress();
address           161 chrome/browser/metrics/metrics_log_chromeos.cc     if (address.size() > 9 &&
address           162 chrome/browser/metrics/metrics_log_chromeos.cc         address[2] == ':' && address[5] == ':' && address[8] == ':') {
address           166 chrome/browser/metrics/metrics_log_chromeos.cc       base::RemoveChars(address.substr(0, 9), ":", &vendor_prefix_str);
address            35 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc       unsigned char address[MAC_LENGTH];
address           145 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc     if (memcmp(kInvalidAddresses[i].address, bytes, count) == 0) {
address           158 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc   void ProcessAdapterAddress(PIP_ADAPTER_ADDRESSES address) {
address           159 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc     if (address->IfType == IF_TYPE_TUNNEL)
address           162 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc     ProcessPhysicalAddress(address->IfIndex,
address           163 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc                            address->PhysicalAddress,
address           164 chrome/browser/prefs/tracked/pref_hash_calculator_helper_win.cc                            address->PhysicalAddressLength);
address            42 chrome/browser/ui/android/autofill/autofill_dialog_result.cc     JNIEnv* env, jobject address) {
address            43 chrome/browser/ui/android/autofill/autofill_dialog_result.cc   if (!address)
address            47 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, Name);
address            50 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, Address1));
address            52 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, Address2));
address            54 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, City);
address            56 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, State);
address            58 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, PostalCode);
address            60 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, PhoneNumber);
address            62 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF8, env, address, ResultAddress, CountryCode);
address           685 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc     info.address = device->GetAddress();
address           719 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc     const std::string& address) {
address           720 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   device::BluetoothDevice* device = bluetooth_adapter_->GetDevice(address);
address           102 chrome/browser/ui/ash/system_tray_delegate_chromeos.h   virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE;
address           192 chrome/browser/ui/ash/system_tray_delegate_win.cc   virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE {
address           323 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const wallet::Address& address) {
address           325 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     if (addresses[i]->EqualsIgnoreID(address))
address           981 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const wallet::Address* address = ActiveShippingAddress();
address           982 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     if (address)
address           983 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       previously_selected_shipping_address_id_ = address->object_id();
address          2870 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                              instruments[i]->address().country_name_code());
address          3543 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       const wallet::Address& address = inputted_instrument ?
address          3544 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           *inputted_instrument->address() : active_instrument->address();
address          3548 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           FindDuplicateAddress(wallet_items_->addresses(), address);
address          3553 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         inputted_address.reset(new wallet::Address(address));
address           711 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     ServerFieldType address = i == 0 ? ADDRESS_HOME_COUNTRY :
address           725 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     outputs[address] = ASCIIToUTF16("United States");
address          1773 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc       new wallet::Address(instrument->address()));
address          2306 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   scoped_ptr<wallet::Address> address(wallet::GetTestShippingAddress());
address          2307 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   address->set_is_complete_address(false);
address          2308 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   wallet_items->AddAddress(address.Pass());
address           213 chrome/browser/ui/autofill/data_model_wrapper.cc     const wallet::Address* address) : address_(address) {}
address           266 chrome/browser/ui/autofill/data_model_wrapper.cc     return instrument_->address().DisplayPhoneNumber();
address           280 chrome/browser/ui/autofill/data_model_wrapper.cc       !instrument_->address().is_complete_address()) {
address           344 chrome/browser/ui/autofill/data_model_wrapper.cc     const ::i18n::addressinput::AddressData* address)
address           345 chrome/browser/ui/autofill/data_model_wrapper.cc     : address_(address) {}
address           149 chrome/browser/ui/autofill/data_model_wrapper.h   explicit WalletAddressWrapper(const wallet::Address* address);
address           218 chrome/browser/ui/autofill/data_model_wrapper.h       const ::i18n::addressinput::AddressData* address);
address            81 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   WalletAddressWrapper address_wrapper(&instrument->address());
address            84 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   const_cast<wallet::Address*>(&instrument->address())->SetPhoneNumber(
address           184 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   const_cast<wallet::Address*>(&instrument->address())->
address           189 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   WalletAddressWrapper address_wrapper(&instrument->address());
address           195 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   const_cast<wallet::Address*>(&instrument->address())->
address           204 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   const_cast<wallet::Address*>(&instrument->address())->
address            29 chrome/browser/ui/autofill/mock_address_validator.h           const ::i18n::addressinput::AddressData& address,
address           172 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       device_descriptions_[device].address,
address           451 chrome/browser/ui/webui/options/autofill_options_handler.cc   base::DictionaryValue address;
address           452 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("guid", profile->guid());
address           455 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.Set("fullName", list.release());
address           456 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("companyName", profile->GetRawInfo(autofill::COMPANY_NAME));
address           457 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("addrLine1",
address           459 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("addrLine2",
address           461 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("city", profile->GetRawInfo(autofill::ADDRESS_HOME_CITY));
address           462 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("state", profile->GetRawInfo(autofill::ADDRESS_HOME_STATE));
address           463 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("postalCode",
address           465 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("country",
address           468 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.Set("phone", list.release());
address           470 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.Set("email", list.release());
address           472 chrome/browser/ui/webui/options/autofill_options_handler.cc   web_ui()->CallJavascriptFunction("AutofillOptions.editAddress", address);
address           283 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   std::string address;
address           284 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   args->GetString(kUpdateDeviceAddressIndex, &address);
address           286 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   device::BluetoothDevice* device = adapter_->GetDevice(address);
address           306 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc         VLOG(1) << "PIN Code supplied: " << address << ": " << auth_token;
address           318 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc         VLOG(1) << "Passkey supplied: " << address << ": " << passkey;
address           321 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc         LOG(WARNING) << "Auth token supplied after pairing ended: " << address
address           331 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc       VLOG(1) << "Connect: " << address;
address           342 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     VLOG(1) << "Cancel pairing: " << address;
address           347 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     VLOG(1) << "Confirm pairing: " << address;
address           351 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     VLOG(1) << "Reject pairing: " << address;
address           355 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     VLOG(1) << "Disconnect device: " << address;
address           363 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     VLOG(1) << "Forget device: " << address;
address           382 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     const std::string& address,
address           390 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   VLOG(1) << "Failed to connect to device: " << address;
address           419 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     ReportError(error_name, address);
address           422 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc void BluetoothOptionsHandler::DisconnectError(const std::string& address) {
address           423 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   VLOG(1) << "Failed to disconnect from device: " << address;
address           424 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   ReportError("bluetoothDisconnectFailed", address);
address           427 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc void BluetoothOptionsHandler::ForgetError(const std::string& address) {
address           428 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   VLOG(1) << "Failed to disconnect and unpair device: " << address;
address           429 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   ReportError("bluetoothForgetFailed", address);
address           558 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     const std::string& address) {
address           561 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   properties.SetString("address", address);
address           592 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   base::StringValue address(device->GetAddress());
address           595 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc       address);
address           136 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h   void ReportError(const std::string& error, const std::string& address);
address           180 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h   void ConnectError(const std::string& address,
address           185 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h   void DisconnectError(const std::string& address);
address           189 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h   void ForgetError(const std::string& address);
address           511 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   std::string address;
address           513 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   if (shill_properties.GetStringWithoutPathExpansion(address_key, &address)) {
address           514 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     ip_info_dict->SetString(kIpConfigAddress, address);
address           515 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     VLOG(2) << "Found " << address_key << ": " << address;
address          1436 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   std::string address, netmask, gateway, name_server_type, name_servers;
address          1439 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc       !args->GetString(2, &address) ||
address          1466 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc         address, shill_properties, &properties_to_set);
address          1542 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       device_description->address,
address           543 chrome/browser/usb/usb_device_handle.cc   unsigned char address = endpoint & LIBUSB_ENDPOINT_ADDRESS_MASK;
address           544 chrome/browser/usb/usb_device_handle.cc   if (ContainsKey(endpoint_map_, address))
address           545 chrome/browser/usb/usb_device_handle.cc     return claimed_interfaces_[endpoint_map_[address]];
address            48 chrome/common/local_discovery/local_discovery_messages.h   IPC_STRUCT_TRAITS_MEMBER(address)
address            37 chrome/common/local_discovery/service_discovery_client.h   net::HostPortPair address;
address           208 chrome/common/mac/mock_launchd.cc   base::ScopedCFTypeRef<CFDataRef> address(
address           210 chrome/common/mac/mock_launchd.cc   signature.address = address;
address            28 chrome/common/multi_process_lock_linux.cc     struct sockaddr_un address;
address            32 chrome/common/multi_process_lock_linux.cc     const size_t max_len = sizeof(address.sun_path) - 2;
address            45 chrome/common/multi_process_lock_linux.cc     memset(&address, 0, sizeof(address));
address            46 chrome/common/multi_process_lock_linux.cc     int print_length = snprintf(&address.sun_path[1],
address            58 chrome/common/multi_process_lock_linux.cc     address.sun_path[0] = '@';
address            59 chrome/common/multi_process_lock_linux.cc     size_t length = SUN_LEN(&address);
address            63 chrome/common/multi_process_lock_linux.cc     address.sun_path[0] = 0;
address            64 chrome/common/multi_process_lock_linux.cc     address.sun_family = AF_LOCAL;
address            73 chrome/common/multi_process_lock_linux.cc              reinterpret_cast<sockaddr *>(&address),
address            79 chrome/common/multi_process_lock_linux.cc                << &(address.sun_path[1])
address           416 chrome/renderer/extensions/cast_streaming_native_handler.cc   if (!net::ParseIPLiteralToNumber(destination->address, &ip)) {
address            68 chrome/test/chromedriver/chrome/devtools_http_client.cc     const NetAddress& address,
address            73 chrome/test/chromedriver/chrome/devtools_http_client.cc       server_url_("http://" + address.ToString()),
address            75 chrome/test/chromedriver/chrome/devtools_http_client.cc           "ws://%s/devtools/page/", address.ToString().c_str())) {}
address            64 chrome/test/chromedriver/chrome/devtools_http_client.h       const NetAddress& address,
address           156 chrome/test/chromedriver/chrome_launcher.cc     const NetAddress& address,
address           161 chrome/test/chromedriver/chrome_launcher.cc       address, context_getter, socket_factory));
address            59 chrome/test/chromedriver/net/net_util_unittest.cc     net::IPEndPoint address;
address            60 chrome/test/chromedriver/net/net_util_unittest.cc     CHECK_EQ(net::OK, server_->GetLocalAddress(&address));
address            61 chrome/test/chromedriver/net/net_util_unittest.cc     server_url_ = base::StringPrintf("http://127.0.0.1:%d", address.port());
address           158 chrome/test/chromedriver/net/port_server.cc     net::IPAddressNumber address(parts, parts + arraysize(parts));
address           161 chrome/test/chromedriver/net/port_server.cc     if (sock.Listen(net::IPEndPoint(address, try_port), 1) == net::OK)
address           134 chrome/test/chromedriver/net/test_http_server.cc   net::IPEndPoint address;
address           135 chrome/test/chromedriver/net/test_http_server.cc   int error = server_->GetLocalAddress(&address);
address           140 chrome/test/chromedriver/net/test_http_server.cc                                               address.port()));
address            33 chrome/test/chromedriver/net/websocket.cc bool ResolveHost(const std::string& host, net::IPAddressNumber* address) {
address            50 chrome/test/chromedriver/net/websocket.cc       *address = end_point.address();
address            74 chrome/test/chromedriver/net/websocket.cc   net::IPAddressNumber address;
address            75 chrome/test/chromedriver/net/websocket.cc   if (!net::ParseIPLiteralToNumber(url_.HostNoBrackets(), &address)) {
address            76 chrome/test/chromedriver/net/websocket.cc     if (!ResolveHost(url_.HostNoBrackets(), &address)) {
address            83 chrome/test/chromedriver/net/websocket.cc   net::AddressList addresses(net::IPEndPoint(address, port));
address            54 chrome/test/chromedriver/server/chromedriver_server.cc     net::IPEndPoint address;
address            55 chrome/test/chromedriver/server/chromedriver_server.cc     return server_->GetLocalAddress(&address) == net::OK;
address           229 chrome/test/chromedriver/server/chromedriver_server.cc     std::string address = cmd_line->GetSwitchValueASCII("port-server");
address           230 chrome/test/chromedriver/server/chromedriver_server.cc     if (address.empty() || address[0] != '@') {
address           237 chrome/test/chromedriver/server/chromedriver_server.cc     path += address.substr(1);
address            52 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc   printf("\tAddress: %s:%d\n", service.address.host().c_str(),
address            53 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc          service.address.port());
address            67 chrome/utility/local_discovery/local_domain_resolver_unittest.cc   std::string IPAddressToStringWithEmpty(const net::IPAddressNumber& address) {
address            68 chrome/utility/local_discovery/local_domain_resolver_unittest.cc     if (address.empty()) return "";
address            69 chrome/utility/local_discovery/local_domain_resolver_unittest.cc     return net::IPAddressToString(address);
address           383 chrome/utility/local_discovery/service_discovery_client_impl.cc       service_staging_.address.host(),
address           409 chrome/utility/local_discovery/service_discovery_client_impl.cc     service_staging_.address = RecordToAddress(record);
address           502 chrome/utility/local_discovery/service_discovery_client_impl.cc   return a_rdata->address();
address           549 chrome/utility/local_discovery/service_discovery_client_impl.cc       address_ipv4_ = rdata->address();
address           553 chrome/utility/local_discovery/service_discovery_client_impl.cc       address_ipv6_ = rdata->address();
address           432 chrome/utility/local_discovery/service_discovery_client_unittest.cc                                 service_description.address.ToString(),
address            50 chrome_elf/blacklist/blacklist_interceptions.cc base::string16 GetBackingModuleFilePath(PVOID address) {
address            66 chrome_elf/blacklist/blacklist_interceptions.cc         NtCurrentProcess, address, MemorySectionName, section_name,
address            28 chromeos/dbus/bluetooth_adapter_client.cc   RegisterProperty(bluetooth_adapter::kAddressProperty, &address);
address            28 chromeos/dbus/bluetooth_adapter_client.h     dbus::Property<std::string> address;
address            29 chromeos/dbus/bluetooth_device_client.cc   RegisterProperty(bluetooth_device::kAddressProperty, &address);
address            28 chromeos/dbus/bluetooth_device_client.h     dbus::Property<std::string> address;
address            84 chromeos/dbus/fake_bluetooth_adapter_client.cc   properties_->address.ReplaceValue(kAdapterAddress);
address            92 chromeos/dbus/fake_bluetooth_adapter_client.cc   second_properties_->address.ReplaceValue(kSecondAdapterAddress);
address           228 chromeos/dbus/fake_bluetooth_device_client.cc   properties->address.ReplaceValue(kPairedDeviceAddress);
address           519 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kLegacyAutopairAddress);
address           529 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kDisplayPinCodeAddress);
address           539 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kVanishingDeviceAddress);
address           545 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kConnectUnpairableAddress);
address           555 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kDisplayPasskeyAddress);
address           565 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kRequestPinCodeAddress);
address           571 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kConfirmPasskeyAddress);
address           577 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kRequestPasskeyAddress);
address           583 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kUnconnectableDeviceAddress);
address           589 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kUnpairableDeviceAddress);
address           595 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kJustWorksAddress);
address           601 chromeos/dbus/fake_bluetooth_device_client.cc     properties->address.ReplaceValue(kLowEnergyAddress);
address            32 chromeos/network/network_ip_config.cc     const std::string& address, const std::string& netmask,
address            36 chromeos/network/network_ip_config.cc       address(address),
address            47 chromeos/network/network_ip_config.cc       + " address: " + address
address            32 chromeos/network/network_ip_config.h                   const std::string& address, const std::string& netmask,
address            40 chromeos/network/network_ip_config.h   std::string address;
address           124 cloud_print/gcp20/prototype/printer.cc     if (iter->address.size() == expected_address_size &&
address           126 cloud_print/gcp20/prototype/printer.cc       return iter->address;
address           110 cloud_print/gcp20/prototype/privet_http_server.cc   net::IPEndPoint address;
address           112 cloud_print/gcp20/prototype/privet_http_server.cc   if (server_->GetLocalAddress(&address) != net::OK) {
address           117 cloud_print/gcp20/prototype/privet_http_server.cc   VLOG(1) << "Address of HTTP server: " << address.ToString();
address            76 components/autofill/content/browser/wallet/instrument.cc                        scoped_ptr<Address> address)
address            82 components/autofill/content/browser/wallet/instrument.cc       address_(address.Pass()) {
address            92 components/autofill/content/browser/wallet/instrument.cc       address_(instrument.address() ?
address            93 components/autofill/content/browser/wallet/instrument.cc           new Address(*instrument.address()) : NULL) {
address            50 components/autofill/content/browser/wallet/instrument.h              scoped_ptr<Address> address);
address            66 components/autofill/content/browser/wallet/instrument.h   const Address* address() const { return address_.get(); }
address            19 components/autofill/content/browser/wallet/mock_wallet_client.cc     scoped_ptr<Address> address,
address            23 components/autofill/content/browser/wallet/mock_wallet_client.cc                    address.get(),
address            46 components/autofill/content/browser/wallet/mock_wallet_client.h       scoped_ptr<Address> address,
address            52 components/autofill/content/browser/wallet/mock_wallet_client.h            Address* address,
address            90 components/autofill/content/browser/wallet/wallet_address.cc   Address* address = new Address(country_name_code,
address           103 components/autofill/content/browser/wallet/wallet_address.cc     address->set_is_complete_address(!is_minimal_address);
address           107 components/autofill/content/browser/wallet/wallet_address.cc   return address;
address           240 components/autofill/content/browser/wallet/wallet_address.cc   scoped_ptr<Address> address(
address           251 components/autofill/content/browser/wallet/wallet_address.cc   address->set_is_complete_address(address_state == kFullAddress);
address           253 components/autofill/content/browser/wallet/wallet_address.cc   return address.Pass();
address           262 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("US",
address           272 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(address, *Address::CreateAddress(*dict_));
address           300 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("US",
address           310 components/autofill/content/browser/wallet/wallet_address_unittest.cc   address.set_is_complete_address(false);
address           311 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(address, *Address::CreateAddress(*dict_));
address           312 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(address, *Address::CreateAddressWithID(*dict_));
address           332 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("US",
address           342 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(address, *Address::CreateDisplayAddress(*dict_));
address           366 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("US",
address           401 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("US",
address           412 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_TRUE(expected.Equals(address.ToDictionaryWithID().get()));
address           418 components/autofill/content/browser/wallet/wallet_address_unittest.cc   Address address("FR",
address           430 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("FR"), address.GetInfo(type, "en-US"));
address           433 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
address           436 components/autofill/content/browser/wallet/wallet_address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
address           358 components/autofill/content/browser/wallet/wallet_client.cc     scoped_ptr<Address> address,
address           361 components/autofill/content/browser/wallet/wallet_client.cc   DCHECK(instrument || address);
address           382 components/autofill/content/browser/wallet/wallet_client.cc                              instrument->address()->phone_number());
address           392 components/autofill/content/browser/wallet/wallet_client.cc       DCHECK(instrument->address() || expiration_date_changed);
address           397 components/autofill/content/browser/wallet/wallet_client.cc       if (instrument->address()) {
address           399 components/autofill/content/browser/wallet/wallet_client.cc                                instrument->address()->phone_number());
address           402 components/autofill/content/browser/wallet/wallet_client.cc             instrument->address()->ToDictionaryWithoutID().release());
address           418 components/autofill/content/browser/wallet/wallet_client.cc   if (address) {
address           420 components/autofill/content/browser/wallet/wallet_client.cc       address->set_object_id(reference_address->object_id());
address           421 components/autofill/content/browser/wallet/wallet_client.cc       DCHECK(!address->object_id().empty());
address           424 components/autofill/content/browser/wallet/wallet_client.cc                      address->ToDictionaryWithID().release());
address           178 components/autofill/content/browser/wallet/wallet_client.h       scoped_ptr<Address> address,
address          1216 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1218 components/autofill/content/browser/wallet/wallet_client_unittest.cc                                address.Pass(),
address          1248 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1250 components/autofill/content/browser/wallet/wallet_client_unittest.cc                                address.Pass(),
address          1266 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1268 components/autofill/content/browser/wallet/wallet_client_unittest.cc                                address.Pass(),
address          1284 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1286 components/autofill/content/browser/wallet/wallet_client_unittest.cc                                address.Pass(),
address          1403 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1404 components/autofill/content/browser/wallet/wallet_client_unittest.cc   wallet_client_->SaveToWallet(instrument.Pass(), address.Pass(), NULL, NULL);
address          1437 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1438 components/autofill/content/browser/wallet/wallet_client_unittest.cc   wallet_client_->SaveToWallet(instrument.Pass(), address.Pass(), NULL, NULL);
address          1458 components/autofill/content/browser/wallet/wallet_client_unittest.cc   scoped_ptr<Address> address = GetTestSaveableAddress();
address          1459 components/autofill/content/browser/wallet/wallet_client_unittest.cc   wallet_client_->SaveToWallet(instrument.Pass(), address.Pass(), NULL, NULL);
address           109 components/autofill/content/browser/wallet/wallet_items.cc     scoped_ptr<Address> address,
address           117 components/autofill/content/browser/wallet/wallet_items.cc       address_(address.Pass()),
address           163 components/autofill/content/browser/wallet/wallet_items.cc   scoped_ptr<Address> address = Address::CreateDisplayAddress(*address_dict);
address           165 components/autofill/content/browser/wallet/wallet_items.cc   if (!address) {
address           187 components/autofill/content/browser/wallet/wallet_items.cc                                                            address.Pass(),
address           289 components/autofill/content/browser/wallet/wallet_items.cc   return address().DisplayName();
address           335 components/autofill/content/browser/wallet/wallet_items.cc     return address().GetInfo(type, app_locale);
address           339 components/autofill/content/browser/wallet/wallet_items.cc       return address().recipient_name();
address           532 components/autofill/content/browser/wallet/wallet_items.cc         scoped_ptr<Address> address(
address           534 components/autofill/content/browser/wallet/wallet_items.cc         if (address)
address           535 components/autofill/content/browser/wallet/wallet_items.cc           wallet_items->AddAddress(address.Pass());
address           110 components/autofill/content/browser/wallet/wallet_items.h     const Address& address() const { return *address_; }
address           118 components/autofill/content/browser/wallet/wallet_items.h         scoped_ptr<Address> address,
address           133 components/autofill/content/browser/wallet/wallet_items.h                      scoped_ptr<Address> address,
address           223 components/autofill/content/browser/wallet/wallet_items.h   void AddAddress(scoped_ptr<Address> address) {
address           224 components/autofill/content/browser/wallet/wallet_items.h     DCHECK(address);
address           225 components/autofill/content/browser/wallet/wallet_items.h     addresses_.push_back(address.release());
address           423 components/autofill/content/browser/wallet/wallet_items_unittest.cc   scoped_ptr<Address> address(
address           440 components/autofill/content/browser/wallet/wallet_items_unittest.cc       address.Pass(),
address            36 components/autofill/content/browser/wallet/wallet_test_util.cc     scoped_ptr<Address> address,
address            45 components/autofill/content/browser/wallet/wallet_test_util.cc                                         address.Pass(),
address            61 components/autofill/content/browser/wallet/wallet_test_util.cc     const std::string& id, scoped_ptr<Address> address) {
address            64 components/autofill/content/browser/wallet/wallet_test_util.cc       address.Pass(),
address            99 components/autofill/content/browser/wallet/wallet_test_util.cc   scoped_ptr<Address> address = GetTestAddress();
address           100 components/autofill/content/browser/wallet/wallet_test_util.cc   address->set_is_complete_address(false);
address           101 components/autofill/content/browser/wallet/wallet_test_util.cc   return address.Pass();
address           244 components/autofill/content/browser/wallet/wallet_test_util.cc   scoped_ptr<Address> address = GetTestShippingAddress();
address           245 components/autofill/content/browser/wallet/wallet_test_util.cc   address->set_object_id("address_id");
address           246 components/autofill/content/browser/wallet/wallet_test_util.cc   return address.Pass();
address            45 components/autofill/content/browser/wallet/wallet_test_util.h         const std::string& id, scoped_ptr<Address> address);
address            48 components/autofill/content/browser/wallet/wallet_test_util.h     scoped_ptr<Address> address,
address            23 components/autofill/core/browser/address.cc Address::Address(const Address& address) : FormGroup() {
address            24 components/autofill/core/browser/address.cc   *this = address;
address            29 components/autofill/core/browser/address.cc Address& Address::operator=(const Address& address) {
address            30 components/autofill/core/browser/address.cc   if (this == &address)
address            33 components/autofill/core/browser/address.cc   street_address_ = address.street_address_;
address            34 components/autofill/core/browser/address.cc   dependent_locality_ = address.dependent_locality_;
address            35 components/autofill/core/browser/address.cc   city_ = address.city_;
address            36 components/autofill/core/browser/address.cc   state_ = address.state_;
address            37 components/autofill/core/browser/address.cc   country_code_ = address.country_code_;
address            38 components/autofill/core/browser/address.cc   zip_code_ = address.zip_code_;
address            39 components/autofill/core/browser/address.cc   sorting_code_ = address.sorting_code_;
address            21 components/autofill/core/browser/address.h   Address(const Address& address);
address            24 components/autofill/core/browser/address.h   Address& operator=(const Address& address);
address            20 components/autofill/core/browser/address_unittest.cc   Address address;
address            21 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            25 components/autofill/core/browser/address_unittest.cc       address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            28 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            30 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            32 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(
address            35 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(
address            39 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("CA"));
address            40 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            42 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(
address            45 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(
address            52 components/autofill/core/browser/address_unittest.cc   Address address;
address            53 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            56 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            60 components/autofill/core/browser/address_unittest.cc       address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            61 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("US"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            65 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            67 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            68 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("US"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            72 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            74 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            75 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("CA"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            79 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            81 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            82 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("JP"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            86 components/autofill/core/browser/address_unittest.cc   address.SetInfo(
address            88 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            89 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address            95 components/autofill/core/browser/address_unittest.cc   address.SetInfo(html_type_country_code, ASCIIToUTF16("US"), "en-US");
address            96 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address            97 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("US"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address           102 components/autofill/core/browser/address_unittest.cc   address.SetInfo(html_type_country_code, ASCIIToUTF16("cA"), "en-US");
address           103 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address           104 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("CA"), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address           108 components/autofill/core/browser/address_unittest.cc   address.SetInfo(html_type_country_code, ASCIIToUTF16("unknown"), "en-US");
address           109 components/autofill/core/browser/address_unittest.cc   country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
address           110 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address           116 components/autofill/core/browser/address_unittest.cc   Address address;
address           117 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
address           129 components/autofill/core/browser/address_unittest.cc     address.GetMatchingTypes(ASCIIToUTF16(kValidMatches[i]), "US",
address           141 components/autofill/core/browser/address_unittest.cc     address.GetMatchingTypes(ASCIIToUTF16(kInvalidMatches[i]), "US",
address           147 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_COUNTRY, base::string16());
address           148 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_COUNTRY));
address           150 components/autofill/core/browser/address_unittest.cc   address.GetMatchingTypes(ASCIIToUTF16("Garbage"), "US", &matching_types);
address           159 components/autofill/core/browser/address_unittest.cc   Address address;
address           160 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           161 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           162 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetInfo(type, "en-US"));
address           165 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           166 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           167 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           168 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("123 Example Ave."), address.GetInfo(type, "en-US"));
address           171 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, base::string16());
address           172 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt 42."));
address           173 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           174 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           175 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("\nApt 42."), address.GetInfo(type, "en-US"));
address           178 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           179 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           180 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           181 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           184 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           187 components/autofill/core/browser/address_unittest.cc             address.GetInfo(type, "en-US"));
address           194 components/autofill/core/browser/address_unittest.cc   Address address;
address           195 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           196 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           199 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, base::string16());
address           201 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           204 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, base::string16());
address           205 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           217 components/autofill/core/browser/address_unittest.cc   Address address;
address           218 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           219 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           221 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS, long_street_address);
address           223 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_LINE1));
address           224 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Apt. 42"), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           226 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           229 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS, short_street_address);
address           231 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_LINE1));
address           232 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           235 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS, long_street_address);
address           236 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS, empty_street_address);
address           237 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           238 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           255 components/autofill/core/browser/address_unittest.cc   Address address;
address           256 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           257 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           258 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           259 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           264 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.SetInfo(type, one_line_street_address, "en-US"));
address           265 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           266 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           269 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.SetInfo(type, multi_line_street_address, "en-US"));
address           271 components/autofill/core/browser/address_unittest.cc             address.GetRawInfo(ADDRESS_HOME_LINE1));
address           272 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Unit 3.14"), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           276 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           277 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           278 components/autofill/core/browser/address_unittest.cc   EXPECT_TRUE(address.SetInfo(type, empty_street_address, "en-US"));
address           279 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           280 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           287 components/autofill/core/browser/address_unittest.cc   Address address;
address           288 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           289 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           290 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           291 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           292 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS).empty());
address           296 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.SetInfo(AutofillType(ADDRESS_HOME_STREET_ADDRESS),
address           301 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           302 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           303 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           310 components/autofill/core/browser/address_unittest.cc   Address address;
address           311 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           312 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           313 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           314 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           315 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS).empty());
address           319 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.SetInfo(AutofillType(ADDRESS_HOME_STREET_ADDRESS),
address           324 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           325 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           326 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address           333 components/autofill/core/browser/address_unittest.cc   Address address;
address           334 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("123 Example Ave."));
address           335 components/autofill/core/browser/address_unittest.cc   address.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("Apt. 42"));
address           336 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE1).empty());
address           337 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_LINE2).empty());
address           338 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS).empty());
address           342 components/autofill/core/browser/address_unittest.cc   EXPECT_FALSE(address.SetInfo(AutofillType(ADDRESS_HOME_STREET_ADDRESS),
address           347 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE1));
address           348 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_LINE2));
address           349 components/autofill/core/browser/address_unittest.cc   EXPECT_EQ(base::string16(), address.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
address            82 content/browser/renderer_host/p2p/socket_dispatcher_host.cc       list.push_back(iter->address());
address           225 content/browser/renderer_host/p2p/socket_host_tcp.cc   net::IPEndPoint address;
address           226 content/browser/renderer_host/p2p/socket_host_tcp.cc   int result = socket_->GetLocalAddress(&address);
address           234 content/browser/renderer_host/p2p/socket_host_tcp.cc   VLOG(1) << "Local address: " << address.ToString();
address           240 content/browser/renderer_host/p2p/socket_host_tcp.cc   message_sender_->Send(new P2PMsg_OnSocketCreated(id_, address));
address            96 content/browser/renderer_host/p2p/socket_host_tcp_server.cc   net::IPEndPoint address;
address            97 content/browser/renderer_host/p2p/socket_host_tcp_server.cc   if (accept_socket_->GetPeerAddress(&address) != net::OK) {
address           102 content/browser/renderer_host/p2p/socket_host_tcp_server.cc   AcceptedSocketsMap::iterator it = accepted_sockets_.find(address);
address           106 content/browser/renderer_host/p2p/socket_host_tcp_server.cc   accepted_sockets_[address] = accept_socket_.release();
address           108 content/browser/renderer_host/p2p/socket_host_tcp_server.cc       new P2PMsg_OnIncomingTcpConnection(id_, address));
address            50 content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc   virtual int Listen(const net::IPEndPoint& address, int backlog) OVERRIDE {
address            51 content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc     local_address_ = address;
address            56 content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE {
address            57 content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc     *address = local_address_;
address           132 content/browser/renderer_host/p2p/socket_host_test_utils.cc int FakeSocket::GetPeerAddress(net::IPEndPoint* address) const {
address           133 content/browser/renderer_host/p2p/socket_host_test_utils.cc   *address = peer_address_;
address           137 content/browser/renderer_host/p2p/socket_host_test_utils.cc int FakeSocket::GetLocalAddress(net::IPEndPoint* address) const {
address           138 content/browser/renderer_host/p2p/socket_host_test_utils.cc   *address = local_address_;
address            54 content/browser/renderer_host/p2p/socket_host_test_utils.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            55 content/browser/renderer_host/p2p/socket_host_test_utils.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address           106 content/browser/renderer_host/p2p/socket_host_test_utils.h MATCHER_P(MatchIncomingSocketMessage, address, "") {
address           112 content/browser/renderer_host/p2p/socket_host_test_utils.h   return params.b == address;
address           103 content/browser/renderer_host/p2p/socket_host_udp.cc   net::IPEndPoint address;
address           104 content/browser/renderer_host/p2p/socket_host_udp.cc   result = socket_->GetLocalAddress(&address);
address           111 content/browser/renderer_host/p2p/socket_host_udp.cc   VLOG(1) << "Local address: " << address.ToString();
address           115 content/browser/renderer_host/p2p/socket_host_udp.cc   message_sender_->Send(new P2PMsg_OnSocketCreated(id_, address));
address            52 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE {
address            57 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE {
address            58 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc     *address = address_;
address            62 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc   virtual int Listen(const net::IPEndPoint& address) OVERRIDE {
address            63 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc     address_ = address;
address            68 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc                        net::IPEndPoint* address,
address            76 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc       *address = incoming_packets_.front().first;
address            83 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc       recv_address_ = address;
address            89 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc                      const net::IPEndPoint& address,
address            93 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc     sent_packets_->push_back(UDPPacket(address, data_vector));
address           105 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc   void ReceivePacket(const net::IPEndPoint& address, std::vector<char> data) {
address           109 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc       *recv_address_ = address;
address           115 content/browser/renderer_host/p2p/socket_host_udp_unittest.cc       incoming_packets_.push_back(UDPPacket(address, data));
address            68 content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.cc   PP_NetAddress_Private address;
address            70 content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.cc     if (!ppapi::NetAddressPrivateImpl::IPEndPointToNetAddress(list[i].address(),
address            72 content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.cc                                                               &address)) {
address            76 content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.cc     net_address_list->push_back(address);
address           106 content/browser/renderer_host/pepper/pepper_network_monitor_host.cc         network.address, 0, &(network_copy.addresses[0]));
address            32 content/browser/renderer_host/pepper/pepper_socket_utils.cc   std::vector<unsigned char> address;
address            34 content/browser/renderer_host/pepper/pepper_socket_utils.cc                                                        &address,
address           161 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc   net::IPAddressNumber address;
address           164 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc       !NetAddressPrivateImpl::NetAddressToIPEndPoint(addr, &address, &port)) {
address           175 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc     net::IPEndPoint ip_end_point(address, port);
address           218 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc   if (!NetAddressPrivateImpl::IPEndPointToNetAddress(end_point.address(),
address           260 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc           ip_end_point_local.address(),
address           264 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc           accepted_address_.address(),
address           111 content/browser/renderer_host/pepper/pepper_tcp_socket.cc   net::IPAddressNumber address;
address           113 content/browser/renderer_host/pepper/pepper_tcp_socket.cc   if (!NetAddressPrivateImpl::NetAddressToIPEndPoint(net_addr, &address,
address           121 content/browser/renderer_host/pepper/pepper_tcp_socket.cc   address_list_.push_back(net::IPEndPoint(address, port));
address           432 content/browser/renderer_host/pepper/pepper_tcp_socket.cc             ip_end_point_local.address(),
address           436 content/browser/renderer_host/pepper/pepper_tcp_socket.cc             ip_end_point_remote.address(),
address           494 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc     net::IPAddressNumber address;
address           496 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc     if (!NetAddressPrivateImpl::NetAddressToIPEndPoint(net_addr, &address,
address           501 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc     net::IPEndPoint bind_addr(address, port);
address           525 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc             ip_end_point_local.address(),
address           583 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc   net::IPAddressNumber address;
address           585 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc   if (!NetAddressPrivateImpl::NetAddressToIPEndPoint(net_addr, &address,
address           595 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc   address_list_.push_back(net::IPEndPoint(address, port));
address           718 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc             ip_end_point_local.address(),
address           722 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc             ip_end_point_remote.address(),
address           846 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc           ip_end_point_local.address(),
address           850 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc           accepted_address_.address(),
address           272 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc   net::IPAddressNumber address;
address           274 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc   if (!NetAddressPrivateImpl::NetAddressToIPEndPoint(addr, &address, &port)) {
address           285 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc       socket->Listen(net::IPEndPoint(address, port)));
address           300 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc   if (!NetAddressPrivateImpl::IPEndPointToNetAddress(bound_address.address(),
address           343 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc   net::IPAddressNumber address;
address           345 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc   if (!NetAddressPrivateImpl::NetAddressToIPEndPoint(addr, &address, &port)) {
address           355 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc       net::IPEndPoint(address, port),
address           383 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc           recvfrom_address_.address(), recvfrom_address_.port(), &addr)) {
address            51 content/common/android/address_parser.cc bool FindAddress(const base::string16& text, base::string16* address) {
address            55 content/common/android/address_parser.cc     address->assign(text.substr(start, len));
address            20 content/common/android/address_parser.h bool FindAddress(const base::string16& text, base::string16* address);
address            80 content/common/gpu/media/exynos_video_encode_accelerator.cc     : at_device(false), address(NULL), length(0) {}
address           726 content/common/gpu/media/exynos_video_encode_accelerator.cc     void* output_data = output_record.address;
address          1443 content/common/gpu/media/exynos_video_encode_accelerator.cc     void* address = mmap(NULL, buffer.m.planes[0].length,
address          1446 content/common/gpu/media/exynos_video_encode_accelerator.cc     if (address == MAP_FAILED) {
address          1450 content/common/gpu/media/exynos_video_encode_accelerator.cc     mfc_output_buffer_map_[i].address = address;
address          1522 content/common/gpu/media/exynos_video_encode_accelerator.cc     if (mfc_output_buffer_map_[i].address != NULL) {
address          1523 content/common/gpu/media/exynos_video_encode_accelerator.cc       munmap(mfc_output_buffer_map_[i].address,
address            90 content/common/gpu/media/exynos_video_encode_accelerator.h     void* address;
address           126 content/common/gpu/media/v4l2_video_decode_accelerator.cc       address(NULL),
address           823 content/common/gpu/media/v4l2_video_decode_accelerator.cc       reinterpret_cast<uint8*>(input_record.address) + input_record.bytes_used,
address          1687 content/common/gpu/media/v4l2_video_decode_accelerator.cc     void* address = device_->Mmap(NULL,
address          1692 content/common/gpu/media/v4l2_video_decode_accelerator.cc     if (address == MAP_FAILED) {
address          1696 content/common/gpu/media/v4l2_video_decode_accelerator.cc     input_buffer_map_[i].address = address;
address          1765 content/common/gpu/media/v4l2_video_decode_accelerator.cc     if (input_buffer_map_[i].address != NULL) {
address          1766 content/common/gpu/media/v4l2_video_decode_accelerator.cc       device_->Munmap(input_buffer_map_[i].address,
address           146 content/common/gpu/media/v4l2_video_decode_accelerator.h     void* address;          // mmap() address.
address            29 content/common/p2p_messages.h   IPC_STRUCT_TRAITS_MEMBER(address)
address           136 content/public/common/common_param_traits.cc   WriteParam(m, p.address());
address           142 content/public/common/common_param_traits.cc   net::IPAddressNumber address;
address           144 content/public/common/common_param_traits.cc   if (!ReadParam(m, iter, &address) || !ReadParam(m, iter, &port))
address           146 content/public/common/common_param_traits.cc   if (address.size() &&
address           147 content/public/common/common_param_traits.cc       address.size() != net::kIPv4AddressSize &&
address           148 content/public/common/common_param_traits.cc       address.size() != net::kIPv6AddressSize) {
address           151 content/public/common/common_param_traits.cc   *p = net::IPEndPoint(address, port);
address            55 content/renderer/p2p/host_address_request.h   void OnResponse(const net::IPAddressList& address);
address            56 content/renderer/p2p/host_address_request.h   void DeliverResponse(const net::IPAddressList& address);
address            58 content/renderer/p2p/ipc_network_manager.cc     if (it->address.size() == net::kIPv4AddressSize) {
address            59 content/renderer/p2p/ipc_network_manager.cc       uint32 address;
address            60 content/renderer/p2p/ipc_network_manager.cc       memcpy(&address, &it->address[0], sizeof(uint32));
address            61 content/renderer/p2p/ipc_network_manager.cc       address = talk_base::NetworkToHost32(address);
address            63 content/renderer/p2p/ipc_network_manager.cc           it->name, it->name, talk_base::IPAddress(address), 32);
address            64 content/renderer/p2p/ipc_network_manager.cc       network->AddIP(talk_base::IPAddress(address));
address            66 content/renderer/p2p/ipc_network_manager.cc     } else if (it->address.size() == net::kIPv6AddressSize) {
address            67 content/renderer/p2p/ipc_network_manager.cc       in6_addr address;
address            68 content/renderer/p2p/ipc_network_manager.cc       memcpy(&address, &it->address[0], sizeof(in6_addr));
address            69 content/renderer/p2p/ipc_network_manager.cc       talk_base::IPAddress ip6_addr(address);
address            94 content/renderer/p2p/ipc_socket_factory.cc   virtual void OnOpen(const net::IPEndPoint& address) OVERRIDE;
address            96 content/renderer/p2p/ipc_socket_factory.cc       const net::IPEndPoint& address,
address           100 content/renderer/p2p/ipc_socket_factory.cc   virtual void OnDataReceived(const net::IPEndPoint& address,
address           284 content/renderer/p2p/ipc_socket_factory.cc                             const talk_base::SocketAddress& address,
address           319 content/renderer/p2p/ipc_socket_factory.cc   if (!jingle_glue::SocketAddressToIPEndPoint(address, &address_chrome)) {
address           420 content/renderer/p2p/ipc_socket_factory.cc void IpcPacketSocket::OnOpen(const net::IPEndPoint& address) {
address           423 content/renderer/p2p/ipc_socket_factory.cc   if (!jingle_glue::IPEndPointToSocketAddress(address, &local_address_)) {
address           445 content/renderer/p2p/ipc_socket_factory.cc     const net::IPEndPoint& address,
address           452 content/renderer/p2p/ipc_socket_factory.cc   if (!jingle_glue::IPEndPointToSocketAddress(address, &remote_address)) {
address           481 content/renderer/p2p/ipc_socket_factory.cc void IpcPacketSocket::OnDataReceived(const net::IPEndPoint& address,
address           487 content/renderer/p2p/ipc_socket_factory.cc   if (!jingle_glue::IPEndPointToSocketAddress(address, &address_lj)) {
address            40 content/renderer/p2p/socket_client.h   virtual void Send(const net::IPEndPoint& address,
address            45 content/renderer/p2p/socket_client.h   virtual void SendWithDscp(const net::IPEndPoint& address,
address            25 content/renderer/p2p/socket_client_delegate.h   virtual void OnOpen(const net::IPEndPoint& address) = 0;
address            29 content/renderer/p2p/socket_client_delegate.h   virtual void OnIncomingTcpConnection(const net::IPEndPoint& address,
address            39 content/renderer/p2p/socket_client_delegate.h   virtual void OnDataReceived(const net::IPEndPoint& address,
address            72 content/renderer/p2p/socket_client_impl.cc     const net::IPEndPoint& address,
address            78 content/renderer/p2p/socket_client_impl.cc             &P2PSocketClientImpl::SendWithDscp, this, address, data, options));
address            87 content/renderer/p2p/socket_client_impl.cc     dispatcher_->SendP2PMessage(new P2PHostMsg_Send(socket_id_, address, data,
address            92 content/renderer/p2p/socket_client_impl.cc void P2PSocketClientImpl::Send(const net::IPEndPoint& address,
address            95 content/renderer/p2p/socket_client_impl.cc   SendWithDscp(address, data, options);
address           145 content/renderer/p2p/socket_client_impl.cc void P2PSocketClientImpl::OnSocketCreated(const net::IPEndPoint& address) {
address           152 content/renderer/p2p/socket_client_impl.cc       base::Bind(&P2PSocketClientImpl::DeliverOnSocketCreated, this, address));
address           156 content/renderer/p2p/socket_client_impl.cc     const net::IPEndPoint& address) {
address           159 content/renderer/p2p/socket_client_impl.cc     delegate_->OnOpen(address);
address           163 content/renderer/p2p/socket_client_impl.cc     const net::IPEndPoint& address) {
address           174 content/renderer/p2p/socket_client_impl.cc       socket_id_, address, new_client->socket_id_));
address           179 content/renderer/p2p/socket_client_impl.cc           this, address, new_client));
address           183 content/renderer/p2p/socket_client_impl.cc     const net::IPEndPoint& address,
address           187 content/renderer/p2p/socket_client_impl.cc     delegate_->OnIncomingTcpConnection(address, new_client.get());
address           221 content/renderer/p2p/socket_client_impl.cc void P2PSocketClientImpl::OnDataReceived(const net::IPEndPoint& address,
address           230 content/renderer/p2p/socket_client_impl.cc                  address,
address           236 content/renderer/p2p/socket_client_impl.cc   const net::IPEndPoint& address, const std::vector<char>& data,
address           240 content/renderer/p2p/socket_client_impl.cc     delegate_->OnDataReceived(address, data, timestamp);
address            42 content/renderer/p2p/socket_client_impl.h   virtual void Send(const net::IPEndPoint& address,
address            47 content/renderer/p2p/socket_client_impl.h   virtual void SendWithDscp(const net::IPEndPoint& address,
address            76 content/renderer/p2p/socket_client_impl.h   void OnSocketCreated(const net::IPEndPoint& address);
address            77 content/renderer/p2p/socket_client_impl.h   void OnIncomingTcpConnection(const net::IPEndPoint& address);
address            81 content/renderer/p2p/socket_client_impl.h   void OnDataReceived(const net::IPEndPoint& address,
address            86 content/renderer/p2p/socket_client_impl.h   void DeliverOnSocketCreated(const net::IPEndPoint& address);
address            88 content/renderer/p2p/socket_client_impl.h       const net::IPEndPoint& address,
address            92 content/renderer/p2p/socket_client_impl.h   void DeliverOnDataReceived(const net::IPEndPoint& address,
address           141 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address) {
address           144 content/renderer/p2p/socket_dispatcher.cc     client->OnSocketCreated(address);
address           149 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address) {
address           152 content/renderer/p2p/socket_dispatcher.cc     client->OnIncomingTcpConnection(address);
address           171 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address,
address           176 content/renderer/p2p/socket_dispatcher.cc     client->OnDataReceived(address, data, timestamp);
address            98 content/renderer/p2p/socket_dispatcher.h   void OnSocketCreated(int socket_id, const net::IPEndPoint& address);
address            99 content/renderer/p2p/socket_dispatcher.h   void OnIncomingTcpConnection(int socket_id, const net::IPEndPoint& address);
address           102 content/renderer/p2p/socket_dispatcher.h   void OnDataReceived(int socket_id, const net::IPEndPoint& address,
address            58 courgette/disassembler.h   uint16 ReadU16(const uint8* address, size_t offset) {
address            59 courgette/disassembler.h     return *reinterpret_cast<const uint16*>(address + offset);
address            62 courgette/disassembler.h   uint32 ReadU32(const uint8* address, size_t offset) {
address            63 courgette/disassembler.h     return *reinterpret_cast<const uint32*>(address + offset);
address            66 courgette/disassembler.h   uint64 ReadU64(const uint8* address, size_t offset) {
address            67 courgette/disassembler.h     return *reinterpret_cast<const uint64*>(address + offset);
address            70 courgette/disassembler.h   static uint32 Read32LittleEndian(const void* address) {
address            71 courgette/disassembler.h     return *reinterpret_cast<const uint32*>(address);
address            74 courgette/disassembler.h   static uint16 Read16LittleEndian(const void* address) {
address            75 courgette/disassembler.h     return *reinterpret_cast<const uint16*>(address);
address            36 courgette/encoded_program.h   CheckBool DefineRel32Label(int index, RVA address) WARN_UNUSED_RESULT;
address            37 courgette/encoded_program.h   CheckBool DefineAbs32Label(int index, RVA address) WARN_UNUSED_RESULT;
address            37 courgette/typedrva_unittest.cc uint32 Read32LittleEndian(const void* address) {
address            38 courgette/typedrva_unittest.cc   return *reinterpret_cast<const uint32*>(address);
address           200 dbus/bus.cc          address_(options.address),
address           220 dbus/bus.h         std::string address;
address           139 dbus/end_to_end_async_unittest.cc     bus_options.address = kInvalidAddress;
address            54 device/bluetooth/bluetooth_adapter.cc BluetoothDevice* BluetoothAdapter::GetDevice(const std::string& address) {
address            56 device/bluetooth/bluetooth_adapter.cc       const_cast<const BluetoothAdapter *>(this)->GetDevice(address));
address            60 device/bluetooth/bluetooth_adapter.cc     const std::string& address) const {
address            61 device/bluetooth/bluetooth_adapter.cc   DevicesMap::const_iterator iter = devices_.find(address);
address           174 device/bluetooth/bluetooth_adapter.h   virtual BluetoothDevice* GetDevice(const std::string& address);
address           176 device/bluetooth/bluetooth_adapter.h       const std::string& address) const;
address           104 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->address.value();
address           298 device/bluetooth/bluetooth_adapter_chromeos.cc       property_name == properties->address.name() ||
address           162 device/bluetooth/bluetooth_adapter_win.cc   bool is_present = !state.address.empty();
address           163 device/bluetooth/bluetooth_adapter_win.cc   address_ = state.address;
address           186 device/bluetooth/bluetooth_adapter_win.cc     if (discovered_devices_.find((*iter)->address) ==
address           191 device/bluetooth/bluetooth_adapter_win.cc       discovered_devices_.insert((*iter)->address);
address           203 device/bluetooth/bluetooth_adapter_win.cc     devices_[(*iter)->address] = new BluetoothDeviceWin(**iter);
address            23 device/bluetooth/bluetooth_adapter_win_unittest.cc                      const std::string& address,
address            26 device/bluetooth/bluetooth_adapter_win_unittest.cc   state->address = address;
address           167 device/bluetooth/bluetooth_adapter_win_unittest.cc   state.address = kAdapterAddress;
address           175 device/bluetooth/bluetooth_adapter_win_unittest.cc   state.address = kAdapterAddress;
address           318 device/bluetooth/bluetooth_chromeos_unittest.cc   void DiscoverDevice(const std::string& address) {
address           347 device/bluetooth/bluetooth_chromeos_unittest.cc            observer.last_device_address_ != address)
address          1568 device/bluetooth/bluetooth_chromeos_unittest.cc   std::string address = devices[0]->GetAddress();
address          1580 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(address, observer.last_device_address_);
address           151 device/bluetooth/bluetooth_device_chromeos.cc   return properties->address.value();
address            31 device/bluetooth/bluetooth_device_win.cc   address_ = state.address;
address            47 device/bluetooth/bluetooth_device_win.cc         (*iter)->address,
address            46 device/bluetooth/bluetooth_device_win_unittest.cc     device_state.address = kDeviceAddress;
address            52 device/bluetooth/bluetooth_device_win_unittest.cc     audio_state->address = kTestAudioSdpAddress;
address            59 device/bluetooth/bluetooth_device_win_unittest.cc     video_state->address = kTestVideoSdpAddress;
address            27 device/bluetooth/bluetooth_service_record.h   const std::string& address() const { return address_; }
address           100 device/bluetooth/bluetooth_service_record_win.cc BTH_ADDR ConvertToBthAddr(const std::string& address) {
address           104 device/bluetooth/bluetooth_service_record_win.cc     numbers_only += address.substr(i * 3, 2);
address           125 device/bluetooth/bluetooth_service_record_win.cc     const std::string& address,
address           127 device/bluetooth/bluetooth_service_record_win.cc     uint8* blob_data) : bth_addr_(ConvertToBthAddr(address)) {
address           129 device/bluetooth/bluetooth_service_record_win.cc   address_ = address;
address            19 device/bluetooth/bluetooth_service_record_win.h                             const std::string& address,
address            66 device/bluetooth/bluetooth_socket_win.cc           << "(" << service_record.address() << "): "
address            37 device/bluetooth/bluetooth_task_manager_win.cc   std::string address;
address            44 device/bluetooth/bluetooth_task_manager_win.cc     address = base::StringPrintf("%02X:%02X:%02X:%02X:%02X:%02X",
address            45 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[5],
address            46 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[4],
address            47 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[3],
address            48 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[2],
address            49 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[1],
address            50 device/bluetooth/bluetooth_task_manager_win.cc         adapter_info.address.rgBytes[0]);
address            54 device/bluetooth/bluetooth_task_manager_win.cc   state->address = address;
address            61 device/bluetooth/bluetooth_task_manager_win.cc   state->address = base::StringPrintf("%02X:%02X:%02X:%02X:%02X:%02X",
address           375 device/bluetooth/bluetooth_task_manager_win.cc     const std::string device_address = (*iter)->address;
address           405 device/bluetooth/bluetooth_task_manager_win.cc       service_record_state->address = device_address;
address            39 device/bluetooth/bluetooth_task_manager_win.h     std::string address;
address            45 device/bluetooth/bluetooth_task_manager_win.h     std::string address;
address            51 device/bluetooth/bluetooth_task_manager_win.h     std::string address;
address            59 device/bluetooth/test/mock_bluetooth_adapter.h   MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address));
address            61 device/bluetooth/test/mock_bluetooth_adapter.h                      const BluetoothDevice*(const std::string& address));
address            15 device/bluetooth/test/mock_bluetooth_device.cc                                          const std::string& address,
address            20 device/bluetooth/test/mock_bluetooth_device.cc       address_(address) {
address            25 device/bluetooth/test/mock_bluetooth_device.h                       const std::string& address,
address            89 extensions/browser/api/dns/dns_api.cc     resolve_info->address.reset(
address            92 extensions/browser/api/socket/socket.cc int Socket::Listen(const std::string& address,
address           129 extensions/browser/api/socket/socket.cc void Socket::IPEndPointToStringAndPort(const net::IPEndPoint& address,
address           134 extensions/browser/api/socket/socket.cc   *ip_address_str = address.ToStringWithoutPort();
address           138 extensions/browser/api/socket/socket.cc     *port = address.port();
address            45 extensions/browser/api/socket/socket.h   virtual void Connect(const std::string& address,
address            49 extensions/browser/api/socket/socket.h   virtual int Bind(const std::string& address, int port) = 0;
address            65 extensions/browser/api/socket/socket.h                       const std::string& address,
address            71 extensions/browser/api/socket/socket.h   virtual int Listen(const std::string& address,
address            79 extensions/browser/api/socket/socket.h   virtual bool GetPeerAddress(net::IPEndPoint* address) = 0;
address            80 extensions/browser/api/socket/socket.h   virtual bool GetLocalAddress(net::IPEndPoint* address) = 0;
address            90 extensions/browser/api/socket/socket.h   static void IPEndPointToStringAndPort(const net::IPEndPoint& address,
address           310 extensions/browser/api/socket/socket_api.cc         SocketPermissionRequest::TCP_LISTEN, params_->address, params_->port);
address           319 extensions/browser/api/socket/socket_api.cc         socket->Listen(params_->address,
address           462 extensions/browser/api/socket/socket_api.cc                                          const std::string& address,
address           473 extensions/browser/api/socket/socket_api.cc   result->SetString(kAddressKey, address);
address           688 extensions/browser/api/socket/socket_api.cc     info->address = net::IPAddressToString(i->address);
address           734 extensions/browser/api/socket/socket_api.cc   result = static_cast<UDPSocket*>(socket)->JoinGroup(params_->address);
address           778 extensions/browser/api/socket/socket_api.cc   result = static_cast<UDPSocket*>(socket)->LeaveGroup(params_->address);
address           318 extensions/browser/api/socket/socket_api.h                    const std::string& address,
address            77 extensions/browser/api/socket/tcp_socket.cc void TCPSocket::Connect(const std::string& address,
address            96 extensions/browser/api/socket/tcp_socket.cc     if (!StringAndPortToAddressList(address, port, &address_list)) {
address           124 extensions/browser/api/socket/tcp_socket.cc int TCPSocket::Bind(const std::string& address, int port) {
address           170 extensions/browser/api/socket/tcp_socket.cc                        const std::string& address,
address           188 extensions/browser/api/socket/tcp_socket.cc int TCPSocket::Listen(const std::string& address,
address           200 extensions/browser/api/socket/tcp_socket.cc   if (!StringAndPortToIPEndPoint(address, port, bind_address.get()))
address           242 extensions/browser/api/socket/tcp_socket.cc bool TCPSocket::GetPeerAddress(net::IPEndPoint* address) {
address           245 extensions/browser/api/socket/tcp_socket.cc   return !socket_->GetPeerAddress(address);
address           248 extensions/browser/api/socket/tcp_socket.cc bool TCPSocket::GetLocalAddress(net::IPEndPoint* address) {
address           250 extensions/browser/api/socket/tcp_socket.cc     return !socket_->GetLocalAddress(address);
address           252 extensions/browser/api/socket/tcp_socket.cc     return !server_socket_->GetLocalAddress(address);
address            32 extensions/browser/api/socket/tcp_socket.h   virtual void Connect(const std::string& address,
address            36 extensions/browser/api/socket/tcp_socket.h   virtual int Bind(const std::string& address, int port) OVERRIDE;
address            42 extensions/browser/api/socket/tcp_socket.h                       const std::string& address,
address            47 extensions/browser/api/socket/tcp_socket.h   virtual int Listen(const std::string& address,
address            55 extensions/browser/api/socket/tcp_socket.h   virtual bool GetPeerAddress(net::IPEndPoint* address) OVERRIDE;
address            56 extensions/browser/api/socket/tcp_socket.h   virtual bool GetLocalAddress(net::IPEndPoint* address) OVERRIDE;
address            37 extensions/browser/api/socket/udp_socket.cc void UDPSocket::Connect(const std::string& address,
address            46 extensions/browser/api/socket/udp_socket.cc     if (!StringAndPortToIPEndPoint(address, port, &ip_end_point)) {
address            58 extensions/browser/api/socket/udp_socket.cc int UDPSocket::Bind(const std::string& address, int port) {
address            63 extensions/browser/api/socket/udp_socket.cc   if (!StringAndPortToIPEndPoint(address, port, &ip_end_point))
address           135 extensions/browser/api/socket/udp_socket.cc   scoped_refptr<IPEndPoint> address;
address           148 extensions/browser/api/socket/udp_socket.cc     address = new IPEndPoint();
address           151 extensions/browser/api/socket/udp_socket.cc                               &address->data,
address           155 extensions/browser/api/socket/udp_socket.cc                                          address));
address           159 extensions/browser/api/socket/udp_socket.cc     OnRecvFromComplete(io_buffer, address, result);
address           164 extensions/browser/api/socket/udp_socket.cc                        const std::string& address,
address           181 extensions/browser/api/socket/udp_socket.cc     if (!StringAndPortToIPEndPoint(address, port, &ip_end_point)) {
address           204 extensions/browser/api/socket/udp_socket.cc bool UDPSocket::GetPeerAddress(net::IPEndPoint* address) {
address           205 extensions/browser/api/socket/udp_socket.cc   return !socket_.GetPeerAddress(address);
address           208 extensions/browser/api/socket/udp_socket.cc bool UDPSocket::GetLocalAddress(net::IPEndPoint* address) {
address           209 extensions/browser/api/socket/udp_socket.cc   return !socket_.GetLocalAddress(address);
address           222 extensions/browser/api/socket/udp_socket.cc                                    scoped_refptr<IPEndPoint> address,
address           227 extensions/browser/api/socket/udp_socket.cc   if (result > 0 && address.get()) {
address           228 extensions/browser/api/socket/udp_socket.cc     IPEndPointToStringAndPort(address->data, &ip, &port);
address           242 extensions/browser/api/socket/udp_socket.cc int UDPSocket::JoinGroup(const std::string& address) {
address           244 extensions/browser/api/socket/udp_socket.cc   if (!net::ParseIPLiteralToNumber(address, &ip))
address           259 extensions/browser/api/socket/udp_socket.cc int UDPSocket::LeaveGroup(const std::string& address) {
address           261 extensions/browser/api/socket/udp_socket.cc   if (!net::ParseIPLiteralToNumber(address, &ip))
address            21 extensions/browser/api/socket/udp_socket.h   virtual void Connect(const std::string& address,
address            25 extensions/browser/api/socket/udp_socket.h   virtual int Bind(const std::string& address, int port) OVERRIDE;
address            31 extensions/browser/api/socket/udp_socket.h                       const std::string& address,
address            37 extensions/browser/api/socket/udp_socket.h   virtual bool GetPeerAddress(net::IPEndPoint* address) OVERRIDE;
address            38 extensions/browser/api/socket/udp_socket.h   virtual bool GetLocalAddress(net::IPEndPoint* address) OVERRIDE;
address            43 extensions/browser/api/socket/udp_socket.h   int JoinGroup(const std::string& address);
address            44 extensions/browser/api/socket/udp_socket.h   int LeaveGroup(const std::string& address);
address            62 extensions/browser/api/socket/udp_socket.h                           scoped_refptr<IPEndPoint> address,
address           187 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc       SocketPermissionRequest::TCP_LISTEN, params_->address, params_->port);
address           194 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc       params_->address,
address           196 extensions/browser/api/sockets_udp/sockets_udp_api.cc       SocketPermissionRequest::UDP_BIND, params_->address, params_->port);
address           202 extensions/browser/api/sockets_udp/sockets_udp_api.cc   int net_result = socket->Bind(params_->address, params_->port);
address           235 extensions/browser/api/sockets_udp/sockets_udp_api.cc       SocketPermissionRequest::UDP_SEND_TO, params_->address, params_->port);
address           242 extensions/browser/api/sockets_udp/sockets_udp_api.cc   StartDnsLookup(params_->address);
address           384 extensions/browser/api/sockets_udp/sockets_udp_api.cc   int net_result = socket->JoinGroup(params_->address);
address           416 extensions/browser/api/sockets_udp/sockets_udp_api.cc   int net_result = socket->LeaveGroup(params_->address);
address           102 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc     const std::string& address,
address           115 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc     receive_info.remote_address = address;
address            73 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h                               const std::string& address,
address            29 gpu/command_buffer/client/buffer_tracker.cc   void* address = NULL;
address            31 gpu/command_buffer/client/buffer_tracker.cc     address = mapped_memory_->Alloc(size, &shm_id, &shm_offset);
address            33 gpu/command_buffer/client/buffer_tracker.cc   Buffer* buffer = new Buffer(id, size, shm_id, shm_offset, address);
address            31 gpu/command_buffer/client/buffer_tracker.h            void* address)
address            36 gpu/command_buffer/client/buffer_tracker.h           address_(address),
address            58 gpu/command_buffer/client/buffer_tracker.h     void* address() const {
address            89 gpu/command_buffer/client/buffer_tracker_unittest.cc   EXPECT_TRUE(buffer->address() != NULL);
address           110 gpu/command_buffer/client/buffer_tracker_unittest.cc   EXPECT_TRUE(buffer->address() == NULL);
address           128 gpu/command_buffer/client/buffer_tracker_unittest.cc   EXPECT_TRUE(buffer->address() == NULL);
address           143 gpu/command_buffer/client/buffer_tracker_unittest.cc   void* mem = buffer->address();
address           568 gpu/command_buffer/client/gles2_implementation.cc       memcpy(&(*data)[offset], buffer.address(), size_to_copy);
address           592 gpu/command_buffer/client/gles2_implementation.cc       memcpy(buffer.address(), static_cast<const int8*>(data) + offset,
address           961 gpu/command_buffer/client/gles2_implementation.cc     memcpy(dst, id_buffer.address(), sizeof(*dst) * id_buffer.num_elements());
address           988 gpu/command_buffer/client/gles2_implementation.cc     memcpy(id_buffer.address(), ids, sizeof(*ids) * id_buffer.num_elements());
address          1014 gpu/command_buffer/client/gles2_implementation.cc     memcpy(id_buffer.address(), ids, sizeof(*ids) * id_buffer.num_elements());
address          1365 gpu/command_buffer/client/gles2_implementation.cc         memcpy(buffer.address(), src, buffer.size());
address          1402 gpu/command_buffer/client/gles2_implementation.cc     if (buffer->address() && data)
address          1403 gpu/command_buffer/client/gles2_implementation.cc       memcpy(buffer->address(), data, size);
address          1424 gpu/command_buffer/client/gles2_implementation.cc     memcpy(buffer.address(), data, size);
address          1481 gpu/command_buffer/client/gles2_implementation.cc     if (buffer->address() && data)
address          1482 gpu/command_buffer/client/gles2_implementation.cc       memcpy(static_cast<uint8*>(buffer->address()) + offset, data, size);
address          1504 gpu/command_buffer/client/gles2_implementation.cc     memcpy(buffer->address(), source, buffer->size());
address          1534 gpu/command_buffer/client/gles2_implementation.cc           std::make_pair(buffer->address(), async_token));
address          1799 gpu/command_buffer/client/gles2_implementation.cc         buffer.address(), padded_row_size);
address          1934 gpu/command_buffer/client/gles2_implementation.cc         unpack_flip_y_, buffer->address(), buffer_padded_row_size);
address          2371 gpu/command_buffer/client/gles2_implementation.cc       const int8* src = static_cast<const int8*>(buffer.address());
address          3674 gpu/command_buffer/client/gles2_implementation.cc   GPU_CLIENT_LOG("  returned " << buffer->address());
address          3676 gpu/command_buffer/client/gles2_implementation.cc   return buffer->address();
address           409 gpu/command_buffer/client/mapped_memory_unittest.cc     void* address = *it;
address           410 gpu/command_buffer/client/mapped_memory_unittest.cc     test->manager()->Free(address);
address           196 gpu/command_buffer/client/transfer_buffer.h   void* address() const {
address           223 gpu/command_buffer/client/transfer_buffer.h     return static_cast<T*>(address());
address          2314 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       GLint x, GLint y, GLsizei width, const void* address) const {
address          2319 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     return static_cast<const int8*>(address) + offset;
address           201 gpu/command_buffer/service/gpu_scheduler_unittest.cc ACTION_P2(SetPointee, address, value) {
address           202 gpu/command_buffer/service/gpu_scheduler_unittest.cc   *address = value;
address            87 jingle/glue/chrome_async_socket.cc bool ChromeAsyncSocket::Connect(const talk_base::SocketAddress& address) {
address            93 jingle/glue/chrome_async_socket.cc   if (address.hostname().empty() || address.port() == 0) {
address           107 jingle/glue/chrome_async_socket.cc   net::HostPortPair dest_host_port_pair(address.hostname(), address.port());
address            75 jingle/glue/chrome_async_socket.h   virtual bool Connect(const talk_base::SocketAddress& address) OVERRIDE;
address            16 jingle/glue/fake_network_manager.cc FakeNetworkManager::FakeNetworkManager(const net::IPAddressNumber& address)
address            19 jingle/glue/fake_network_manager.cc   net::IPEndPoint endpoint(address, 0);
address            22 jingle/glue/fake_network_manager.h   FakeNetworkManager(const net::IPAddressNumber& address);
address            16 jingle/glue/fake_socket_factory.cc                                          const net::IPEndPoint& address)
address            18 jingle/glue/fake_socket_factory.cc       endpoint_(address), state_(IS_OPEN), error_(0) {
address            44 jingle/glue/fake_socket_factory.cc                                 const talk_base::SocketAddress& address,
address            53 jingle/glue/fake_socket_factory.cc   if (!SocketAddressToIPEndPoint(address, &destination)) {
address           109 jingle/glue/fake_socket_factory.cc   talk_base::SocketAddress address;
address           110 jingle/glue/fake_socket_factory.cc   if (!jingle_glue::IPEndPointToSocketAddress(from, &address)) {
address           117 jingle/glue/fake_socket_factory.cc   SignalReadPacket(this, &data[0], data.size(), address,
address           164 jingle/glue/fake_socket_factory.cc                                      const net::IPAddressNumber& address)
address           166 jingle/glue/fake_socket_factory.cc       address_(address),
address            31 jingle/glue/fake_socket_factory.h                       const net::IPEndPoint& address);
address            98 jingle/glue/fake_socket_factory.h                     const net::IPAddressNumber& address);
address           307 jingle/glue/fake_ssl_client_socket.cc int FakeSSLClientSocket::GetPeerAddress(net::IPEndPoint* address) const {
address           308 jingle/glue/fake_ssl_client_socket.cc   return transport_socket_->GetPeerAddress(address);
address           311 jingle/glue/fake_ssl_client_socket.cc int FakeSSLClientSocket::GetLocalAddress(net::IPEndPoint* address) const {
address           312 jingle/glue/fake_ssl_client_socket.cc   return transport_socket_->GetLocalAddress(address);
address            58 jingle/glue/fake_ssl_client_socket.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            59 jingle/glue/fake_ssl_client_socket.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address           327 jingle/glue/proxy_resolving_client_socket.cc     net::IPEndPoint* address) const {
address           329 jingle/glue/proxy_resolving_client_socket.cc     return transport_->socket()->GetPeerAddress(address);
address           335 jingle/glue/proxy_resolving_client_socket.cc     net::IPEndPoint* address) const {
address           337 jingle/glue/proxy_resolving_client_socket.cc     return transport_->socket()->GetLocalAddress(address);
address            61 jingle/glue/proxy_resolving_client_socket.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            62 jingle/glue/proxy_resolving_client_socket.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address           526 jingle/glue/pseudotcp_adapter.cc int PseudoTcpAdapter::GetPeerAddress(net::IPEndPoint* address) const {
address           532 jingle/glue/pseudotcp_adapter.cc   *address = net::IPEndPoint(ip_address, 0);
address           536 jingle/glue/pseudotcp_adapter.cc int PseudoTcpAdapter::GetLocalAddress(net::IPEndPoint* address) const {
address            45 jingle/glue/pseudotcp_adapter.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            46 jingle/glue/pseudotcp_adapter.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address            21 jingle/glue/utils.cc                                talk_base::SocketAddress* address) {
address            25 jingle/glue/utils.cc       talk_base::SocketAddressFromSockAddrStorage(addr, address);
address            28 jingle/glue/utils.cc bool SocketAddressToIPEndPoint(const talk_base::SocketAddress& address,
address            31 jingle/glue/utils.cc   int size = address.ToSockAddrStorage(&addr);
address            39 jingle/glue/utils.cc   value.SetString("ip", candidate.address().ipaddr().ToString());
address            40 jingle/glue/utils.cc   value.SetInteger("port", candidate.address().port());
address            28 jingle/glue/utils.h                                talk_base::SocketAddress* address);
address            29 jingle/glue/utils.h bool SocketAddressToIPEndPoint(const talk_base::SocketAddress& address,
address            34 jingle/glue/utils.h bool DeserializeP2PCandidate(const std::string& address,
address           322 media/cast/test/utility/udp_proxy.cc     if (destination_->address().empty()) {
address            28 media/cast/transport/transport/udp_transport.cc   net::IPAddressNumber empty_addr(addr.address().size());
address            30 media/cast/transport/transport/udp_transport.cc              empty_addr.begin(), empty_addr.end(), addr.address().begin()) &&
address            35 media/cast/transport/transport/udp_transport.cc   return addr1.port() == addr2.port() && std::equal(addr1.address().begin(),
address            36 media/cast/transport/transport/udp_transport.cc                                                     addr1.address().end(),
address            37 media/cast/transport/transport/udp_transport.cc                                                     addr2.address().begin());
address            16 mojo/public/cpp/bindings/buffer.h   typedef void (*Destructor)(void* address);
address            17 mojo/public/cpp/bindings/lib/scratch_buffer.cc #define DEBUG_SCRUB(address, size) (void) (address), (void) (size)
address            19 mojo/public/cpp/bindings/lib/scratch_buffer.cc #define DEBUG_SCRUB(address, size) memset(address, 0xCD, size)
address            36 mojo/public/cpp/bindings/lib/scratch_buffer.cc     it->func(it->address);
address            64 mojo/public/cpp/bindings/lib/scratch_buffer.cc     dtor.address = result;
address            44 mojo/public/cpp/bindings/lib/scratch_buffer.h     void* address;
address           506 mojo/system/core_impl.cc   void* address = mapping->base();
address           514 mojo/system/core_impl.cc   *buffer = address;
address            29 mojo/system/mapping_table.cc   uintptr_t address = reinterpret_cast<uintptr_t>(mapping->base());
address            30 mojo/system/mapping_table.cc   DCHECK(address_to_mapping_map_.find(address) ==
address            32 mojo/system/mapping_table.cc   address_to_mapping_map_[address] = mapping.release();
address            36 mojo/system/mapping_table.cc MojoResult MappingTable::RemoveMapping(void* address) {
address            38 mojo/system/mapping_table.cc       address_to_mapping_map_.find(reinterpret_cast<uintptr_t>(address));
address            43 mojo/system/mapping_table.h   MojoResult RemoveMapping(void* address);
address            40 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc   static std::string GetNetAddressAsString(pp::NetAddress address);
address           138 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc     pp::NetAddress address) {
address           140 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc   return address.DescribeAsString(include_port).AsString();
address            26 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc   PP_NetAddress_IPv4 address;
address            37 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc     PP_NetAddress_IPv4* address) {
address            41 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc   FakeNetAddressResource* addr_resource = new FakeNetAddressResource(*address);
address            51 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc     PP_NetAddress_IPv6* address) {
address            55 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc   FakeNetAddressResource* addr_resource = new FakeNetAddressResource(*address);
address            62 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc PP_Bool FakeNetAddressInterface::IsNetAddress(PP_Resource address) {
address            64 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc       ppapi_->resource_manager()->Get<FakeNetAddressResource>(address);
address            70 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc PP_NetAddress_Family FakeNetAddressInterface::GetFamily(PP_Resource address) {
address            72 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc       ppapi_->resource_manager()->Get<FakeNetAddressResource>(address);
address            83 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc     PP_Resource address, PP_NetAddress_IPv4* target) {
address            85 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc       ppapi_->resource_manager()->Get<FakeNetAddressResource>(address);
address            92 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc   *target = address_resource->address;
address            97 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc     PP_Resource address, PP_NetAddress_IPv6* target) {
address            99 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc       ppapi_->resource_manager()->Get<FakeNetAddressResource>(address);
address           169 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java                     InetAddress address = interfaceAddress.getAddress();
address           171 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java                     if (address.isLoopbackAddress())
address           177 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java                     String ipAddress = address.getHostAddress();
address           178 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java                     if (address instanceof Inet6Address && ipAddress.contains("%")) {
address            49 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java                 return "PROXY " + proxy.address().toString();
address            51 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java                 return "SOCKS5 " + proxy.address().toString();
address            42 net/base/address_list.cc AddressList AddressList::CreateFromIPAddress(const IPAddressNumber& address,
address            44 net/base/address_list.cc   return AddressList(IPEndPoint(address, port));
address            82 net/base/address_list.cc     out.push_back(IPEndPoint(list[i].address(), port));
address            31 net/base/address_list.h   static AddressList CreateFromIPAddress(const IPAddressNumber& address,
address            20 net/base/address_list_unittest.cc   struct sockaddr_in address;
address            23 net/base/address_list_unittest.cc   memset(&address, 0x0, sizeof(address));
address            25 net/base/address_list_unittest.cc   address.sin_family = AF_INET;
address            30 net/base/address_list_unittest.cc   ai.ai_addrlen = sizeof(address);
address            31 net/base/address_list_unittest.cc   ai.ai_addr = reinterpret_cast<sockaddr*>(&address);
address            73 net/base/address_list_unittest.cc     EXPECT_EQ(i, list[i].address()[0]);
address            83 net/base/address_list_unittest.cc   copy[1] = IPEndPoint(copy[2].address(), 0xBEEF);
address            85 net/base/address_list_unittest.cc   EXPECT_EQ(1u, list[1].address()[0]);
address            45 net/base/address_tracker_linux.cc   unsigned char* address = NULL;
address            55 net/base/address_tracker_linux.cc         address = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
address            72 net/base/address_tracker_linux.cc     address = local;
address            73 net/base/address_tracker_linux.cc   if (!address)
address            75 net/base/address_tracker_linux.cc   out->assign(address, address + address_length);
address           282 net/base/address_tracker_linux.cc         IPAddressNumber address;
address           284 net/base/address_tracker_linux.cc         if (GetAddress(header, &address, &really_deprecated)) {
address           299 net/base/address_tracker_linux.cc           AddressMap::iterator it = address_map_.find(address);
address           301 net/base/address_tracker_linux.cc             address_map_.insert(it, std::make_pair(address, *msg));
address           310 net/base/address_tracker_linux.cc         IPAddressNumber address;
address           311 net/base/address_tracker_linux.cc         if (GetAddress(header, &address, NULL)) {
address           313 net/base/address_tracker_linux.cc           if (address_map_.erase(address))
address           146 net/base/address_tracker_linux_unittest.cc                                   const IPAddressNumber& address,
address           155 net/base/address_tracker_linux_unittest.cc   if (address.size())
address           156 net/base/address_tracker_linux_unittest.cc     nlmsg.AddAttribute(IFA_ADDRESS, &address[0], address.size());
address           169 net/base/address_tracker_linux_unittest.cc                      const IPAddressNumber& address,
address           172 net/base/address_tracker_linux_unittest.cc   MakeAddrMessageWithCacheInfo(type, flags, family, address, local,
address            28 net/base/ip_endpoint.cc IPEndPoint::IPEndPoint(const IPAddressNumber& address, int port)
address            29 net/base/ip_endpoint.cc     : address_(address),
address            53 net/base/ip_endpoint.cc bool IPEndPoint::ToSockAddr(struct sockaddr* address,
address            55 net/base/ip_endpoint.cc   DCHECK(address);
address            62 net/base/ip_endpoint.cc       struct sockaddr_in* addr = reinterpret_cast<struct sockaddr_in*>(address);
address            74 net/base/ip_endpoint.cc           reinterpret_cast<struct sockaddr_in6*>(address);
address            91 net/base/ip_endpoint.cc   const uint8* address;
address            94 net/base/ip_endpoint.cc   if (!GetIPAddressFromSockAddr(sock_addr, sock_addr_len, &address,
address            99 net/base/ip_endpoint.cc   address_.assign(address, address + address_len);
address            27 net/base/ip_endpoint.h   IPEndPoint(const IPAddressNumber& address, int port);
address            30 net/base/ip_endpoint.h   const IPAddressNumber& address() const { return address_; }
address            46 net/base/ip_endpoint.h   bool ToSockAddr(struct sockaddr* address, socklen_t* address_length) const
address            53 net/base/ip_endpoint.h   bool FromSockAddr(const struct sockaddr* address, socklen_t address_length)
address            52 net/base/ip_endpoint_unittest.cc     EXPECT_EQ(tests[index].ip_address, endpoint.address());
address            62 net/base/ip_endpoint_unittest.cc     EXPECT_EQ(src.address(), dest.address());
address            72 net/base/ip_endpoint_unittest.cc     EXPECT_EQ(src.address(), dest.address());
address            95 net/base/ip_endpoint_unittest.cc     EXPECT_EQ(ip_endpoint.address(), ip_endpoint2.address());
address            61 net/base/ip_pattern.cc bool IPPattern::Match(const IPAddressNumber& address) const {
address            64 net/base/ip_pattern.cc   bool address_is_ipv4 = address.size() == kIPv4AddressSize;
address            74 net/base/ip_pattern.cc     uint32 value_to_test = address[address_index++];
address            76 net/base/ip_pattern.cc       value_to_test = (value_to_test << 8) + address[address_index++];
address            30 net/base/ip_pattern.h   bool Match(const IPAddressNumber& address) const;
address            19 net/base/ip_pattern_unittest.cc   IPAddressNumber address;
address            20 net/base/ip_pattern_unittest.cc   EXPECT_TRUE(ParseIPLiteralToNumber(address_text, &address));
address            21 net/base/ip_pattern_unittest.cc   return pattern.Match(address);
address          1574 net/base/net_util.cc                               const uint8** address,
address          1582 net/base/net_util.cc     *address = reinterpret_cast<const uint8*>(&addr->sin_addr);
address          1594 net/base/net_util.cc     *address = reinterpret_cast<const unsigned char*>(&addr->sin6_addr);
address          1604 net/base/net_util.cc std::string IPAddressToString(const uint8* address,
address          1610 net/base/net_util.cc     url_canon::AppendIPv4Address(address, &output);
address          1612 net/base/net_util.cc     url_canon::AppendIPv6Address(address, &output);
address          1621 net/base/net_util.cc std::string IPAddressToStringWithPort(const uint8* address,
address          1624 net/base/net_util.cc   std::string address_str = IPAddressToString(address, address_len);
address          1635 net/base/net_util.cc   const uint8* address;
address          1637 net/base/net_util.cc   if (!GetIPAddressFromSockAddr(sa, sock_addr_len, &address,
address          1642 net/base/net_util.cc   return IPAddressToString(address, address_len);
address          1647 net/base/net_util.cc   const uint8* address;
address          1650 net/base/net_util.cc   if (!GetIPAddressFromSockAddr(sa, sock_addr_len, &address,
address          1655 net/base/net_util.cc   return IPAddressToStringWithPort(address, address_len, port);
address          1995 net/base/net_util.cc AddressFamily GetAddressFamily(const IPAddressNumber& address) {
address          1996 net/base/net_util.cc   switch (address.size()) {
address          2065 net/base/net_util.cc bool IsIPv4Mapped(const IPAddressNumber& address) {
address          2066 net/base/net_util.cc   if (address.size() != kIPv6AddressSize)
address          2068 net/base/net_util.cc   return std::equal(address.begin(),
address          2069 net/base/net_util.cc                     address.begin() + arraysize(kIPv4MappedPrefix),
address          2073 net/base/net_util.cc IPAddressNumber ConvertIPv4MappedToIPv4(const IPAddressNumber& address) {
address          2074 net/base/net_util.cc   DCHECK(IsIPv4Mapped(address));
address          2075 net/base/net_util.cc   return IPAddressNumber(address.begin() + arraysize(kIPv4MappedPrefix),
address          2076 net/base/net_util.cc                          address.end());
address          2134 net/base/net_util.cc const uint16* GetPortFieldFromSockaddr(const struct sockaddr* address,
address          2136 net/base/net_util.cc   if (address->sa_family == AF_INET) {
address          2139 net/base/net_util.cc         reinterpret_cast<const struct sockaddr_in*>(address);
address          2141 net/base/net_util.cc   } else if (address->sa_family == AF_INET6) {
address          2144 net/base/net_util.cc         reinterpret_cast<const struct sockaddr_in6*>(address);
address          2152 net/base/net_util.cc int GetPortFromSockaddr(const struct sockaddr* address, socklen_t address_len) {
address          2153 net/base/net_util.cc   const uint16* port_field = GetPortFieldFromSockaddr(address, address_len);
address          2199 net/base/net_util.cc                                    const IPAddressNumber& address,
address          2204 net/base/net_util.cc       address(address),
address           120 net/base/net_util.h NET_EXPORT bool IsIPAddressReserved(const IPAddressNumber& address);
address           135 net/base/net_util.h                               const unsigned char** address,
address           141 net/base/net_util.h NET_EXPORT std::string IPAddressToString(const uint8* address,
address           146 net/base/net_util.h NET_EXPORT std::string IPAddressToStringWithPort(const uint8* address,
address           447 net/base/net_util.h     const IPAddressNumber& address);
address           463 net/base/net_util.h NET_EXPORT_PRIVATE bool IsIPv4Mapped(const IPAddressNumber& address);
address           468 net/base/net_util.h     const IPAddressNumber& address);
address           499 net/base/net_util.h const uint16* GetPortFieldFromSockaddr(const struct sockaddr* address,
address           502 net/base/net_util.h NET_EXPORT_PRIVATE int GetPortFromSockaddr(const struct sockaddr* address,
address           520 net/base/net_util.h                    const IPAddressNumber& address,
address           527 net/base/net_util.h   IPAddressNumber address;
address            61 net/base/net_util_posix.cc     if (!i->permanent && i->interface.address.size() == kIPv6AddressSize) {
address            74 net/base/net_util_posix.cc     if ((i->interface.address.size() == kIPv6AddressSize) && i->permanent &&
address           134 net/base/net_util_posix.cc     IPAddressNumber address;
address           137 net/base/net_util_posix.cc                          &address,
address           145 net/base/net_util_posix.cc         NetworkInterface(name, name, index, address, network_prefix));
address           231 net/base/net_util_posix.cc     IPEndPoint address;
address           232 net/base/net_util_posix.cc     if (address.FromSockAddr(addr, addr_size)) {
address           241 net/base/net_util_posix.cc           net_mask = MaskPrefixLength(netmask.address());
address           246 net/base/net_util_posix.cc           address.address(), net_mask);
address          3317 net/base/net_util_unittest.cc     EXPECT_TRUE(it->address.size() == kIPv4AddressSize ||
address          3318 net/base/net_util_unittest.cc                 it->address.size() == kIPv6AddressSize)
address          3319 net/base/net_util_unittest.cc         << "Invalid address of size " << it->address.size();
address          3321 net/base/net_util_unittest.cc     for (size_t i = 0; i < it->address.size(); ++i) {
address          3322 net/base/net_util_unittest.cc       if (it->address[i] != 0) {
address          3329 net/base/net_util_unittest.cc     EXPECT_LE(it->network_prefix, it->address.size() * 8);
address           187 net/base/net_util_win.cc     for (IP_ADAPTER_UNICAST_ADDRESS* address = adapter->FirstUnicastAddress;
address           188 net/base/net_util_win.cc          address; address = address->Next) {
address           189 net/base/net_util_win.cc       int family = address->Address.lpSockaddr->sa_family;
address           192 net/base/net_util_win.cc         if (endpoint.FromSockAddr(address->Address.lpSockaddr,
address           193 net/base/net_util_win.cc                                   address->Address.iSockaddrLength)) {
address           195 net/base/net_util_win.cc           size_t net_prefix = is_xp ? 0 : address->OnLinkPrefixLength;
address           208 net/base/net_util_win.cc                   IPNumberMatchesPrefix(endpoint.address(),
address           209 net/base/net_util_win.cc                                         network_endpoint.address(),
address           225 net/base/net_util_win.cc                 ipv6_valid_lifetime > address->ValidLifetime) {
address           226 net/base/net_util_win.cc               ipv6_valid_lifetime = address->ValidLifetime;
address           229 net/base/net_util_win.cc                                  index, endpoint.address(), net_prefix));
address           236 net/base/net_util_win.cc                                index, endpoint.address(), net_prefix));
address           543 net/cert/x509_certificate.cc         reinterpret_cast<const char*>(host_info.address),
address          3061 net/disk_cache/backend_unittest.cc   disk_cache::Addr address(0x80000001);
address          3062 net/disk_cache/backend_unittest.cc   ASSERT_TRUE(cache_impl_->CreateExternalFile(&address));
address          3063 net/disk_cache/backend_unittest.cc   base::FilePath name = cache_impl_->GetFileName(address);
address            72 net/disk_cache/blockfile/addr.h   explicit Addr(CacheAddr address) : value_(address) {}
address            81 net/disk_cache/blockfile/addr.h   void set_value(CacheAddr address) {
address            82 net/disk_cache/blockfile/addr.h     value_ = address;
address           502 net/disk_cache/blockfile/backend_impl.cc         cache_entry->entry()->address().value());
address           642 net/disk_cache/blockfile/backend_impl.cc base::FilePath BackendImpl::GetFileName(Addr address) const {
address           643 net/disk_cache/blockfile/backend_impl.cc   if (!address.is_separate_file() || !address.is_initialized()) {
address           648 net/disk_cache/blockfile/backend_impl.cc   std::string tmp = base::StringPrintf("f_%06x", address.FileNumber());
address           652 net/disk_cache/blockfile/backend_impl.cc MappedFile* BackendImpl::File(Addr address) {
address           655 net/disk_cache/blockfile/backend_impl.cc   return block_files_.GetFile(address);
address           662 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CreateExternalFile(Addr* address) {
address           693 net/disk_cache/blockfile/backend_impl.cc   address->set_value(file_address.value());
address           717 net/disk_cache/blockfile/backend_impl.cc   Addr address(rankings->Data()->contents);
address           719 net/disk_cache/blockfile/backend_impl.cc   if (NewEntry(address, &cache_entry)) {
address           731 net/disk_cache/blockfile/backend_impl.cc   data_->table[hash & mask_] = address.value();
address           738 net/disk_cache/blockfile/backend_impl.cc   Addr entry_addr = entry->entry()->address();
address           767 net/disk_cache/blockfile/backend_impl.cc CacheAddr BackendImpl::GetNextAddr(Addr address) {
address           768 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
address           773 net/disk_cache/blockfile/backend_impl.cc   DCHECK(block_files_.IsValid(address));
address           774 net/disk_cache/blockfile/backend_impl.cc   DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256);
address           776 net/disk_cache/blockfile/backend_impl.cc   CacheEntryBlock entry(File(address), address);
address           782 net/disk_cache/blockfile/backend_impl.cc   Addr entry_addr = entry->entry()->address();
address           784 net/disk_cache/blockfile/backend_impl.cc   Addr address(data_->table[i]);
address           785 net/disk_cache/blockfile/backend_impl.cc   if (!address.is_initialized())
address           789 net/disk_cache/blockfile/backend_impl.cc     DCHECK(entry_addr.value() != address.value());
address           790 net/disk_cache/blockfile/backend_impl.cc     address.set_value(GetNextAddr(address));
address           791 net/disk_cache/blockfile/backend_impl.cc     if (!address.is_initialized())
address           813 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnEntryDestroyBegin(Addr address) {
address           814 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
address          1332 net/disk_cache/blockfile/backend_impl.cc   Addr address(data_->header.stats);
address          1335 net/disk_cache/blockfile/backend_impl.cc   if (!address.is_initialized()) {
address          1340 net/disk_cache/blockfile/backend_impl.cc     if (!CreateBlock(file_type, num_blocks, &address))
address          1343 net/disk_cache/blockfile/backend_impl.cc     data_->header.stats = address.value();
address          1344 net/disk_cache/blockfile/backend_impl.cc     return stats_.Init(NULL, 0, address);
address          1347 net/disk_cache/blockfile/backend_impl.cc   if (!address.is_block_file()) {
address          1353 net/disk_cache/blockfile/backend_impl.cc   size = address.num_blocks() * address.BlockSize();
address          1354 net/disk_cache/blockfile/backend_impl.cc   MappedFile* file = File(address);
address          1359 net/disk_cache/blockfile/backend_impl.cc   size_t offset = address.start_block() * address.BlockSize() +
address          1364 net/disk_cache/blockfile/backend_impl.cc   if (!stats_.Init(data.get(), size, address))
address          1374 net/disk_cache/blockfile/backend_impl.cc   Addr address;
address          1375 net/disk_cache/blockfile/backend_impl.cc   size = stats_.SerializeStats(data.get(), size, &address);
address          1377 net/disk_cache/blockfile/backend_impl.cc   if (!address.is_initialized())
address          1380 net/disk_cache/blockfile/backend_impl.cc   MappedFile* file = File(address);
address          1384 net/disk_cache/blockfile/backend_impl.cc   size_t offset = address.start_block() * address.BlockSize() +
address          1435 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::NewEntry(Addr address, EntryImpl** entry) {
address          1436 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
address          1445 net/disk_cache/blockfile/backend_impl.cc   STRESS_DCHECK(block_files_.IsValid(address));
address          1447 net/disk_cache/blockfile/backend_impl.cc   if (!address.SanityCheckForEntryV2()) {
address          1454 net/disk_cache/blockfile/backend_impl.cc       new EntryImpl(this, address, read_only_));
address          1488 net/disk_cache/blockfile/backend_impl.cc     rankings_.SetContents(cache_entry->rankings(), address.value());
address          1502 net/disk_cache/blockfile/backend_impl.cc           address.value());
address          1505 net/disk_cache/blockfile/backend_impl.cc   open_entries_[address.value()] = cache_entry.get();
address          1515 net/disk_cache/blockfile/backend_impl.cc   Addr address(data_->table[hash & mask_]);
address          1526 net/disk_cache/blockfile/backend_impl.cc     if (visited.find(address.value()) != visited.end()) {
address          1529 net/disk_cache/blockfile/backend_impl.cc       Trace("Hash collision loop 0x%x", address.value());
address          1530 net/disk_cache/blockfile/backend_impl.cc       address.set_value(0);
address          1531 net/disk_cache/blockfile/backend_impl.cc       parent_entry->SetNextAddress(address);
address          1533 net/disk_cache/blockfile/backend_impl.cc     visited.insert(address.value());
address          1535 net/disk_cache/blockfile/backend_impl.cc     if (!address.is_initialized()) {
address          1541 net/disk_cache/blockfile/backend_impl.cc     int error = NewEntry(address, &tmp);
address          1559 net/disk_cache/blockfile/backend_impl.cc             address.value());
address          1567 net/disk_cache/blockfile/backend_impl.cc         Trace("NewEntry failed on MatchEntry 0x%x", address.value());
address          1571 net/disk_cache/blockfile/backend_impl.cc       address.set_value(data_->table[hash & mask_]);
address          1581 net/disk_cache/blockfile/backend_impl.cc       if (find_parent && entry_addr.value() != address.value()) {
address          1582 net/disk_cache/blockfile/backend_impl.cc         Trace("Entry not on the index 0x%x", address.value());
address          1595 net/disk_cache/blockfile/backend_impl.cc     address.set_value(parent_entry->GetNextAddress());
address          1728 net/disk_cache/blockfile/backend_impl.cc       DeleteBlock(next->address(), true);
address          2025 net/disk_cache/blockfile/backend_impl.cc     Addr address(data_->table[i]);
address          2026 net/disk_cache/blockfile/backend_impl.cc     if (!address.is_initialized())
address          2030 net/disk_cache/blockfile/backend_impl.cc       int ret = NewEntry(address, &tmp);
address          2046 net/disk_cache/blockfile/backend_impl.cc       address.set_value(cache_entry->GetNextAddress());
address          2047 net/disk_cache/blockfile/backend_impl.cc       if (!address.is_initialized())
address          2064 net/disk_cache/blockfile/backend_impl.cc   bool ok = block_files_.IsValid(cache_entry->entry()->address());
address          2065 net/disk_cache/blockfile/backend_impl.cc   ok = ok && block_files_.IsValid(cache_entry->rankings()->address());
address          2069 net/disk_cache/blockfile/backend_impl.cc       Addr address(data->data_addr[i]);
address          2070 net/disk_cache/blockfile/backend_impl.cc       if (address.is_block_file())
address          2071 net/disk_cache/blockfile/backend_impl.cc         ok = ok && block_files_.IsValid(address);
address            91 net/disk_cache/blockfile/backend_impl.h   base::FilePath GetFileName(Addr address) const;
address            94 net/disk_cache/blockfile/backend_impl.h   MappedFile* File(Addr address);
address           100 net/disk_cache/blockfile/backend_impl.h   bool CreateExternalFile(Addr* address);
address           125 net/disk_cache/blockfile/backend_impl.h   CacheAddr GetNextAddr(Addr address);
address           137 net/disk_cache/blockfile/backend_impl.h   void OnEntryDestroyBegin(Addr address);
address           297 net/disk_cache/blockfile/backend_impl.h   int NewEntry(Addr address, EntryImpl** entry);
address           138 net/disk_cache/blockfile/backend_impl_v3.cc   Addr entry_addr = entry->entry()->address();
address           165 net/disk_cache/blockfile/backend_impl_v3.cc void BackendImplV3::OnEntryDestroyBegin(Addr address) {
address           166 net/disk_cache/blockfile/backend_impl_v3.cc   EntriesMap::iterator it = open_entries_.find(address.value());
address           178 net/disk_cache/blockfile/backend_impl_v3.cc EntryImplV3* BackendImplV3::GetOpenEntry(Addr address) const {
address           468 net/disk_cache/blockfile/backend_impl_v3.cc         cache_entry->entry()->address().value());
address           765 net/disk_cache/blockfile/backend_impl_v3.cc   Addr address(data_->header.stats);
address           768 net/disk_cache/blockfile/backend_impl_v3.cc   if (!address.is_initialized()) {
address           773 net/disk_cache/blockfile/backend_impl_v3.cc     if (!CreateBlock(file_type, num_blocks, &address))
address           775 net/disk_cache/blockfile/backend_impl_v3.cc     return stats_.Init(NULL, 0, address);
address           778 net/disk_cache/blockfile/backend_impl_v3.cc   if (!address.is_block_file()) {
address           784 net/disk_cache/blockfile/backend_impl_v3.cc   size = address.num_blocks() * address.BlockSize();
address           785 net/disk_cache/blockfile/backend_impl_v3.cc   MappedFile* file = File(address);
address           790 net/disk_cache/blockfile/backend_impl_v3.cc   size_t offset = address.start_block() * address.BlockSize() +
address           795 net/disk_cache/blockfile/backend_impl_v3.cc   if (!stats_.Init(data.get(), size, address))
address           805 net/disk_cache/blockfile/backend_impl_v3.cc   Addr address;
address           806 net/disk_cache/blockfile/backend_impl_v3.cc   size = stats_.SerializeStats(data.get(), size, &address);
address           808 net/disk_cache/blockfile/backend_impl_v3.cc   if (!address.is_initialized())
address           811 net/disk_cache/blockfile/backend_impl_v3.cc   MappedFile* file = File(address);
address           815 net/disk_cache/blockfile/backend_impl_v3.cc   size_t offset = address.start_block() * address.BlockSize() +
address           887 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::NewEntry(Addr address, EntryImplV3** entry) {
address           888 net/disk_cache/blockfile/backend_impl_v3.cc   EntriesMap::iterator it = open_entries_.find(address.value());
address           897 net/disk_cache/blockfile/backend_impl_v3.cc   STRESS_DCHECK(block_files_.IsValid(address));
address           899 net/disk_cache/blockfile/backend_impl_v3.cc   if (!address.SanityCheckForEntry()) {
address           906 net/disk_cache/blockfile/backend_impl_v3.cc       new EntryImpl(this, address, read_only_));
address           940 net/disk_cache/blockfile/backend_impl_v3.cc     rankings_.SetContents(cache_entry->rankings(), address.value());
address           954 net/disk_cache/blockfile/backend_impl_v3.cc           address.value());
address           957 net/disk_cache/blockfile/backend_impl_v3.cc   open_entries_[address.value()] = cache_entry.get();
address          1472 net/disk_cache/blockfile/backend_impl_v3.cc     Addr address(data_->table[i]);
address          1473 net/disk_cache/blockfile/backend_impl_v3.cc     if (!address.is_initialized())
address          1477 net/disk_cache/blockfile/backend_impl_v3.cc       int ret = NewEntry(address, &tmp);
address          1493 net/disk_cache/blockfile/backend_impl_v3.cc       address.set_value(cache_entry->GetNextAddress());
address          1494 net/disk_cache/blockfile/backend_impl_v3.cc       if (!address.is_initialized())
address          1511 net/disk_cache/blockfile/backend_impl_v3.cc   bool ok = block_files_.IsValid(cache_entry->entry()->address());
address          1512 net/disk_cache/blockfile/backend_impl_v3.cc   ok = ok && block_files_.IsValid(cache_entry->rankings()->address());
address          1516 net/disk_cache/blockfile/backend_impl_v3.cc       Addr address(data->data_addr[i]);
address          1517 net/disk_cache/blockfile/backend_impl_v3.cc       if (address.is_block_file())
address          1518 net/disk_cache/blockfile/backend_impl_v3.cc         ok = ok && block_files_.IsValid(address);
address            76 net/disk_cache/blockfile/backend_impl_v3.h   void OnEntryDestroyBegin(Addr address);
address            85 net/disk_cache/blockfile/backend_impl_v3.h   EntryImplV3* GetOpenEntry(Addr address) const;
address           212 net/disk_cache/blockfile/backend_impl_v3.h   int NewEntry(Addr address, EntryImplV3** entry);
address           277 net/disk_cache/blockfile/backend_worker_v3.cc base::FilePath BackendImpl::GetFileName(Addr address) const {
address           278 net/disk_cache/blockfile/backend_worker_v3.cc   if (!address.is_separate_file() || !address.is_initialized()) {
address           283 net/disk_cache/blockfile/backend_worker_v3.cc   std::string tmp = base::StringPrintf("f_%06x", address.FileNumber());
address           422 net/disk_cache/blockfile/backend_worker_v3.cc   Addr address(data_->header.stats);
address           425 net/disk_cache/blockfile/backend_worker_v3.cc   if (!address.is_initialized()) {
address           430 net/disk_cache/blockfile/backend_worker_v3.cc     if (!CreateBlock(file_type, num_blocks, &address))
address           432 net/disk_cache/blockfile/backend_worker_v3.cc     return stats_.Init(NULL, 0, address);
address           435 net/disk_cache/blockfile/backend_worker_v3.cc   if (!address.is_block_file()) {
address           441 net/disk_cache/blockfile/backend_worker_v3.cc   size = address.num_blocks() * address.BlockSize();
address           442 net/disk_cache/blockfile/backend_worker_v3.cc   MappedFile* file = File(address);
address           447 net/disk_cache/blockfile/backend_worker_v3.cc   size_t offset = address.start_block() * address.BlockSize() +
address           452 net/disk_cache/blockfile/backend_worker_v3.cc   if (!stats_.Init(data.get(), size, address))
address            32 net/disk_cache/blockfile/backend_worker_v3.h   base::FilePath GetFileName(Addr address) const;
address            48 net/disk_cache/blockfile/block_bitmaps_v3.cc   Addr address(block_type, block_count, bitmaps_[header_num].FileId(), index);
address            49 net/disk_cache/blockfile/block_bitmaps_v3.cc   block_address->set_value(address.value());
address            50 net/disk_cache/blockfile/block_bitmaps_v3.cc   Trace("CreateBlock 0x%x", address.value());
address            54 net/disk_cache/blockfile/block_bitmaps_v3.cc void BlockBitmaps::DeleteBlock(Addr address) {
address            55 net/disk_cache/blockfile/block_bitmaps_v3.cc   if (!address.is_initialized() || address.is_separate_file())
address            58 net/disk_cache/blockfile/block_bitmaps_v3.cc   int header_num = GetHeaderNumber(address);
address            62 net/disk_cache/blockfile/block_bitmaps_v3.cc   Trace("DeleteBlock 0x%x", address.value());
address            63 net/disk_cache/blockfile/block_bitmaps_v3.cc   bitmaps_[header_num].DeleteMapBlock(address.start_block(),
address            64 net/disk_cache/blockfile/block_bitmaps_v3.cc                                       address.num_blocks());
address            88 net/disk_cache/blockfile/block_bitmaps_v3.cc bool BlockBitmaps::IsValid(Addr address) {
address            92 net/disk_cache/blockfile/block_bitmaps_v3.cc   if (!address.is_initialized() || address.is_separate_file())
address            95 net/disk_cache/blockfile/block_bitmaps_v3.cc   int header_num = GetHeaderNumber(address);
address            99 net/disk_cache/blockfile/block_bitmaps_v3.cc   bool rv = bitmaps_[header_num].UsedMapBlock(address.start_block(),
address           100 net/disk_cache/blockfile/block_bitmaps_v3.cc                                               address.num_blocks());
address           106 net/disk_cache/blockfile/block_bitmaps_v3.cc int BlockBitmaps::GetHeaderNumber(Addr address) {
address           108 net/disk_cache/blockfile/block_bitmaps_v3.cc   DCHECK(address.is_block_file() || !address.is_initialized());
address           109 net/disk_cache/blockfile/block_bitmaps_v3.cc   if (!address.is_initialized())
address           112 net/disk_cache/blockfile/block_bitmaps_v3.cc   int file_index = address.FileNumber();
address            36 net/disk_cache/blockfile/block_bitmaps_v3.h   void DeleteBlock(Addr address);
address            46 net/disk_cache/blockfile/block_bitmaps_v3.h   bool IsValid(Addr address);
address            50 net/disk_cache/blockfile/block_bitmaps_v3.h   int GetHeaderNumber(Addr address);
address            32 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc   disk_cache::Addr address[kSize];
address            37 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc                                           &address[i]));
address            38 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     EXPECT_EQ(disk_cache::BLOCK_1K, address[i].file_type());
address            39 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     EXPECT_EQ(block_size, address[i].num_blocks());
address            40 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     int start = address[i].start_block();
address            48 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     EXPECT_TRUE(block_bitmaps.IsValid(address[i]));
address            62 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     block_bitmaps.DeleteBlock(address[i]);
address           299 net/disk_cache/blockfile/block_files.cc MappedFile* BlockFiles::GetFile(Addr address) {
address           303 net/disk_cache/blockfile/block_files.cc   DCHECK(address.is_block_file() || !address.is_initialized());
address           304 net/disk_cache/blockfile/block_files.cc   if (!address.is_initialized())
address           307 net/disk_cache/blockfile/block_files.cc   int file_index = address.FileNumber();
address           342 net/disk_cache/blockfile/block_files.cc   Addr address(block_type, block_count, file_header.FileId(), index);
address           343 net/disk_cache/blockfile/block_files.cc   block_address->set_value(address.value());
address           344 net/disk_cache/blockfile/block_files.cc   Trace("CreateBlock 0x%x", address.value());
address           348 net/disk_cache/blockfile/block_files.cc void BlockFiles::DeleteBlock(Addr address, bool deep) {
address           350 net/disk_cache/blockfile/block_files.cc   if (!address.is_initialized() || address.is_separate_file())
address           357 net/disk_cache/blockfile/block_files.cc   MappedFile* file = GetFile(address);
address           361 net/disk_cache/blockfile/block_files.cc   Trace("DeleteBlock 0x%x", address.value());
address           363 net/disk_cache/blockfile/block_files.cc   size_t size = address.BlockSize() * address.num_blocks();
address           364 net/disk_cache/blockfile/block_files.cc   size_t offset = address.start_block() * address.BlockSize() +
address           370 net/disk_cache/blockfile/block_files.cc   file_header.DeleteMapBlock(address.start_block(), address.num_blocks());
address           416 net/disk_cache/blockfile/block_files.cc bool BlockFiles::IsValid(Addr address) {
address           420 net/disk_cache/blockfile/block_files.cc   if (!address.is_initialized() || address.is_separate_file())
address           423 net/disk_cache/blockfile/block_files.cc   MappedFile* file = GetFile(address);
address           428 net/disk_cache/blockfile/block_files.cc   bool rv = header.UsedMapBlock(address.start_block(), address.num_blocks());
address           435 net/disk_cache/blockfile/block_files.cc     size_t size = address.BlockSize() * address.num_blocks();
address           436 net/disk_cache/blockfile/block_files.cc     size_t offset = address.start_block() * address.BlockSize() +
address           593 net/disk_cache/blockfile/block_files.cc   Addr address(BLOCK_256, 1, new_file, 0);
address           594 net/disk_cache/blockfile/block_files.cc   return GetFile(address);
address           613 net/disk_cache/blockfile/block_files.cc     Addr address(BLOCK_256, 1, header->next_file, 0);
address           614 net/disk_cache/blockfile/block_files.cc     MappedFile* next_file = GetFile(address);
address           101 net/disk_cache/blockfile/block_files.h   MappedFile* GetFile(Addr address);
address           111 net/disk_cache/blockfile/block_files.h   void DeleteBlock(Addr address, bool deep);
address           122 net/disk_cache/blockfile/block_files.h   bool IsValid(Addr address);
address            40 net/disk_cache/blockfile/block_files_unittest.cc   Addr address[kMaxSize];
address            44 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
address            51 net/disk_cache/blockfile/block_files_unittest.cc     files.DeleteBlock(address[target], false);
address            52 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target]));
address            66 net/disk_cache/blockfile/block_files_unittest.cc   Addr address[kMaxSize];
address            70 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
address            75 net/disk_cache/blockfile/block_files_unittest.cc     files.DeleteBlock(address[i], false);
address            94 net/disk_cache/blockfile/block_files_unittest.cc     Addr address(0);
address            96 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address));
address            97 net/disk_cache/blockfile/block_files_unittest.cc     entries[i] = address.value();
address           109 net/disk_cache/blockfile/block_files_unittest.cc     Addr address(entries[i]);
address           110 net/disk_cache/blockfile/block_files_unittest.cc     files.DeleteBlock(address, false);
address           116 net/disk_cache/blockfile/block_files_unittest.cc   Addr address(entries[kNumEntries / 2]);
address           117 net/disk_cache/blockfile/block_files_unittest.cc   MappedFile* file = files.GetFile(address);
address           142 net/disk_cache/blockfile/block_files_unittest.cc   file = files.GetFile(address);
address           185 net/disk_cache/blockfile/block_files_unittest.cc   Addr address;
address           186 net/disk_cache/blockfile/block_files_unittest.cc   EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address));
address           210 net/disk_cache/blockfile/block_files_unittest.cc   Addr address(0);
address           211 net/disk_cache/blockfile/block_files_unittest.cc   EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address));
address           213 net/disk_cache/blockfile/block_files_unittest.cc   MappedFile* file = files.GetFile(address);
address           225 net/disk_cache/blockfile/block_files_unittest.cc   file = files.GetFile(address);
address           239 net/disk_cache/blockfile/block_files_unittest.cc   file = files.GetFile(address);
address           312 net/disk_cache/blockfile/block_files_unittest.cc   Addr address[kSize];
address           316 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i]));
address           317 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_EQ(BLOCK_1K, address[i].file_type());
address           318 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_EQ(block_size, address[i].num_blocks());
address           319 net/disk_cache/blockfile/block_files_unittest.cc     int start = address[i].start_block();
address           325 net/disk_cache/blockfile/block_files_unittest.cc     EXPECT_TRUE(files.IsValid(address[i]));
address           331 net/disk_cache/blockfile/block_files_unittest.cc       reinterpret_cast<BlockFileHeader*>(files.GetFile(address[0])->buffer());
address           340 net/disk_cache/blockfile/block_files_unittest.cc     files.DeleteBlock(address[i], false);
address           224 net/disk_cache/blockfile/disk_cache_perftest.cc   disk_cache::Addr* address = new disk_cache::Addr[kNumEntries];
address           231 net/disk_cache/blockfile/disk_cache_perftest.cc                                   &address[i]));
address           242 net/disk_cache/blockfile/disk_cache_perftest.cc     files.DeleteBlock(address[entry], false);
address           244 net/disk_cache/blockfile/disk_cache_perftest.cc                                   &address[entry]));
address           249 net/disk_cache/blockfile/disk_cache_perftest.cc   delete[] address;
address           298 net/disk_cache/blockfile/entry_impl.cc EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
address           302 net/disk_cache/blockfile/entry_impl.cc   entry_.LazyInit(backend->File(address), address);
address           411 net/disk_cache/blockfile/entry_impl.cc   memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
address           417 net/disk_cache/blockfile/entry_impl.cc   node->contents = entry_.address().value();
address           423 net/disk_cache/blockfile/entry_impl.cc     Addr address(0);
address           424 net/disk_cache/blockfile/entry_impl.cc     if (!CreateBlock(entry_store->key_len + 1, &address))
address           427 net/disk_cache/blockfile/entry_impl.cc     entry_store->long_key = address.value();
address           428 net/disk_cache/blockfile/entry_impl.cc     File* key_file = GetBackingFile(address, kKeyFileIndex);
address           432 net/disk_cache/blockfile/entry_impl.cc     if (address.is_block_file())
address           433 net/disk_cache/blockfile/entry_impl.cc       offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address           436 net/disk_cache/blockfile/entry_impl.cc       DeleteData(address, kKeyFileIndex);
address           440 net/disk_cache/blockfile/entry_impl.cc     if (address.is_separate_file())
address           484 net/disk_cache/blockfile/entry_impl.cc     Addr address(entry_.Data()->data_addr[index]);
address           485 net/disk_cache/blockfile/entry_impl.cc     if (address.is_initialized()) {
address           491 net/disk_cache/blockfile/entry_impl.cc       DeleteData(address, index);
address           504 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->long_key);
address           505 net/disk_cache/blockfile/entry_impl.cc   DeleteData(address, kKeyFileIndex);
address           508 net/disk_cache/blockfile/entry_impl.cc   backend_->DeleteBlock(entry_.address(), true);
address           512 net/disk_cache/blockfile/entry_impl.cc     backend_->DeleteBlock(node_.address(), true);
address           521 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::SetNextAddress(Addr address) {
address           522 net/disk_cache/blockfile/entry_impl.cc   DCHECK_NE(address.value(), entry_.address().value());
address           523 net/disk_cache/blockfile/entry_impl.cc   entry_.Data()->next = address.value();
address           529 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->rankings_node);
address           530 net/disk_cache/blockfile/entry_impl.cc   if (!node_.LazyInit(backend_->File(address), address))
address           592 net/disk_cache/blockfile/entry_impl.cc   STRESS_DCHECK(next_addr.value() != entry_.address().value());
address           611 net/disk_cache/blockfile/entry_impl.cc   if (entry_.address().num_blocks() != num_blocks)
address           773 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry->Data()->long_key);
address           774 net/disk_cache/blockfile/entry_impl.cc   DCHECK(address.is_initialized());
address           776 net/disk_cache/blockfile/entry_impl.cc   if (address.is_block_file())
address           777 net/disk_cache/blockfile/entry_impl.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address           780 net/disk_cache/blockfile/entry_impl.cc   File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address,
address           933 net/disk_cache/blockfile/entry_impl.cc   backend_->OnEntryDestroyBegin(entry_.address());
address          1001 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1002 net/disk_cache/blockfile/entry_impl.cc   int eof = address.is_initialized() ? entry_size : 0;
address          1011 net/disk_cache/blockfile/entry_impl.cc   address.set_value(entry_.Data()->data_addr[index]);
address          1012 net/disk_cache/blockfile/entry_impl.cc   DCHECK(address.is_initialized());
address          1013 net/disk_cache/blockfile/entry_impl.cc   if (!address.is_initialized()) {
address          1018 net/disk_cache/blockfile/entry_impl.cc   File* file = GetBackingFile(address, index);
address          1021 net/disk_cache/blockfile/entry_impl.cc     LOG(ERROR) << "No file for " << std::hex << address.value();
address          1026 net/disk_cache/blockfile/entry_impl.cc   if (address.is_block_file()) {
address          1028 net/disk_cache/blockfile/entry_impl.cc     file_offset += address.start_block() * address.BlockSize() +
address          1091 net/disk_cache/blockfile/entry_impl.cc   Trace("To PrepareTarget 0x%x", entry_.address().value());
address          1095 net/disk_cache/blockfile/entry_impl.cc   Trace("From PrepareTarget 0x%x", entry_.address().value());
address          1111 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1114 net/disk_cache/blockfile/entry_impl.cc       DCHECK(!address.is_initialized());
address          1119 net/disk_cache/blockfile/entry_impl.cc   File* file = GetBackingFile(address, index);
address          1124 net/disk_cache/blockfile/entry_impl.cc   if (address.is_block_file()) {
address          1126 net/disk_cache/blockfile/entry_impl.cc     file_offset += address.start_block() * address.BlockSize() +
address          1167 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1168 net/disk_cache/blockfile/entry_impl.cc   if (!CreateBlock(size, &address))
address          1171 net/disk_cache/blockfile/entry_impl.cc   entry_.Data()->data_addr[index] = address.value();
address          1176 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CreateBlock(int size, Addr* address) {
address          1177 net/disk_cache/blockfile/entry_impl.cc   DCHECK(!address->is_initialized());
address          1185 net/disk_cache/blockfile/entry_impl.cc     if (!backend_->CreateExternalFile(address))
address          1190 net/disk_cache/blockfile/entry_impl.cc     if (!backend_->CreateBlock(file_type, num_blocks, address))
address          1202 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::DeleteData(Addr address, int index) {
address          1204 net/disk_cache/blockfile/entry_impl.cc   if (!address.is_initialized())
address          1206 net/disk_cache/blockfile/entry_impl.cc   if (address.is_separate_file()) {
address          1207 net/disk_cache/blockfile/entry_impl.cc     int failure = !DeleteCacheFile(backend_->GetFileName(address));
address          1211 net/disk_cache/blockfile/entry_impl.cc           backend_->GetFileName(address).value() << " from the cache.";
address          1216 net/disk_cache/blockfile/entry_impl.cc     backend_->DeleteBlock(address, true);
address          1237 net/disk_cache/blockfile/entry_impl.cc File* EntryImpl::GetBackingFile(Addr address, int index) {
address          1242 net/disk_cache/blockfile/entry_impl.cc   if (address.is_separate_file())
address          1243 net/disk_cache/blockfile/entry_impl.cc     file = GetExternalFile(address, index);
address          1245 net/disk_cache/blockfile/entry_impl.cc     file = backend_->File(address);
address          1249 net/disk_cache/blockfile/entry_impl.cc File* EntryImpl::GetExternalFile(Addr address, int index) {
address          1254 net/disk_cache/blockfile/entry_impl.cc     if (file->Init(backend_->GetFileName(address)))
address          1281 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1282 net/disk_cache/blockfile/entry_impl.cc   if (address.is_initialized()) {
address          1283 net/disk_cache/blockfile/entry_impl.cc     if (address.is_block_file() && !MoveToLocalBuffer(index))
address          1304 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1316 net/disk_cache/blockfile/entry_impl.cc     DeleteData(address, index);
address          1326 net/disk_cache/blockfile/entry_impl.cc     if (!address.is_initialized()) {
address          1352 net/disk_cache/blockfile/entry_impl.cc   DCHECK(address.is_initialized());
address          1361 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1363 net/disk_cache/blockfile/entry_impl.cc   DCHECK(address.is_initialized());
address          1369 net/disk_cache/blockfile/entry_impl.cc   File* file = GetBackingFile(address, index);
address          1372 net/disk_cache/blockfile/entry_impl.cc   if (address.is_block_file())
address          1373 net/disk_cache/blockfile/entry_impl.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address          1387 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1390 net/disk_cache/blockfile/entry_impl.cc   DeleteData(address, index);
address          1412 net/disk_cache/blockfile/entry_impl.cc     Addr address(entry_.Data()->data_addr[index]);
address          1413 net/disk_cache/blockfile/entry_impl.cc     if (address.is_initialized() && address.is_separate_file()) {
address          1442 net/disk_cache/blockfile/entry_impl.cc   Addr address(entry_.Data()->data_addr[index]);
address          1444 net/disk_cache/blockfile/entry_impl.cc   DCHECK(!address.is_initialized() || address.is_separate_file());
address          1448 net/disk_cache/blockfile/entry_impl.cc   if (size && !address.is_initialized() && !CreateDataBlock(index, size))
address          1456 net/disk_cache/blockfile/entry_impl.cc   address.set_value(entry_.Data()->data_addr[index]);
address          1463 net/disk_cache/blockfile/entry_impl.cc   if (address.is_block_file()) {
address          1466 net/disk_cache/blockfile/entry_impl.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address          1469 net/disk_cache/blockfile/entry_impl.cc   File* file = GetBackingFile(address, index);
address          1511 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::GetData(int index, char** buffer, Addr* address) {
address          1528 net/disk_cache/blockfile/entry_impl.cc   address->set_value(entry_.Data()->data_addr[index]);
address          1529 net/disk_cache/blockfile/entry_impl.cc   if (address->is_initialized()) {
address          1545 net/disk_cache/blockfile/entry_impl.cc         entry_.address().value(), node_.address().value());
address            41 net/disk_cache/blockfile/entry_impl.h   EntryImpl(BackendImpl* backend, Addr address, bool read_only);
address            87 net/disk_cache/blockfile/entry_impl.h   void SetNextAddress(Addr address);
address           190 net/disk_cache/blockfile/entry_impl.h   bool CreateBlock(int size, Addr* address);
address           196 net/disk_cache/blockfile/entry_impl.h   void DeleteData(Addr address, int index);
address           202 net/disk_cache/blockfile/entry_impl.h   File* GetBackingFile(Addr address, int index);
address           205 net/disk_cache/blockfile/entry_impl.h   File* GetExternalFile(Addr address, int index);
address           252 net/disk_cache/blockfile/entry_impl.h   void GetData(int index, char** buffer, Addr* address);
address           247 net/disk_cache/blockfile/entry_impl_v3.cc EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only)
address           249 net/disk_cache/blockfile/entry_impl_v3.cc       address_(address),
address           266 net/disk_cache/blockfile/entry_impl_v3.cc   memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
address           272 net/disk_cache/blockfile/entry_impl_v3.cc   node->contents = entry_.address().value();
address           278 net/disk_cache/blockfile/entry_impl_v3.cc     Addr address(0);
address           279 net/disk_cache/blockfile/entry_impl_v3.cc     if (!CreateBlock(entry_store->key_len + 1, &address))
address           282 net/disk_cache/blockfile/entry_impl_v3.cc     entry_store->long_key = address.value();
address           283 net/disk_cache/blockfile/entry_impl_v3.cc     File* key_file = GetBackingFile(address, kKeyFileIndex);
address           287 net/disk_cache/blockfile/entry_impl_v3.cc     if (address.is_block_file())
address           288 net/disk_cache/blockfile/entry_impl_v3.cc       offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address           291 net/disk_cache/blockfile/entry_impl_v3.cc       DeleteData(address, kKeyFileIndex);
address           295 net/disk_cache/blockfile/entry_impl_v3.cc     if (address.is_separate_file())
address           354 net/disk_cache/blockfile/entry_impl_v3.cc   STRESS_DCHECK(next_addr.value() != entry_.address().value());
address           373 net/disk_cache/blockfile/entry_impl_v3.cc   if (entry_.address().num_blocks() != num_blocks)
address           486 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry->Data()->long_key);
address           487 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(address.is_initialized());
address           489 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_block_file())
address           490 net/disk_cache/blockfile/entry_impl_v3.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address           493 net/disk_cache/blockfile/entry_impl_v3.cc   File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address,
address           734 net/disk_cache/blockfile/entry_impl_v3.cc   backend_->OnEntryDestroyBegin(entry_.address());
address           800 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address           801 net/disk_cache/blockfile/entry_impl_v3.cc   int eof = address.is_initialized() ? entry_size : 0;
address           810 net/disk_cache/blockfile/entry_impl_v3.cc   address.set_value(entry_.Data()->data_addr[index]);
address           811 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(address.is_initialized());
address           812 net/disk_cache/blockfile/entry_impl_v3.cc   if (!address.is_initialized()) {
address           817 net/disk_cache/blockfile/entry_impl_v3.cc   File* file = GetBackingFile(address, index);
address           820 net/disk_cache/blockfile/entry_impl_v3.cc     LOG(ERROR) << "No file for " << std::hex << address.value();
address           825 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_block_file()) {
address           827 net/disk_cache/blockfile/entry_impl_v3.cc     file_offset += address.start_block() * address.BlockSize() +
address           890 net/disk_cache/blockfile/entry_impl_v3.cc   Trace("To PrepareTarget 0x%x", entry_.address().value());
address           894 net/disk_cache/blockfile/entry_impl_v3.cc   Trace("From PrepareTarget 0x%x", entry_.address().value());
address           910 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address           913 net/disk_cache/blockfile/entry_impl_v3.cc       DCHECK(!address.is_initialized());
address           918 net/disk_cache/blockfile/entry_impl_v3.cc   File* file = GetBackingFile(address, index);
address           923 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_block_file()) {
address           925 net/disk_cache/blockfile/entry_impl_v3.cc     file_offset += address.start_block() * address.BlockSize() +
address           966 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address           967 net/disk_cache/blockfile/entry_impl_v3.cc   if (!CreateBlock(size, &address))
address           970 net/disk_cache/blockfile/entry_impl_v3.cc   entry_.Data()->data_addr[index] = address.value();
address           975 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImpl::CreateBlock(int size, Addr* address) {
address           976 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(!address->is_initialized());
address           984 net/disk_cache/blockfile/entry_impl_v3.cc     if (!backend_->CreateExternalFile(address))
address           989 net/disk_cache/blockfile/entry_impl_v3.cc     if (!backend_->CreateBlock(file_type, num_blocks, address))
address          1001 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::DeleteData(Addr address, int index) {
address          1003 net/disk_cache/blockfile/entry_impl_v3.cc   if (!address.is_initialized())
address          1005 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_separate_file()) {
address          1006 net/disk_cache/blockfile/entry_impl_v3.cc     int failure = !DeleteCacheFile(backend_->GetFileName(address));
address          1010 net/disk_cache/blockfile/entry_impl_v3.cc           backend_->GetFileName(address).value() << " from the cache.";
address          1015 net/disk_cache/blockfile/entry_impl_v3.cc     backend_->DeleteBlock(address, true);
address          1049 net/disk_cache/blockfile/entry_impl_v3.cc     Addr address(entry_.Data()->data_addr[index]);
address          1050 net/disk_cache/blockfile/entry_impl_v3.cc     if (address.is_initialized()) {
address          1056 net/disk_cache/blockfile/entry_impl_v3.cc       DeleteData(address, index);
address          1069 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->long_key);
address          1070 net/disk_cache/blockfile/entry_impl_v3.cc   DeleteData(address, kKeyFileIndex);
address          1073 net/disk_cache/blockfile/entry_impl_v3.cc   backend_->DeleteBlock(entry_.address(), true);
address          1077 net/disk_cache/blockfile/entry_impl_v3.cc     backend_->DeleteBlock(node_.address(), true);
address          1103 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address          1104 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_initialized()) {
address          1105 net/disk_cache/blockfile/entry_impl_v3.cc     if (address.is_block_file() && !MoveToLocalBuffer(index))
address          1126 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address          1138 net/disk_cache/blockfile/entry_impl_v3.cc     DeleteData(address, index);
address          1148 net/disk_cache/blockfile/entry_impl_v3.cc     if (!address.is_initialized()) {
address          1174 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(address.is_initialized());
address          1183 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address          1185 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(address.is_initialized());
address          1191 net/disk_cache/blockfile/entry_impl_v3.cc   File* file = GetBackingFile(address, index);
address          1194 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_block_file())
address          1195 net/disk_cache/blockfile/entry_impl_v3.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address          1209 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address          1212 net/disk_cache/blockfile/entry_impl_v3.cc   DeleteData(address, index);
address          1234 net/disk_cache/blockfile/entry_impl_v3.cc     Addr address(entry_.Data()->data_addr[index]);
address          1235 net/disk_cache/blockfile/entry_impl_v3.cc     if (address.is_initialized() && address.is_separate_file()) {
address          1264 net/disk_cache/blockfile/entry_impl_v3.cc   Addr address(entry_.Data()->data_addr[index]);
address          1266 net/disk_cache/blockfile/entry_impl_v3.cc   DCHECK(!address.is_initialized() || address.is_separate_file());
address          1270 net/disk_cache/blockfile/entry_impl_v3.cc   if (size && !address.is_initialized() && !CreateDataBlock(index, size))
address          1278 net/disk_cache/blockfile/entry_impl_v3.cc   address.set_value(entry_.Data()->data_addr[index]);
address          1285 net/disk_cache/blockfile/entry_impl_v3.cc   if (address.is_block_file()) {
address          1288 net/disk_cache/blockfile/entry_impl_v3.cc     offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
address          1291 net/disk_cache/blockfile/entry_impl_v3.cc   File* file = GetBackingFile(address, index);
address          1333 net/disk_cache/blockfile/entry_impl_v3.cc void EntryImpl::GetData(int index, char** buffer, Addr* address) {
address          1350 net/disk_cache/blockfile/entry_impl_v3.cc   address->set_value(entry_.Data()->data_addr[index]);
address          1351 net/disk_cache/blockfile/entry_impl_v3.cc   if (address->is_initialized()) {
address            39 net/disk_cache/blockfile/entry_impl_v3.h   EntryImplV3(BackendImplV3* backend, Addr address, bool read_only);
address           120 net/disk_cache/blockfile/entry_impl_v3.h   bool CreateBlock(int size, Addr* address);
address           126 net/disk_cache/blockfile/entry_impl_v3.h   void DeleteData(Addr address, int index);
address           180 net/disk_cache/blockfile/entry_impl_v3.h   void GetData(int index, char** buffer, Addr* address);
address           289 net/disk_cache/blockfile/eviction.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
address           530 net/disk_cache/blockfile/eviction.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
address           280 net/disk_cache/blockfile/eviction_v3.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
address           100 net/disk_cache/blockfile/index_table_v3.cc void SetCellLocation(IndexCell* cell, uint32 address) {
address           101 net/disk_cache/blockfile/index_table_v3.cc   DCHECK_LE(address, static_cast<uint32>(kCellLocationMask));
address           103 net/disk_cache/blockfile/index_table_v3.cc   cell->first_part |= address;
address           106 net/disk_cache/blockfile/index_table_v3.cc void SetCellSmallTableLocation(IndexCell* cell, uint32 address) {
address           107 net/disk_cache/blockfile/index_table_v3.cc   DCHECK_LE(address, static_cast<uint32>(kCellSmallTableLocationMask));
address           109 net/disk_cache/blockfile/index_table_v3.cc   cell->first_part |= address;
address           189 net/disk_cache/blockfile/index_table_v3.cc bool IsValidAddress(disk_cache::Addr address) {
address           190 net/disk_cache/blockfile/index_table_v3.cc   if (!address.is_initialized() ||
address           191 net/disk_cache/blockfile/index_table_v3.cc       (address.file_type() != disk_cache::BLOCK_EVICTED &&
address           192 net/disk_cache/blockfile/index_table_v3.cc        address.file_type() != disk_cache::BLOCK_ENTRIES)) {
address           196 net/disk_cache/blockfile/index_table_v3.cc   return address.FileNumber() < FileNumberFromLocation(kMaxLocation);
address           322 net/disk_cache/blockfile/index_table_v3.cc                                          Addr address,
address           330 net/disk_cache/blockfile/index_table_v3.cc   return EntryCell(cell_num, hash, address, small_table);
address           344 net/disk_cache/blockfile/index_table_v3.cc                      Addr address,
address           349 net/disk_cache/blockfile/index_table_v3.cc   DCHECK(IsValidAddress(address) || !address.value());
address           355 net/disk_cache/blockfile/index_table_v3.cc     DCHECK(address.FileNumber() == kEntriesFile ||
address           356 net/disk_cache/blockfile/index_table_v3.cc            address.FileNumber() == kEvictedEntriesFile);
address           357 net/disk_cache/blockfile/index_table_v3.cc     SetCellSmallTableLocation(&cell_, address.start_block());
address           360 net/disk_cache/blockfile/index_table_v3.cc     uint32 location = address.FileNumber() << 16 | address.start_block();
address           614 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::CreateEntryCell(uint32 hash, Addr address) {
address           615 net/disk_cache/blockfile/index_table_v3.cc   DCHECK(IsValidAddress(address));
address           616 net/disk_cache/blockfile/index_table_v3.cc   DCHECK(address.FileNumber() || address.start_block());
address           647 net/disk_cache/blockfile/index_table_v3.cc       address.set_value(0);
address           651 net/disk_cache/blockfile/index_table_v3.cc   EntryCell entry_cell(cell_num, hash, address, small_table_);
address           652 net/disk_cache/blockfile/index_table_v3.cc   if (address.file_type() == BLOCK_EVICTED)
address           668 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::FindEntryCell(uint32 hash, Addr address) {
address           669 net/disk_cache/blockfile/index_table_v3.cc   return FindEntryCellImpl(hash, address, false);
address           682 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::SetSate(uint32 hash, Addr address, EntryState state) {
address           683 net/disk_cache/blockfile/index_table_v3.cc   EntryCell cell = FindEntryCellImpl(hash, address, state == ENTRY_FREE);
address           730 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::UpdateTime(uint32 hash, Addr address, base::Time current) {
address           731 net/disk_cache/blockfile/index_table_v3.cc   EntryCell cell = FindEntryCell(hash, address);
address           795 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::FindEntryCellImpl(uint32 hash, Addr address,
address           809 net/disk_cache/blockfile/index_table_v3.cc         if (entry_cell.GetAddress() != address)
address            73 net/disk_cache/blockfile/index_table_v3.h                                        Addr address,
address            83 net/disk_cache/blockfile/index_table_v3.h   EntryCell(int32 cell_num, uint32 hash, Addr address, bool small_table);
address           119 net/disk_cache/blockfile/index_table_v3.h struct CellInfo { uint32 hash; Addr address; };
address           188 net/disk_cache/blockfile/index_table_v3.h   EntryCell CreateEntryCell(uint32 hash, Addr address);
address           194 net/disk_cache/blockfile/index_table_v3.h   EntryCell FindEntryCell(uint32 hash, Addr address);
address           206 net/disk_cache/blockfile/index_table_v3.h   void SetSate(uint32 hash, Addr address, EntryState state);
address           207 net/disk_cache/blockfile/index_table_v3.h   void UpdateTime(uint32 hash, Addr address, base::Time current);
address           235 net/disk_cache/blockfile/index_table_v3.h   EntryCell FindEntryCellImpl(uint32 hash, Addr address, bool allow_deleted);
address           291 net/disk_cache/blockfile/index_table_v3_unittest.cc     disk_cache::Addr addr = entries[i].address;
address           313 net/disk_cache/blockfile/index_table_v3_unittest.cc     disk_cache::Addr addr = entries[i].address;
address           354 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(entries[i].address, found_entries.cells[i].GetAddress());
address           358 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[0].address, disk_cache::ENTRY_DELETED);
address           359 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[1].address, disk_cache::ENTRY_DELETED);
address           360 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[2].address, disk_cache::ENTRY_USED);
address           361 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[3].address, disk_cache::ENTRY_USED);
address           362 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[4].address, disk_cache::ENTRY_USED);
address           368 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[3].address, disk_cache::ENTRY_OPEN);
address           369 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[4].address, disk_cache::ENTRY_OPEN);
address           375 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[4].address, disk_cache::ENTRY_MODIFIED);
address           381 net/disk_cache/blockfile/index_table_v3_unittest.cc   index.SetSate(hash, entries[1].address, disk_cache::ENTRY_FREE);
address           388 net/disk_cache/blockfile/index_table_v3_unittest.cc   EntryCell entry = index.FindEntryCell(hash, entries[0].address);
address           392 net/disk_cache/blockfile/index_table_v3_unittest.cc   entry = index.FindEntryCell(hash, entries[1].address);
address           399 net/disk_cache/blockfile/index_table_v3_unittest.cc   entry = index.FindEntryCell(hash, entries[2].address);
address           248 net/disk_cache/blockfile/rankings.cc   Trace("Insert 0x%x l %d", node->address().value(), list);
address           252 net/disk_cache/blockfile/rankings.cc   Transaction lock(control_data_, node->address(), INSERT, list);
address           259 net/disk_cache/blockfile/rankings.cc         head.Data()->prev != node->address().value()) {  // FinishInsert().
address           264 net/disk_cache/blockfile/rankings.cc     head.Data()->prev = node->address().value();
address           271 net/disk_cache/blockfile/rankings.cc   node->Data()->prev = node->address().value();
address           272 net/disk_cache/blockfile/rankings.cc   my_head.set_value(node->address().value());
address           274 net/disk_cache/blockfile/rankings.cc   if (!my_tail.is_initialized() || my_tail.value() == node->address().value()) {
address           275 net/disk_cache/blockfile/rankings.cc     my_tail.set_value(node->address().value());
address           319 net/disk_cache/blockfile/rankings.cc   Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
address           346 net/disk_cache/blockfile/rankings.cc   Transaction lock(control_data_, node->address(), REMOVE, list);
address           347 net/disk_cache/blockfile/rankings.cc   prev.Data()->next = next.address().value();
address           348 net/disk_cache/blockfile/rankings.cc   next.Data()->prev = prev.address().value();
address           351 net/disk_cache/blockfile/rankings.cc   CacheAddr node_value = node->address().value();
address           364 net/disk_cache/blockfile/rankings.cc       my_head.set_value(next.address().value());
address           365 net/disk_cache/blockfile/rankings.cc       next.Data()->prev = next.address().value();
address           370 net/disk_cache/blockfile/rankings.cc       my_tail.set_value(prev.address().value());
address           371 net/disk_cache/blockfile/rankings.cc       prev.Data()->next = prev.address().value();
address           405 net/disk_cache/blockfile/rankings.cc   if (my_head.value() == node->address().value()) {
address           430 net/disk_cache/blockfile/rankings.cc     if (my_tail.value() == node->address().value())
address           432 net/disk_cache/blockfile/rankings.cc     Addr address(node->Data()->next);
address           433 net/disk_cache/blockfile/rankings.cc     if (address.value() == node->address().value())
address           435 net/disk_cache/blockfile/rankings.cc     next.reset(new CacheRankingsBlock(backend_->File(address), address));
address           463 net/disk_cache/blockfile/rankings.cc     if (my_head.value() == node->address().value())
address           465 net/disk_cache/blockfile/rankings.cc     Addr address(node->Data()->prev);
address           466 net/disk_cache/blockfile/rankings.cc     if (address.value() == node->address().value())
address           468 net/disk_cache/blockfile/rankings.cc     prev.reset(new CacheRankingsBlock(backend_->File(address), address));
address           492 net/disk_cache/blockfile/rankings.cc   IteratorPair current(node->address().value(), node);
address           528 net/disk_cache/blockfile/rankings.cc   if ((node->address().value() == data->prev) && !IsHead(data->prev, &list))
address           531 net/disk_cache/blockfile/rankings.cc   if ((node->address().value() == data->next) && !IsTail(data->next, &list))
address           558 net/disk_cache/blockfile/rankings.cc void Rankings::SetContents(CacheRankingsBlock* node, CacheAddr address) {
address           559 net/disk_cache/blockfile/rankings.cc   node->Data()->contents = address;
address           582 net/disk_cache/blockfile/rankings.cc   if (!rankings->address().is_initialized())
address           674 net/disk_cache/blockfile/rankings.cc   if (my_head.value() != node->address().value()) {
address           675 net/disk_cache/blockfile/rankings.cc     if (my_tail.value() == node->address().value()) {
address           707 net/disk_cache/blockfile/rankings.cc   CacheAddr node_value = node->address().value();
address           710 net/disk_cache/blockfile/rankings.cc          prev.Data()->next == next.address().value());
address           713 net/disk_cache/blockfile/rankings.cc          next.Data()->prev == prev.address().value());
address           728 net/disk_cache/blockfile/rankings.cc   } else if (my_head.value() == next.address().value()) {
address           730 net/disk_cache/blockfile/rankings.cc     prev.Data()->next = next.address().value();
address           732 net/disk_cache/blockfile/rankings.cc   } else if (my_tail.value() == prev.address().value()) {
address           734 net/disk_cache/blockfile/rankings.cc     next.Data()->prev = prev.address().value();
address           747 net/disk_cache/blockfile/rankings.cc   CacheAddr node_addr = node->address().value();
address           757 net/disk_cache/blockfile/rankings.cc   if (node_addr != prev->address().value() &&
address           758 net/disk_cache/blockfile/rankings.cc       node_addr != next->address().value() &&
address           759 net/disk_cache/blockfile/rankings.cc       prev->Data()->next == next->address().value() &&
address           760 net/disk_cache/blockfile/rankings.cc       next->Data()->prev == prev->address().value()) {
address           788 net/disk_cache/blockfile/rankings.cc   if (prev->Data()->next != next->address().value() ||
address           789 net/disk_cache/blockfile/rankings.cc       next->Data()->prev != prev->address().value()) {
address           886 net/disk_cache/blockfile/rankings.cc   CacheAddr address = node->address().value();
address           889 net/disk_cache/blockfile/rankings.cc     if (it->first == address && it->second->HasData()) {
address           897 net/disk_cache/blockfile/rankings.cc   CacheAddr address = node->address().value();
address           900 net/disk_cache/blockfile/rankings.cc     if (it->first == address) {
address           901 net/disk_cache/blockfile/rankings.cc       DLOG(INFO) << "Invalidating iterator at 0x" << std::hex << address;
address           144 net/disk_cache/blockfile/rankings.h   void SetContents(CacheRankingsBlock* node, CacheAddr address);
address            64 net/disk_cache/blockfile/sparse_control.cc   void ReadData(disk_cache::Addr address, int len);
address           105 net/disk_cache/blockfile/sparse_control.cc void ChildrenDeleter::ReadData(disk_cache::Addr address, int len) {
address           106 net/disk_cache/blockfile/sparse_control.cc   DCHECK(address.is_block_file());
address           110 net/disk_cache/blockfile/sparse_control.cc   disk_cache::File* file(backend_->File(address));
address           114 net/disk_cache/blockfile/sparse_control.cc   size_t file_offset = address.start_block() * address.BlockSize() +
address           348 net/disk_cache/blockfile/sparse_control.cc   Addr address;
address           349 net/disk_cache/blockfile/sparse_control.cc   entry->GetData(kSparseIndex, &buffer, &address);
address           350 net/disk_cache/blockfile/sparse_control.cc   if (!buffer && !address.is_initialized())
address           368 net/disk_cache/blockfile/sparse_control.cc         base::Bind(&ChildrenDeleter::ReadData, deleter, address, data_len));
address            64 net/disk_cache/blockfile/sparse_control_v3.cc   void ReadData(disk_cache::Addr address, int len);
address           105 net/disk_cache/blockfile/sparse_control_v3.cc void ChildrenDeleter::ReadData(disk_cache::Addr address, int len) {
address           106 net/disk_cache/blockfile/sparse_control_v3.cc   DCHECK(address.is_block_file());
address           110 net/disk_cache/blockfile/sparse_control_v3.cc   disk_cache::File* file(backend_->File(address));
address           114 net/disk_cache/blockfile/sparse_control_v3.cc   size_t file_offset = address.start_block() * address.BlockSize() +
address           327 net/disk_cache/blockfile/sparse_control_v3.cc   Addr address;
address           328 net/disk_cache/blockfile/sparse_control_v3.cc   entry->GetData(kSparseIndex, &buffer, &address);
address           329 net/disk_cache/blockfile/sparse_control_v3.cc   if (!buffer && !address.is_initialized())
address           347 net/disk_cache/blockfile/sparse_control_v3.cc         base::Bind(&ChildrenDeleter::ReadData, deleter, address, data_len));
address           100 net/disk_cache/blockfile/stats.cc bool Stats::Init(void* data, int num_bytes, Addr address) {
address           115 net/disk_cache/blockfile/stats.cc   storage_addr_ = address;
address           216 net/disk_cache/blockfile/stats.cc int Stats::SerializeStats(void* data, int num_bytes, Addr* address) {
address           226 net/disk_cache/blockfile/stats.cc   *address = storage_addr_;
address            58 net/disk_cache/blockfile/stats.h   bool Init(void* data, int num_bytes, Addr address);
address            84 net/disk_cache/blockfile/stats.h   int SerializeStats(void* data, int num_bytes, Addr* address);
address            17 net/disk_cache/blockfile/storage_block-inl.h                                                    Addr address)
address            18 net/disk_cache/blockfile/storage_block-inl.h     : data_(NULL), file_(file), address_(address), modified_(false),
address            20 net/disk_cache/blockfile/storage_block-inl.h   if (address.num_blocks() > 1)
address            22 net/disk_cache/blockfile/storage_block-inl.h   DCHECK(!address.is_initialized() || sizeof(*data_) == address.BlockSize());
address            46 net/disk_cache/blockfile/storage_block-inl.h                                                     Addr address) {
address            52 net/disk_cache/blockfile/storage_block-inl.h   address_.set_value(address.value());
address            53 net/disk_cache/blockfile/storage_block-inl.h   if (address.num_blocks() > 1)
address            56 net/disk_cache/blockfile/storage_block-inl.h   DCHECK(sizeof(*data_) == address.BlockSize());
address           114 net/disk_cache/blockfile/storage_block-inl.h template<typename T> const Addr StorageBlock<T>::address() const {
address            33 net/disk_cache/blockfile/storage_block.h   StorageBlock(MappedFile* file, Addr address);
address            42 net/disk_cache/blockfile/storage_block.h   bool LazyInit(MappedFile* file, Addr address);
address            72 net/disk_cache/blockfile/storage_block.h   const Addr address() const;
address          1579 net/disk_cache/entry_unittest.cc   disk_cache::Addr address(0x80000001);
address          1580 net/disk_cache/entry_unittest.cc   base::FilePath name = cache_impl_->GetFileName(address);
address            56 net/dns/address_sorter_posix.cc                         const IPAddressNumber& address) {
address            57 net/dns/address_sorter_posix.cc   if (address.size() == kIPv4AddressSize)
address            58 net/dns/address_sorter_posix.cc     return GetPolicyValue(table, ConvertIPv4NumberToIPv6Number(address));
address            62 net/dns/address_sorter_posix.cc     if (IPNumberMatchesPrefix(address, prefix, entry.prefix_length))
address            70 net/dns/address_sorter_posix.cc bool IsIPv6Multicast(const IPAddressNumber& address) {
address            71 net/dns/address_sorter_posix.cc   DCHECK_EQ(kIPv6AddressSize, address.size());
address            72 net/dns/address_sorter_posix.cc   return address[0] == 0xFF;
address            76 net/dns/address_sorter_posix.cc     const IPAddressNumber& address) {
address            77 net/dns/address_sorter_posix.cc   DCHECK_EQ(kIPv6AddressSize, address.size());
address            78 net/dns/address_sorter_posix.cc   return static_cast<AddressSorterPosix::AddressScope>(address[1] & 0x0F);
address            81 net/dns/address_sorter_posix.cc bool IsIPv6Loopback(const IPAddressNumber& address) {
address            82 net/dns/address_sorter_posix.cc   DCHECK_EQ(kIPv6AddressSize, address.size());
address            88 net/dns/address_sorter_posix.cc   return address == IPAddressNumber(kLoopback, kLoopback + kIPv6AddressSize);
address            91 net/dns/address_sorter_posix.cc bool IsIPv6LinkLocal(const IPAddressNumber& address) {
address            92 net/dns/address_sorter_posix.cc   DCHECK_EQ(kIPv6AddressSize, address.size());
address            94 net/dns/address_sorter_posix.cc   return (address[0] == 0xFE) && ((address[1] & 0xC0) == 0x80);
address            97 net/dns/address_sorter_posix.cc bool IsIPv6SiteLocal(const IPAddressNumber& address) {
address            98 net/dns/address_sorter_posix.cc   DCHECK_EQ(kIPv6AddressSize, address.size());
address           100 net/dns/address_sorter_posix.cc   return (address[0] == 0xFE) && ((address[1] & 0xC0) == 0xC0);
address           105 net/dns/address_sorter_posix.cc     const IPAddressNumber& address) {
address           106 net/dns/address_sorter_posix.cc   if (address.size() == kIPv6AddressSize) {
address           107 net/dns/address_sorter_posix.cc     if (IsIPv6Multicast(address)) {
address           108 net/dns/address_sorter_posix.cc       return GetIPv6MulticastScope(address);
address           109 net/dns/address_sorter_posix.cc     } else if (IsIPv6Loopback(address) || IsIPv6LinkLocal(address)) {
address           111 net/dns/address_sorter_posix.cc     } else if (IsIPv6SiteLocal(address)) {
address           116 net/dns/address_sorter_posix.cc   } else if (address.size() == kIPv4AddressSize) {
address           118 net/dns/address_sorter_posix.cc         GetPolicyValue(ipv4_scope_table, address));
address           178 net/dns/address_sorter_posix.cc   IPAddressNumber address;
address           228 net/dns/address_sorter_posix.cc   if (dst_a->address.size() == dst_b->address.size()) {
address           263 net/dns/address_sorter_posix.cc     info->address = list[i].address();
address           264 net/dns/address_sorter_posix.cc     info->scope = GetScope(ipv4_scope_table_, info->address);
address           265 net/dns/address_sorter_posix.cc     info->precedence = GetPolicyValue(precedence_table_, info->address);
address           266 net/dns/address_sorter_posix.cc     info->label = GetPolicyValue(label_table_, info->address);
address           277 net/dns/address_sorter_posix.cc     IPEndPoint dest(info->address, 80 /* port */);
address           293 net/dns/address_sorter_posix.cc     SourceAddressInfo& src_info = source_map_[src.address()];
address           297 net/dns/address_sorter_posix.cc       FillPolicy(src.address(), &src_info);
address           301 net/dns/address_sorter_posix.cc     if (info->address.size() == src.address().size()) {
address           303 net/dns/address_sorter_posix.cc           CommonPrefixLength(info->address, src.address()),
address           313 net/dns/address_sorter_posix.cc     result.push_back(IPEndPoint(sort_list[i]->address, 0 /* port */));
address           329 net/dns/address_sorter_posix.cc     const IPAddressNumber& address = it->first;
address           331 net/dns/address_sorter_posix.cc     SourceAddressInfo& info = source_map_[address];
address           336 net/dns/address_sorter_posix.cc     FillPolicy(address, &info);
address           357 net/dns/address_sorter_posix.cc     SourceAddressInfo& info = source_map_[src.address()];
address           375 net/dns/address_sorter_posix.cc         info.prefix_length = MaskPrefixLength(netmask.address());
address           380 net/dns/address_sorter_posix.cc     FillPolicy(src.address(), &info);
address           387 net/dns/address_sorter_posix.cc void AddressSorterPosix::FillPolicy(const IPAddressNumber& address,
address           390 net/dns/address_sorter_posix.cc   info->scope = GetScope(ipv4_scope_table_, address);
address           391 net/dns/address_sorter_posix.cc   info->label = GetPolicyValue(label_table_, address);
address            77 net/dns/address_sorter_posix.h   void FillPolicy(const IPAddressNumber& address,
address            54 net/dns/address_sorter_posix_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address            58 net/dns/address_sorter_posix_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address            61 net/dns/address_sorter_posix_unittest.cc     *address = local_endpoint_;
address            68 net/dns/address_sorter_posix_unittest.cc     AddressMapping::const_iterator it = mapping_->find(remote.address());
address           153 net/dns/address_sorter_posix_unittest.cc     IPAddressNumber address = ParseIP(addr);
address           154 net/dns/address_sorter_posix_unittest.cc     AddressSorterPosix::SourceAddressInfo* info = &sorter_.source_map_[address];
address           156 net/dns/address_sorter_posix_unittest.cc       sorter_.FillPolicy(address, info);
address           178 net/dns/address_sorter_posix_unittest.cc       EXPECT_TRUE(expected.address() == actual.address()) <<
address            62 net/dns/address_sorter_win.cc           ipe = IPEndPoint(ConvertIPv4NumberToIPv6Number(ipe.address()),
address           115 net/dns/address_sorter_win.cc           if (IsIPv4Mapped(ipe.address())) {
address           116 net/dns/address_sorter_win.cc             ipe = IPEndPoint(ConvertIPv4MappedToIPv4(ipe.address()),
address            51 net/dns/dns_config_service.cc     type = MergeNameServersTypes(type, GetNameServerType(it->address()));
address            73 net/dns/dns_config_service.cc     const IPAddressNumber& address) const {
address            77 net/dns/dns_config_service.cc     if ((*it)->pattern.Match(address))
address            59 net/dns/dns_config_service.h   NameServersType GetNameServerType(const IPAddressNumber& address) const;
address           484 net/dns/dns_config_service_posix.cc     if (dns_config->nameservers[i].address() == kEmptyAddress)
address            47 net/dns/dns_config_service_unittest.cc       IPAddressNumber address;
address            48 net/dns/dns_config_service_unittest.cc       bool parsed = ParseIPLiteralToNumber(*it, &address);
address            50 net/dns/dns_config_service_unittest.cc       servers.push_back(IPEndPoint(address, dns_protocol::kDefaultPort));
address           271 net/dns/dns_config_service_win.cc     for (const IP_ADAPTER_UNICAST_ADDRESS* address =
address           273 net/dns/dns_config_service_win.cc          address != NULL;
address           274 net/dns/dns_config_service_win.cc          address = address->Next) {
address           276 net/dns/dns_config_service_win.cc       if (!ipe.FromSockAddr(address->Address.lpSockaddr,
address           277 net/dns/dns_config_service_win.cc                             address->Address.iSockaddrLength)) {
address           282 net/dns/dns_config_service_win.cc         (*hosts)[DnsHostsKey(localname, ADDRESS_FAMILY_IPV4)] = ipe.address();
address           285 net/dns/dns_config_service_win.cc         (*hosts)[DnsHostsKey(localname, ADDRESS_FAMILY_IPV6)] = ipe.address();
address           337 net/dns/dns_config_service_win.cc bool IsStatelessDiscoveryAddress(const IPAddressNumber& address) {
address           338 net/dns/dns_config_service_win.cc   if (address.size() != kIPv6AddressSize)
address           345 net/dns/dns_config_service_win.cc                     address.begin()) && (address.back() < 4);
address           486 net/dns/dns_config_service_win.cc     for (const IP_ADAPTER_DNS_SERVER_ADDRESS* address =
address           488 net/dns/dns_config_service_win.cc          address != NULL;
address           489 net/dns/dns_config_service_win.cc          address = address->Next) {
address           491 net/dns/dns_config_service_win.cc       if (ipe.FromSockAddr(address->Address.lpSockaddr,
address           492 net/dns/dns_config_service_win.cc                            address->Address.iSockaddrLength)) {
address           493 net/dns/dns_config_service_win.cc         if (IsStatelessDiscoveryAddress(ipe.address()))
address           497 net/dns/dns_config_service_win.cc           ipe = IPEndPoint(ipe.address(), dns_protocol::kDefaultPort);
address            94 net/dns/dns_config_service_win_unittest.cc     IP_ADAPTER_DNS_SERVER_ADDRESS* address = NULL;
address            98 net/dns/dns_config_service_win_unittest.cc         address = adapter->FirstDnsServerAddress = addresses + num_addresses;
address           101 net/dns/dns_config_service_win_unittest.cc         address = address->Next = address - 1;
address           106 net/dns/dns_config_service_win_unittest.cc       address->Address.lpSockaddr =
address           109 net/dns/dns_config_service_win_unittest.cc       CHECK(ipe.ToSockAddr(address->Address.lpSockaddr, &length));
address           110 net/dns/dns_config_service_win_unittest.cc       address->Address.iSockaddrLength = static_cast<int>(length);
address           186 net/dns/host_resolver_impl.cc   const IPAddressNumber& address = endpoint.address();
address           187 net/dns/host_resolver_impl.cc   bool is_link_local = (address[0] == 0xFE) && ((address[1] & 0xC0) == 0x80);
address           193 net/dns/host_resolver_impl.cc                               address.begin());
address           268 net/dns/host_resolver_impl.cc     const IPAddressNumber& address = addresses[i].address();
address           271 net/dns/host_resolver_impl.cc         if (address[0] != 127)
address          2156 net/dns/host_resolver_impl.cc       IPAddressNumber address(kIPv6Address,
address          2162 net/dns/host_resolver_impl.cc       bool rv6 = IsGloballyReachable(address, probe_net_log);
address           181 net/dns/host_resolver_impl_unittest.cc bool AddressListContains(const AddressList& list, const std::string& address,
address           184 net/dns/host_resolver_impl_unittest.cc   bool rv = ParseIPLiteralToNumber(address, &ip);
address           250 net/dns/host_resolver_impl_unittest.cc   bool HasAddress(const std::string& address, int port) const {
address           251 net/dns/host_resolver_impl_unittest.cc     return AddressListContains(list_, address, port);
address           259 net/dns/host_resolver_impl_unittest.cc   bool HasOneAddress(const std::string& address, int port) const {
address           260 net/dns/host_resolver_impl_unittest.cc     return HasAddress(address, port) && (NumberOfAddresses() == 1u);
address            18 net/dns/mdns_client.cc IPEndPoint GetMDnsIPEndPoint(const char* address) {
address            20 net/dns/mdns_client.cc   bool success = ParseIPLiteralToNumber(address,
address            30 net/dns/mdns_client.cc   IPAddressNumber address_any(multicast_addr.address().size());
address            40 net/dns/mdns_client.cc   return socket->JoinGroup(multicast_addr.address());
address            73 net/dns/mdns_client.cc     AddressFamily family = GetAddressFamily(network_list[i].address);
address           892 net/dns/mdns_client_unittest.cc   *ip_container = arg1->template rdata<ARecordRdata>()->address();
address           896 net/dns/mdns_client_unittest.cc   IPAddressNumber address;
address           907 net/dns/mdns_client_unittest.cc       .WillOnce(SaveIPAddress(&address));
address           912 net/dns/mdns_client_unittest.cc   EXPECT_EQ("2.3.4.5", IPAddressToString(address));
address            24 net/dns/mock_mdns_socket_factory.cc                                          const IPEndPoint& address,
address            26 net/dns/mock_mdns_socket_factory.cc   return SendToInternal(std::string(buf->data(), buf_len), address.ToString(),
address            30 net/dns/mock_mdns_socket_factory.cc int MockMDnsDatagramServerSocket::GetLocalAddress(IPEndPoint* address) const {
address            31 net/dns/mock_mdns_socket_factory.cc   *address = local_address_;
address            41 net/dns/mock_mdns_socket_factory.cc     IOBuffer* buffer, int size, IPEndPoint* address,
address            50 net/dns/mock_mdns_socket_factory.cc     IOBuffer* buffer, int size, IPEndPoint* address,
address            52 net/dns/mock_mdns_socket_factory.cc   int rv = HandleRecvNow(buffer, size, address, callback);
address           101 net/dns/mock_mdns_socket_factory.cc     IPEndPoint* address,
address           110 net/dns/mock_mdns_socket_factory.cc     const std::string& packet, const std::string& address,
address            21 net/dns/mock_mdns_socket_factory.h   MOCK_METHOD1(Listen, int(const IPEndPoint& address));
address            23 net/dns/mock_mdns_socket_factory.h   MOCK_METHOD1(ListenInternal, int(const std::string& address));
address            26 net/dns/mock_mdns_socket_factory.h                              IPEndPoint* address,
address            29 net/dns/mock_mdns_socket_factory.h   virtual int SendTo(IOBuffer* buf, int buf_len, const IPEndPoint& address,
address            33 net/dns/mock_mdns_socket_factory.h                                    const std::string address,
address            41 net/dns/mock_mdns_socket_factory.h   MOCK_CONST_METHOD1(GetPeerAddress, int(IPEndPoint* address));
address            42 net/dns/mock_mdns_socket_factory.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            49 net/dns/mock_mdns_socket_factory.h   MOCK_CONST_METHOD1(LeaveGroup, int(const IPAddressNumber& address));
address            61 net/dns/mock_mdns_socket_factory.h   int HandleRecvNow(IOBuffer* buffer, int size, IPEndPoint* address,
address            64 net/dns/mock_mdns_socket_factory.h   int HandleRecvLater(IOBuffer* buffer, int size, IPEndPoint* address,
address            85 net/dns/mock_mdns_socket_factory.h   int SendToInternal(const std::string& packet, const std::string& address,
address            91 net/dns/mock_mdns_socket_factory.h                        IPEndPoint* address,
address            84 net/dns/record_rdata.h   const IPAddressNumber& address() const { return address_; }
address           106 net/dns/record_rdata.h   const IPAddressNumber& address() const { return address_; }
address            83 net/dns/record_rdata_unittest.cc   ASSERT_EQ("127.0.0.1", IPAddressToString(record_obj->address()));
address           108 net/dns/record_rdata_unittest.cc             IPAddressToString(record_obj->address()));
address          1253 net/ftp/ftp_network_transaction.cc       ip_endpoint.address(), data_connection_port_);
address           248 net/http/http_proxy_client_socket.cc int HttpProxyClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           249 net/http/http_proxy_client_socket.cc   return transport_->socket()->GetPeerAddress(address);
address           252 net/http/http_proxy_client_socket.cc int HttpProxyClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           253 net/http/http_proxy_client_socket.cc   return transport_->socket()->GetLocalAddress(address);
address            87 net/http/http_proxy_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            88 net/http/http_proxy_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address           320 net/proxy/proxy_resolver_v8.cc   IPAddressNumber address;
address           321 net/proxy/proxy_resolver_v8.cc   if (!ParseIPLiteralToNumber(ip_address, &address))
address           330 net/proxy/proxy_resolver_v8.cc   if (address.size() != prefix.size())
address           333 net/proxy/proxy_resolver_v8.cc   DCHECK((address.size() == 4 && prefix.size() == 4) ||
address           334 net/proxy/proxy_resolver_v8.cc          (address.size() == 16 && prefix.size() == 16));
address           336 net/proxy/proxy_resolver_v8.cc   return IPNumberMatchesPrefix(address, prefix, prefix_length_in_bits);
address           143 net/quic/crypto/crypto_server_test.cc     StringPiece address;
address           144 net/quic/crypto/crypto_server_test.cc     ASSERT_TRUE(server_hello.GetStringPiece(kCADR, &address));
address           146 net/quic/crypto/crypto_server_test.cc     ASSERT_TRUE(decoder.Decode(address.data(), address.size()));
address           147 net/quic/crypto/crypto_server_test.cc     EXPECT_EQ(client_address_.address(), decoder.ip());
address          1225 net/quic/crypto/quic_crypto_server_config.cc   source_address_token.set_ip(IPAddressToPackedString(ip.address()));
address          1248 net/quic/crypto/quic_crypto_server_config.cc   if (source_address_token.ip() != IPAddressToPackedString(ip.address())) {
address            13 net/quic/quic_address_mismatch.cc   if (first_address.address().empty() || second_address.address().empty()) {
address            18 net/quic/quic_address_mismatch.cc   if (first_address.address() != second_address.address()) {
address            31 net/quic/quic_address_mismatch.cc   bool first_ipv4 = (first_address.address().size() == kIPv4AddressSize);
address            32 net/quic/quic_address_mismatch.cc   bool second_ipv4 = (second_address.address().size() == kIPv4AddressSize);
address           166 net/quic/quic_connection.cc                                IPEndPoint address,
address           180 net/quic/quic_connection.cc       peer_address_(address),
address           932 net/quic/quic_connection.cc       self_address().address(), peer_address());
address          1027 net/quic/quic_connection.cc   if (peer_address_.address().empty()) {
address          1030 net/quic/quic_connection.cc   if (self_address_.address().empty()) {
address          1311 net/quic/quic_connection.cc                                             self_address().address(),
address           211 net/quic/quic_connection.h                  IPEndPoint address,
address           564 net/quic/quic_connection_logger.cc     StringPiece address;
address           566 net/quic/quic_connection_logger.cc     if (message.GetStringPiece(kCADR, &address) &&
address           567 net/quic/quic_connection_logger.cc         decoder.Decode(address.data(), address.size())) {
address           403 net/quic/quic_connection_test.cc                  IPEndPoint address,
address           409 net/quic/quic_connection_test.cc       : QuicConnection(connection_id, address, helper, writer, is_server,
address           141 net/quic/quic_end_to_end_unittest.cc     server_address_ = IPEndPoint(server_address_.address(),
address           521 net/quic/quic_framer.cc   if (!packet.client_address.address().empty()) {
address           723 net/quic/quic_framer.cc   StringPiece address;
address           724 net/quic/quic_framer.cc   if (reset->GetStringPiece(kCADR, &address)) {
address           726 net/quic/quic_framer.cc     if (address_coder.Decode(address.data(), address.length())) {
address          3405 net/quic/quic_framer_test.cc       visitor_.public_reset_packet_->client_address.address().empty());
address          3510 net/quic/quic_framer_test.cc                 client_address.address()));
address          3562 net/quic/quic_framer_test.cc       visitor_.public_reset_packet_->client_address.address().empty());
address           539 net/quic/quic_http_stream.cc   IPEndPoint address = stream_->GetPeerAddress();
address           540 net/quic/quic_http_stream.cc   response_info_->socket_address = HostPortPair::FromIPEndPoint(address);
address            59 net/quic/quic_http_stream_test.cc                      IPEndPoint address,
address            62 net/quic/quic_http_stream_test.cc       : QuicConnection(connection_id, address, helper, writer, false,
address           636 net/quic/quic_network_transaction_unittest.cc   AddressList address;
address           639 net/quic/quic_network_transaction_unittest.cc                          &address,
address           678 net/quic/quic_network_transaction_unittest.cc   AddressList address;
address           681 net/quic/quic_network_transaction_unittest.cc                          &address,
address           719 net/quic/quic_network_transaction_unittest.cc   AddressList address;
address           720 net/quic/quic_network_transaction_unittest.cc   host_resolver_.Resolve(info, DEFAULT_PRIORITY, &address,
address           866 net/quic/quic_network_transaction_unittest.cc   AddressList address;
address           869 net/quic/quic_network_transaction_unittest.cc                          &address,
address            23 net/quic/quic_socket_address_coder.cc QuicSocketAddressCoder::QuicSocketAddressCoder(const IPEndPoint& address)
address            24 net/quic/quic_socket_address_coder.cc     : address_(address) {
address            45 net/quic/quic_socket_address_coder.cc   serialized.append(IPAddressToPackedString(address_.address()));
address            22 net/quic/quic_socket_address_coder.h   explicit QuicSocketAddressCoder(const IPEndPoint& address);
address            30 net/quic/quic_socket_address_coder.h     return address_.address();
address           319 net/quic/quic_stream_factory.cc   AddressList address(session_->connection()->peer_address());
address           320 net/quic/quic_stream_factory.cc   if (factory_->OnResolution(server_id_, address)) {
address           478 net/quic/quic_stream_factory.cc     const IPEndPoint& address = address_list[i];
address           479 net/quic/quic_stream_factory.cc     const IpAliasKey ip_alias_key(address, server_id.is_https());
address           279 net/quic/test_tools/quic_test_utils.cc MockConnection::MockConnection(IPEndPoint address,
address           281 net/quic/test_tools/quic_test_utils.cc     : QuicConnection(kTestConnectionId, address,
address           292 net/quic/test_tools/quic_test_utils.h   MockConnection(IPEndPoint address, bool is_server);
address            91 net/server/http_server.cc int HttpServer::GetLocalAddress(IPEndPoint* address) {
address            94 net/server/http_server.cc   return server_->GetLocalAddress(address);
address            64 net/server/http_server.h   int GetLocalAddress(IPEndPoint* address);
address            66 net/server/http_server_unittest.cc   int ConnectAndWait(const IPEndPoint& address) {
address            67 net/server/http_server_unittest.cc     AddressList addresses(address);
address            86 net/socket/buffered_write_stream_socket.cc int BufferedWriteStreamSocket::GetPeerAddress(IPEndPoint* address) const {
address            87 net/socket/buffered_write_stream_socket.cc   return wrapped_socket_->GetPeerAddress(address);
address            90 net/socket/buffered_write_stream_socket.cc int BufferedWriteStreamSocket::GetLocalAddress(IPEndPoint* address) const {
address            91 net/socket/buffered_write_stream_socket.cc   return wrapped_socket_->GetLocalAddress(address);
address            54 net/socket/buffered_write_stream_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            55 net/socket/buffered_write_stream_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            24 net/socket/server_socket.h   virtual int Listen(const net::IPEndPoint& address, int backlog) = 0;
address            27 net/socket/server_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const = 0;
address            33 net/socket/socket_net_log_params.cc base::Value* NetLogIPEndPointCallback(const IPEndPoint* address,
address            36 net/socket/socket_net_log_params.cc   dict->SetString("address", address->ToString());
address            62 net/socket/socket_net_log_params.cc     const IPEndPoint* address) {
address            63 net/socket/socket_net_log_params.cc   return base::Bind(&NetLogIPEndPointCallback, address);
address            28 net/socket/socket_net_log_params.h     const IPEndPoint* address);
address           736 net/socket/socket_test_util.cc int MockClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           739 net/socket/socket_test_util.cc   *address = peer_addr_;
address           743 net/socket/socket_test_util.cc int MockClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           747 net/socket/socket_test_util.cc   *address = IPEndPoint(ip, 123);
address           917 net/socket/socket_test_util.cc int MockTCPClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           919 net/socket/socket_test_util.cc     return MockClientSocket::GetPeerAddress(address);
address           921 net/socket/socket_test_util.cc   *address = addresses_[0];
address          1137 net/socket/socket_test_util.cc int DeterministicMockUDPClientSocket::Connect(const IPEndPoint& address) {
address          1141 net/socket/socket_test_util.cc   peer_address_ = address;
address          1178 net/socket/socket_test_util.cc     IPEndPoint* address) const {
address          1179 net/socket/socket_test_util.cc   *address = peer_address_;
address          1184 net/socket/socket_test_util.cc     IPEndPoint* address) const {
address          1188 net/socket/socket_test_util.cc   *address = IPEndPoint(ip, source_port_);
address          1371 net/socket/socket_test_util.cc int MockSSLClientSocket::GetPeerAddress(IPEndPoint* address) const {
address          1372 net/socket/socket_test_util.cc   return transport_->socket()->GetPeerAddress(address);
address          1523 net/socket/socket_test_util.cc int MockUDPClientSocket::GetPeerAddress(IPEndPoint* address) const {
address          1524 net/socket/socket_test_util.cc   *address = peer_addr_;
address          1528 net/socket/socket_test_util.cc int MockUDPClientSocket::GetLocalAddress(IPEndPoint* address) const {
address          1532 net/socket/socket_test_util.cc   *address = IPEndPoint(ip, source_port_);
address          1540 net/socket/socket_test_util.cc int MockUDPClientSocket::Connect(const IPEndPoint& address) {
address          1542 net/socket/socket_test_util.cc   peer_addr_ = address;
address           686 net/socket/socket_test_util.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address           687 net/socket/socket_test_util.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address           749 net/socket/socket_test_util.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address           858 net/socket/socket_test_util.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address           859 net/socket/socket_test_util.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address           863 net/socket/socket_test_util.h   virtual int Connect(const IPEndPoint& address) OVERRIDE;
address           947 net/socket/socket_test_util.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address          1000 net/socket/socket_test_util.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address          1001 net/socket/socket_test_util.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address          1005 net/socket/socket_test_util.h   virtual int Connect(const IPEndPoint& address) OVERRIDE;
address           498 net/socket/socks5_client_socket.cc int SOCKS5ClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           499 net/socket/socks5_client_socket.cc   return transport_->socket()->GetPeerAddress(address);
address           502 net/socket/socks5_client_socket.cc int SOCKS5ClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           503 net/socket/socks5_client_socket.cc   return transport_->socket()->GetLocalAddress(address);
address            70 net/socket/socks5_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            71 net/socket/socks5_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address           329 net/socket/socks_client_socket.cc   CHECK_LE(endpoint.address().size(), sizeof(request.ip));
address           330 net/socket/socks_client_socket.cc   memcpy(&request.ip, &endpoint.address()[0], endpoint.address().size());
address           447 net/socket/socks_client_socket.cc int SOCKSClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           448 net/socket/socks_client_socket.cc   return transport_->socket()->GetPeerAddress(address);
address           451 net/socket/socks_client_socket.cc int SOCKSClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           452 net/socket/socks_client_socket.cc   return transport_->socket()->GetLocalAddress(address);
address            67 net/socket/socks_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            68 net/socket/socks_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address          3021 net/socket/ssl_client_socket_nss.cc int SSLClientSocketNSS::GetPeerAddress(IPEndPoint* address) const {
address          3022 net/socket/ssl_client_socket_nss.cc   return transport_->socket()->GetPeerAddress(address);
address          3025 net/socket/ssl_client_socket_nss.cc int SSLClientSocketNSS::GetLocalAddress(IPEndPoint* address) const {
address          3026 net/socket/ssl_client_socket_nss.cc   return transport_->socket()->GetLocalAddress(address);
address            89 net/socket/ssl_client_socket_nss.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            90 net/socket/ssl_client_socket_nss.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            78 net/socket/ssl_client_socket_openssl.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            79 net/socket/ssl_client_socket_openssl.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            62 net/socket/ssl_client_socket_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address            63 net/socket/ssl_client_socket_unittest.cc     return transport_->GetPeerAddress(address);
address            65 net/socket/ssl_client_socket_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address            66 net/socket/ssl_client_socket_unittest.cc     return transport_->GetLocalAddress(address);
address           261 net/socket/ssl_server_socket_nss.cc int SSLServerSocketNSS::GetPeerAddress(IPEndPoint* address) const {
address           264 net/socket/ssl_server_socket_nss.cc   return transport_socket_->GetPeerAddress(address);
address           267 net/socket/ssl_server_socket_nss.cc int SSLServerSocketNSS::GetLocalAddress(IPEndPoint* address) const {
address           270 net/socket/ssl_server_socket_nss.cc   return transport_socket_->GetLocalAddress(address);
address            57 net/socket/ssl_server_socket_nss.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            58 net/socket/ssl_server_socket_nss.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address           206 net/socket/ssl_server_socket_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address           208 net/socket/ssl_server_socket_unittest.cc     *address = net::IPEndPoint(ip_address, 0 /*port*/);
address           212 net/socket/ssl_server_socket_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address           214 net/socket/ssl_server_socket_unittest.cc     *address = net::IPEndPoint(ip_address, 0);
address            88 net/socket/stream_listen_socket.cc int StreamListenSocket::GetLocalAddress(IPEndPoint* address) {
address            98 net/socket/stream_listen_socket.cc   if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           103 net/socket/stream_listen_socket.cc int StreamListenSocket::GetPeerAddress(IPEndPoint* address) {
address           114 net/socket/stream_listen_socket.cc   if (!address->FromSockAddr(storage.addr, storage.addr_len))
address            75 net/socket/stream_listen_socket.h   int GetLocalAddress(IPEndPoint* address);
address            77 net/socket/stream_listen_socket.h   int GetPeerAddress(IPEndPoint* address);
address            58 net/socket/stream_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const = 0;
address            62 net/socket/stream_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const = 0;
address            42 net/socket/tcp_client_socket.cc int TCPClientSocket::Bind(const IPEndPoint& address) {
address            51 net/socket/tcp_client_socket.cc     result = OpenSocket(address.GetFamily());
address            56 net/socket/tcp_client_socket.cc   result = socket_->Bind(address);
address            60 net/socket/tcp_client_socket.cc   bind_address_.reset(new IPEndPoint(address));
address           190 net/socket/tcp_client_socket.cc int TCPClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           191 net/socket/tcp_client_socket.cc   return socket_->GetPeerAddress(address);
address           194 net/socket/tcp_client_socket.cc int TCPClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           195 net/socket/tcp_client_socket.cc   DCHECK(address);
address           199 net/socket/tcp_client_socket.cc       *address = *bind_address_;
address           205 net/socket/tcp_client_socket.cc   return socket_->GetLocalAddress(address);
address            38 net/socket/tcp_client_socket.h   int Bind(const IPEndPoint& address);
address            45 net/socket/tcp_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            46 net/socket/tcp_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            39 net/socket/tcp_client_socket_unittest.cc   EXPECT_EQ(lo_address, local_address_result.address());
address            23 net/socket/tcp_server_socket.cc int TCPServerSocket::Listen(const IPEndPoint& address, int backlog) {
address            24 net/socket/tcp_server_socket.cc   int result = socket_.Open(address.GetFamily());
address            34 net/socket/tcp_server_socket.cc   result = socket_.Bind(address);
address            49 net/socket/tcp_server_socket.cc int TCPServerSocket::GetLocalAddress(IPEndPoint* address) const {
address            50 net/socket/tcp_server_socket.cc   return socket_.GetLocalAddress(address);
address            25 net/socket/tcp_server_socket.h   virtual int Listen(const IPEndPoint& address, int backlog) OVERRIDE;
address            26 net/socket/tcp_server_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            34 net/socket/tcp_server_socket_unittest.cc     IPEndPoint address;
address            35 net/socket/tcp_server_socket_unittest.cc     ParseAddress("127.0.0.1", 0, &address);
address            36 net/socket/tcp_server_socket_unittest.cc     ASSERT_EQ(OK, socket_.Listen(address, kListenBacklog));
address            42 net/socket/tcp_server_socket_unittest.cc     IPEndPoint address;
address            43 net/socket/tcp_server_socket_unittest.cc     ParseAddress("::1", 0, &address);
address            44 net/socket/tcp_server_socket_unittest.cc     if (socket_.Listen(address, kListenBacklog) != 0) {
address            53 net/socket/tcp_server_socket_unittest.cc   void ParseAddress(std::string ip_str, int port, IPEndPoint* address) {
address            58 net/socket/tcp_server_socket_unittest.cc     *address = IPEndPoint(ip_number, port);
address            62 net/socket/tcp_server_socket_unittest.cc     IPEndPoint address;
address            63 net/socket/tcp_server_socket_unittest.cc     EXPECT_EQ(OK, socket->GetPeerAddress(&address));
address            64 net/socket/tcp_server_socket_unittest.cc     return address;
address            93 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket.get()).address(),
address            94 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           120 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket.get()).address(),
address           121 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           159 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket.get()).address(),
address           160 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           161 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket2.get()).address(),
address           162 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           186 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket.get()).address(),
address           187 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           208 net/socket/tcp_server_socket_unittest.cc   EXPECT_EQ(GetPeerAddress(accepted_socket.get()).address(),
address           209 net/socket/tcp_server_socket_unittest.cc             local_address_.address());
address           212 net/socket/tcp_socket_libevent.cc int TCPSocketLibevent::Bind(const IPEndPoint& address) {
address           217 net/socket/tcp_socket_libevent.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len))
address           244 net/socket/tcp_socket_libevent.cc                               IPEndPoint* address,
address           248 net/socket/tcp_socket_libevent.cc   DCHECK(address);
address           254 net/socket/tcp_socket_libevent.cc   int result = AcceptInternal(socket, address);
address           265 net/socket/tcp_socket_libevent.cc     accept_address_ = address;
address           272 net/socket/tcp_socket_libevent.cc int TCPSocketLibevent::Connect(const IPEndPoint& address,
address           288 net/socket/tcp_socket_libevent.cc     LogConnectBegin(AddressList(address));
address           290 net/socket/tcp_socket_libevent.cc   peer_address_.reset(new IPEndPoint(address));
address           428 net/socket/tcp_socket_libevent.cc int TCPSocketLibevent::GetLocalAddress(IPEndPoint* address) const {
address           430 net/socket/tcp_socket_libevent.cc   DCHECK(address);
address           435 net/socket/tcp_socket_libevent.cc   if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           441 net/socket/tcp_socket_libevent.cc int TCPSocketLibevent::GetPeerAddress(IPEndPoint* address) const {
address           443 net/socket/tcp_socket_libevent.cc   DCHECK(address);
address           446 net/socket/tcp_socket_libevent.cc   *address = *peer_address_;
address           593 net/socket/tcp_socket_libevent.cc                                       IPEndPoint* address) {
address           622 net/socket/tcp_socket_libevent.cc   *address = ip_end_point;
address            36 net/socket/tcp_socket_libevent.h   int Bind(const IPEndPoint& address);
address            40 net/socket/tcp_socket_libevent.h              IPEndPoint* address,
address            43 net/socket/tcp_socket_libevent.h   int Connect(const IPEndPoint& address, const CompletionCallback& callback);
address            52 net/socket/tcp_socket_libevent.h   int GetLocalAddress(IPEndPoint* address) const;
address            53 net/socket/tcp_socket_libevent.h   int GetPeerAddress(IPEndPoint* address) const;
address           159 net/socket/tcp_socket_libevent.h                      IPEndPoint* address);
address            34 net/socket/tcp_socket_unittest.cc     IPEndPoint address;
address            35 net/socket/tcp_socket_unittest.cc     ParseAddress("127.0.0.1", 0, &address);
address            38 net/socket/tcp_socket_unittest.cc     ASSERT_EQ(OK, socket_.Bind(address));
address            45 net/socket/tcp_socket_unittest.cc     IPEndPoint address;
address            46 net/socket/tcp_socket_unittest.cc     ParseAddress("::1", 0, &address);
address            49 net/socket/tcp_socket_unittest.cc         socket_.Bind(address) != OK ||
address            59 net/socket/tcp_socket_unittest.cc   void ParseAddress(const std::string& ip_str, int port, IPEndPoint* address) {
address            64 net/socket/tcp_socket_unittest.cc     *address = IPEndPoint(ip_number, port);
address            98 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address.address(), local_address_.address());
address           125 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address.address(), local_address_.address());
address           169 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address.address(), local_address_.address());
address           170 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address2.address(), local_address_.address());
address           197 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address.address(), local_address_.address());
address           221 net/socket/tcp_socket_unittest.cc   EXPECT_EQ(accepted_address.address(), local_address_.address());
address           325 net/socket/tcp_socket_win.cc int TCPSocketWin::Bind(const IPEndPoint& address) {
address           330 net/socket/tcp_socket_win.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len))
address           364 net/socket/tcp_socket_win.cc                          IPEndPoint* address,
address           368 net/socket/tcp_socket_win.cc   DCHECK(address);
address           374 net/socket/tcp_socket_win.cc   int result = AcceptInternal(socket, address);
address           382 net/socket/tcp_socket_win.cc     accept_address_ = address;
address           389 net/socket/tcp_socket_win.cc int TCPSocketWin::Connect(const IPEndPoint& address,
address           406 net/socket/tcp_socket_win.cc     LogConnectBegin(AddressList(address));
address           408 net/socket/tcp_socket_win.cc   peer_address_.reset(new IPEndPoint(address));
address           531 net/socket/tcp_socket_win.cc int TCPSocketWin::GetLocalAddress(IPEndPoint* address) const {
address           533 net/socket/tcp_socket_win.cc   DCHECK(address);
address           538 net/socket/tcp_socket_win.cc   if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           544 net/socket/tcp_socket_win.cc int TCPSocketWin::GetPeerAddress(IPEndPoint* address) const {
address           546 net/socket/tcp_socket_win.cc   DCHECK(address);
address           549 net/socket/tcp_socket_win.cc   *address = *peer_address_;
address           701 net/socket/tcp_socket_win.cc                                  IPEndPoint* address) {
address           728 net/socket/tcp_socket_win.cc   *address = ip_end_point;
address            37 net/socket/tcp_socket_win.h   int Bind(const IPEndPoint& address);
address            41 net/socket/tcp_socket_win.h              IPEndPoint* address,
address            44 net/socket/tcp_socket_win.h   int Connect(const IPEndPoint& address, const CompletionCallback& callback);
address            53 net/socket/tcp_socket_win.h   int GetLocalAddress(IPEndPoint* address) const;
address            54 net/socket/tcp_socket_win.h   int GetPeerAddress(IPEndPoint* address) const;
address            98 net/socket/tcp_socket_win.h                      IPEndPoint* address);
address            75 net/socket/transport_client_socket_pool_unittest.cc void SetIPv4Address(IPEndPoint* address) {
address            78 net/socket/transport_client_socket_pool_unittest.cc   *address = IPEndPoint(number, 80);
address            81 net/socket/transport_client_socket_pool_unittest.cc void SetIPv6Address(IPEndPoint* address) {
address            84 net/socket/transport_client_socket_pool_unittest.cc   *address = IPEndPoint(number, 80);
address           109 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address           112 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address           116 net/socket/transport_client_socket_pool_unittest.cc       SetIPv4Address(address);
address           118 net/socket/transport_client_socket_pool_unittest.cc       SetIPv6Address(address);
address           179 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address           182 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address           262 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE {
address           265 net/socket/transport_client_socket_pool_unittest.cc   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE {
address           269 net/socket/transport_client_socket_pool_unittest.cc       SetIPv4Address(address);
address           271 net/socket/transport_client_socket_pool_unittest.cc       SetIPv6Address(address);
address          1257 net/socket/transport_client_socket_pool_unittest.cc   EXPECT_EQ(kIPv4AddressSize, endpoint.address().size());
address          1302 net/socket/transport_client_socket_pool_unittest.cc   EXPECT_EQ(kIPv6AddressSize, endpoint.address().size());
address          1336 net/socket/transport_client_socket_pool_unittest.cc   EXPECT_EQ(kIPv6AddressSize, endpoint.address().size());
address          1369 net/socket/transport_client_socket_pool_unittest.cc   EXPECT_EQ(kIPv4AddressSize, endpoint.address().size());
address           254 net/spdy/spdy_http_stream.cc   IPEndPoint address;
address           255 net/spdy/spdy_http_stream.cc   int result = stream_->GetPeerAddress(&address);
address           258 net/spdy/spdy_http_stream.cc   response_info_->socket_address = HostPortPair::FromIPEndPoint(address);
address           252 net/spdy/spdy_proxy_client_socket.cc int SpdyProxyClientSocket::GetPeerAddress(IPEndPoint* address) const {
address           255 net/spdy/spdy_proxy_client_socket.cc   return spdy_stream_->GetPeerAddress(address);
address           258 net/spdy/spdy_proxy_client_socket.cc int SpdyProxyClientSocket::GetLocalAddress(IPEndPoint* address) const {
address           261 net/spdy/spdy_proxy_client_socket.cc   return spdy_stream_->GetLocalAddress(address);
address            91 net/spdy/spdy_proxy_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            92 net/spdy/spdy_proxy_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address          1694 net/spdy/spdy_session.cc int SpdySession::GetPeerAddress(IPEndPoint* address) const {
address          1697 net/spdy/spdy_session.cc     rv = connection_->socket()->GetPeerAddress(address);
address          1706 net/spdy/spdy_session.cc int SpdySession::GetLocalAddress(IPEndPoint* address) const {
address          1709 net/spdy/spdy_session.cc     rv = connection_->socket()->GetLocalAddress(address);
address           435 net/spdy/spdy_session.h   int GetPeerAddress(IPEndPoint* address) const;
address           436 net/spdy/spdy_session.h   int GetLocalAddress(IPEndPoint* address) const;
address           124 net/spdy/spdy_session_pool.cc     IPEndPoint address;
address           125 net/spdy/spdy_session_pool.cc     if (available_session->GetPeerAddress(&address) == OK)
address           126 net/spdy/spdy_session_pool.cc       aliases_[address] = key;
address           366 net/spdy/spdy_stream.cc int SpdyStream::GetPeerAddress(IPEndPoint* address) const {
address           367 net/spdy/spdy_stream.cc   return session_->GetPeerAddress(address);
address           370 net/spdy/spdy_stream.cc int SpdyStream::GetLocalAddress(IPEndPoint* address) const {
address           371 net/spdy/spdy_stream.cc   return session_->GetLocalAddress(address);
address           275 net/spdy/spdy_stream.h   int GetPeerAddress(IPEndPoint* address) const;
address           276 net/spdy/spdy_stream.h   int GetLocalAddress(IPEndPoint* address) const;
address           189 net/test/embedded_test_server/embedded_test_server.cc   IPEndPoint address;
address           190 net/test/embedded_test_server/embedded_test_server.cc   int result = listen_socket_->GetLocalAddress(&address);
address           192 net/test/embedded_test_server/embedded_test_server.cc     base_url_ = GURL(std::string("http://") + address.ToString());
address            67 net/tools/dump_cache/dump_files.cc   disk_cache::Addr address(addr);
address            68 net/tools/dump_cache/dump_files.cc   disk_cache::MappedFile* file = block_files.GetFile(address);
address            75 net/tools/dump_cache/dump_files.cc   size_t offset = address.start_block() * address.BlockSize() +
address           234 net/tools/dump_cache/dump_files.cc   disk_cache::Addr address(addr);
address           235 net/tools/dump_cache/dump_files.cc   disk_cache::MappedFile* file = block_files_.GetFile(address);
address           239 net/tools/dump_cache/dump_files.cc   disk_cache::StorageBlock<disk_cache::EntryStore> entry_block(file, address);
address           259 net/tools/dump_cache/dump_files.cc   disk_cache::Addr address(addr);
address           260 net/tools/dump_cache/dump_files.cc   disk_cache::MappedFile* file = block_files_.GetFile(address);
address           264 net/tools/dump_cache/dump_files.cc   disk_cache::StorageBlock<disk_cache::RankingsNode> rank_block(file, address);
address           120 net/tools/flip_server/acceptor_thread.cc       struct sockaddr address;
address           121 net/tools/flip_server/acceptor_thread.cc       socklen_t socklen = sizeof(address);
address           122 net/tools/flip_server/acceptor_thread.cc       int fd = accept(acceptor_->listen_fd_, &address, &socklen);
address           132 net/tools/flip_server/acceptor_thread.cc       HandleConnection(fd, (struct sockaddr_in*)&address);
address           136 net/tools/flip_server/acceptor_thread.cc       struct sockaddr address;
address           137 net/tools/flip_server/acceptor_thread.cc       socklen_t socklen = sizeof(address);
address           138 net/tools/flip_server/acceptor_thread.cc       int fd = accept(acceptor_->listen_fd_, &address, &socklen);
address           148 net/tools/flip_server/acceptor_thread.cc       HandleConnection(fd, (struct sockaddr_in*)&address);
address           377 net/tools/gdig/gdig.cc   if (nameserver_.address().size() > 0) {
address           246 net/tools/quic/end_to_end_test.cc     server_address_ = IPEndPoint(server_address_.address(),
address           878 net/tools/quic/end_to_end_test.cc         buffer, buf_len, self_address_.address(), peer_address);
address           125 net/tools/quic/quic_client.h   void set_bind_to_address(IPAddressNumber address) {
address           126 net/tools/quic/quic_client.h     bind_to_address_ = address;
address            91 net/tools/quic/quic_server.cc bool QuicServer::Listen(const IPEndPoint& address) {
address            92 net/tools/quic/quic_server.cc   port_ = address.port();
address            93 net/tools/quic/quic_server.cc   int address_family = address.GetSockAddrFamily();
address           151 net/tools/quic/quic_server.cc   CHECK(address.ToSockAddr(reinterpret_cast<sockaddr*>(&raw_addr),
address           161 net/tools/quic/quic_server.cc   DVLOG(1) << "Listening on " << address.ToString();
address            40 net/tools/quic/quic_server.h   bool Listen(const IPEndPoint& address);
address           226 net/tools/quic/quic_time_wait_list_manager.cc       queued_packet->server_address().address(),
address           174 net/tools/quic/quic_time_wait_list_manager_test.cc         net::test::TestPeerIPAddress() == packet.client_address.address() &&
address           210 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           221 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           300 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           309 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           337 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           343 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           387 net/tools/quic/quic_time_wait_list_manager_test.cc                                    server_address_.address(),
address           531 net/tools/quic/test_tools/quic_test_client.cc void QuicTestClient::set_bind_to_address(IPAddressNumber address) {
address           532 net/tools/quic/test_tools/quic_test_client.cc   client_->set_bind_to_address(address);
address           125 net/tools/quic/test_tools/quic_test_client.h   virtual void set_bind_to_address(IPAddressNumber address) OVERRIDE;
address           126 net/tools/quic/test_tools/quic_test_client.h   virtual const IPEndPoint& address() const OVERRIDE;
address            32 net/tools/quic/test_tools/quic_test_utils.cc MockConnection::MockConnection(IPEndPoint address,
address            34 net/tools/quic/test_tools/quic_test_utils.cc     : QuicConnection(kTestConnectionId, address,
address            55 net/tools/quic/test_tools/quic_test_utils.h   MockConnection(IPEndPoint address, bool is_server);
address            13 net/tools/quic/test_tools/server_thread.cc ServerThread::ServerThread(IPEndPoint address,
address            27 net/tools/quic/test_tools/server_thread.cc       address_(address),
address            20 net/tools/quic/test_tools/server_thread.h   ServerThread(IPEndPoint address,
address           103 net/tools/quic/test_tools/simple_client.h   virtual void set_bind_to_address(IPAddressNumber address) = 0;
address           131 net/tools/quic/test_tools/simple_client.h   virtual const IPEndPoint& address() const = 0;
address            22 net/udp/datagram_client_socket.h   virtual int Connect(const IPEndPoint& address) = 0;
address            24 net/udp/datagram_server_socket.h   virtual int Listen(const IPEndPoint& address) = 0;
address            41 net/udp/datagram_server_socket.h                        IPEndPoint* address,
address            55 net/udp/datagram_server_socket.h                      const IPEndPoint& address,
address            31 net/udp/datagram_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const = 0;
address            35 net/udp/datagram_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const = 0;
address            21 net/udp/udp_client_socket.cc int UDPClientSocket::Connect(const IPEndPoint& address) {
address            22 net/udp/udp_client_socket.cc   return socket_.Connect(address);
address            41 net/udp/udp_client_socket.cc int UDPClientSocket::GetPeerAddress(IPEndPoint* address) const {
address            42 net/udp/udp_client_socket.cc   return socket_.GetPeerAddress(address);
address            45 net/udp/udp_client_socket.cc int UDPClientSocket::GetLocalAddress(IPEndPoint* address) const {
address            46 net/udp/udp_client_socket.cc   return socket_.GetLocalAddress(address);
address            27 net/udp/udp_client_socket.h   virtual int Connect(const IPEndPoint& address) OVERRIDE;
address            33 net/udp/udp_client_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            34 net/udp/udp_client_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            18 net/udp/udp_net_log_parameters.cc                                           const IPEndPoint* address,
address            24 net/udp/udp_net_log_parameters.cc   if (address)
address            25 net/udp/udp_net_log_parameters.cc     dict->SetString("address", address->ToString());
address            29 net/udp/udp_net_log_parameters.cc base::Value* NetLogUDPConnectCallback(const IPEndPoint* address,
address            32 net/udp/udp_net_log_parameters.cc   dict->SetString("address", address->ToString());
address            41 net/udp/udp_net_log_parameters.cc     const IPEndPoint* address) {
address            43 net/udp/udp_net_log_parameters.cc   return base::Bind(&NetLogUDPDataTranferCallback, byte_count, bytes, address);
address            47 net/udp/udp_net_log_parameters.cc     const IPEndPoint* address) {
address            48 net/udp/udp_net_log_parameters.cc   DCHECK(address);
address            49 net/udp/udp_net_log_parameters.cc   return base::Bind(&NetLogUDPConnectCallback, address);
address            21 net/udp/udp_net_log_parameters.h     const IPEndPoint* address);
address            27 net/udp/udp_net_log_parameters.h     const IPEndPoint* address);
address            22 net/udp/udp_server_socket.cc int UDPServerSocket::Listen(const IPEndPoint& address) {
address            23 net/udp/udp_server_socket.cc   return socket_.Bind(address);
address            28 net/udp/udp_server_socket.cc                               IPEndPoint* address,
address            30 net/udp/udp_server_socket.cc   return socket_.RecvFrom(buf, buf_len, address, callback);
address            35 net/udp/udp_server_socket.cc                             const IPEndPoint& address,
address            37 net/udp/udp_server_socket.cc   return socket_.SendTo(buf, buf_len, address, callback);
address            52 net/udp/udp_server_socket.cc int UDPServerSocket::GetPeerAddress(IPEndPoint* address) const {
address            53 net/udp/udp_server_socket.cc   return socket_.GetPeerAddress(address);
address            56 net/udp/udp_server_socket.cc int UDPServerSocket::GetLocalAddress(IPEndPoint* address) const {
address            57 net/udp/udp_server_socket.cc   return socket_.GetLocalAddress(address);
address            25 net/udp/udp_server_socket.h   virtual int Listen(const IPEndPoint& address) OVERRIDE;
address            28 net/udp/udp_server_socket.h                        IPEndPoint* address,
address            32 net/udp/udp_server_socket.h                      const IPEndPoint& address,
address            37 net/udp/udp_server_socket.h   virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
address            38 net/udp/udp_server_socket.h   virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
address            42 net/udp/udp_socket_libevent.cc int GetIPv4AddressFromIndex(int socket, uint32 index, uint32* address){
address            44 net/udp/udp_socket_libevent.cc     *address = htonl(INADDR_ANY);
address            54 net/udp/udp_socket_libevent.cc   *address = reinterpret_cast<sockaddr_in*>(&ifr.ifr_addr)->sin_addr.s_addr;
address           119 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::GetPeerAddress(IPEndPoint* address) const {
address           121 net/udp/udp_socket_libevent.cc   DCHECK(address);
address           129 net/udp/udp_socket_libevent.cc     scoped_ptr<IPEndPoint> address(new IPEndPoint());
address           130 net/udp/udp_socket_libevent.cc     if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           132 net/udp/udp_socket_libevent.cc     remote_address_.reset(address.release());
address           135 net/udp/udp_socket_libevent.cc   *address = *remote_address_;
address           139 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::GetLocalAddress(IPEndPoint* address) const {
address           141 net/udp/udp_socket_libevent.cc   DCHECK(address);
address           149 net/udp/udp_socket_libevent.cc     scoped_ptr<IPEndPoint> address(new IPEndPoint());
address           150 net/udp/udp_socket_libevent.cc     if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           152 net/udp/udp_socket_libevent.cc     local_address_.reset(address.release());
address           157 net/udp/udp_socket_libevent.cc   *address = *local_address_;
address           169 net/udp/udp_socket_libevent.cc                                 IPEndPoint* address,
address           178 net/udp/udp_socket_libevent.cc   int nread = InternalRecvFrom(buf, buf_len, address);
address           193 net/udp/udp_socket_libevent.cc   recv_from_address_ = address;
address           206 net/udp/udp_socket_libevent.cc                               const IPEndPoint& address,
address           208 net/udp/udp_socket_libevent.cc   return SendToOrWrite(buf, buf_len, &address, callback);
address           213 net/udp/udp_socket_libevent.cc                                      const IPEndPoint* address,
address           221 net/udp/udp_socket_libevent.cc   int result = InternalSendTo(buf, buf_len, address);
address           237 net/udp/udp_socket_libevent.cc   if (address) {
address           238 net/udp/udp_socket_libevent.cc     send_to_address_.reset(new IPEndPoint(*address));
address           244 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::Connect(const IPEndPoint& address) {
address           246 net/udp/udp_socket_libevent.cc                       CreateNetLogUDPConnectCallback(&address));
address           247 net/udp/udp_socket_libevent.cc   int rv = InternalConnect(address);
address           254 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::InternalConnect(const IPEndPoint& address) {
address           258 net/udp/udp_socket_libevent.cc   int addr_family = address.GetSockAddrFamily();
address           280 net/udp/udp_socket_libevent.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len)) {
address           293 net/udp/udp_socket_libevent.cc   remote_address_.reset(new IPEndPoint(address));
address           297 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::Bind(const IPEndPoint& address) {
address           300 net/udp/udp_socket_libevent.cc   int rv = CreateSocket(address.GetSockAddrFamily());
address           309 net/udp/udp_socket_libevent.cc   rv = DoBind(address);
address           406 net/udp/udp_socket_libevent.cc     IPEndPoint address;
address           407 net/udp/udp_socket_libevent.cc     bool is_address_valid = address.FromSockAddr(addr, addr_len);
address           412 net/udp/udp_socket_libevent.cc             is_address_valid ? &address : NULL));
address           447 net/udp/udp_socket_libevent.cc                                  const IPEndPoint* address) const {
address           456 net/udp/udp_socket_libevent.cc         CreateNetLogUDPDataTranferCallback(result, bytes, address));
address           464 net/udp/udp_socket_libevent.cc                                         IPEndPoint* address) {
address           480 net/udp/udp_socket_libevent.cc     if (address && !address->FromSockAddr(storage.addr, storage.addr_len))
address           491 net/udp/udp_socket_libevent.cc                                       const IPEndPoint* address) {
address           494 net/udp/udp_socket_libevent.cc   if (!address) {
address           498 net/udp/udp_socket_libevent.cc     if (!address->ToSockAddr(storage.addr, &storage.addr_len)) {
address           514 net/udp/udp_socket_libevent.cc     LogWrite(result, buf->data(), address);
address           608 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::DoBind(const IPEndPoint& address) {
address           610 net/udp/udp_socket_libevent.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len))
address           627 net/udp/udp_socket_libevent.cc int UDPSocketLibevent::RandomBind(const IPAddressNumber& address) {
address           631 net/udp/udp_socket_libevent.cc     int rv = DoBind(IPEndPoint(address,
address           636 net/udp/udp_socket_libevent.cc   return DoBind(IPEndPoint(address, 0));
address            33 net/udp/udp_socket_libevent.h   int Connect(const IPEndPoint& address);
address            38 net/udp/udp_socket_libevent.h   int Bind(const IPEndPoint& address);
address            44 net/udp/udp_socket_libevent.h   int GetPeerAddress(IPEndPoint* address) const;
address            48 net/udp/udp_socket_libevent.h   int GetLocalAddress(IPEndPoint* address) const;
address            79 net/udp/udp_socket_libevent.h                IPEndPoint* address,
address            93 net/udp/udp_socket_libevent.h              const IPEndPoint& address,
address           219 net/udp/udp_socket_libevent.h   void LogWrite(int result, const char* bytes, const IPEndPoint* address) const;
address           229 net/udp/udp_socket_libevent.h                     const IPEndPoint* address,
address           232 net/udp/udp_socket_libevent.h   int InternalConnect(const IPEndPoint& address);
address           233 net/udp/udp_socket_libevent.h   int InternalRecvFrom(IOBuffer* buf, int buf_len, IPEndPoint* address);
address           234 net/udp/udp_socket_libevent.h   int InternalSendTo(IOBuffer* buf, int buf_len, const IPEndPoint* address);
address           239 net/udp/udp_socket_libevent.h   int DoBind(const IPEndPoint& address);
address           241 net/udp/udp_socket_libevent.h   int RandomBind(const IPAddressNumber& address);
address            56 net/udp/udp_socket_unittest.cc                    const IPEndPoint& address) {
address            67 net/udp/udp_socket_unittest.cc           buffer.get(), buffer->BytesRemaining(), address, callback.callback());
address           120 net/udp/udp_socket_unittest.cc void CreateUDPAddress(std::string ip_str, int port, IPEndPoint* address) {
address           125 net/udp/udp_socket_unittest.cc   *address = IPEndPoint(ip_number, port);
address           496 net/udp/udp_socket_unittest.cc   EXPECT_EQ(local_address.address(), bind_address.address());
address           209 net/udp/udp_socket_win.cc int UDPSocketWin::GetPeerAddress(IPEndPoint* address) const {
address           211 net/udp/udp_socket_win.cc   DCHECK(address);
address           220 net/udp/udp_socket_win.cc     scoped_ptr<IPEndPoint> address(new IPEndPoint());
address           221 net/udp/udp_socket_win.cc     if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           223 net/udp/udp_socket_win.cc     remote_address_.reset(address.release());
address           226 net/udp/udp_socket_win.cc   *address = *remote_address_;
address           230 net/udp/udp_socket_win.cc int UDPSocketWin::GetLocalAddress(IPEndPoint* address) const {
address           232 net/udp/udp_socket_win.cc   DCHECK(address);
address           241 net/udp/udp_socket_win.cc     scoped_ptr<IPEndPoint> address(new IPEndPoint());
address           242 net/udp/udp_socket_win.cc     if (!address->FromSockAddr(storage.addr, storage.addr_len))
address           244 net/udp/udp_socket_win.cc     local_address_.reset(address.release());
address           249 net/udp/udp_socket_win.cc   *address = *local_address_;
address           261 net/udp/udp_socket_win.cc                            IPEndPoint* address,
address           270 net/udp/udp_socket_win.cc   int nread = InternalRecvFrom(buf, buf_len, address);
address           275 net/udp/udp_socket_win.cc   recv_from_address_ = address;
address           287 net/udp/udp_socket_win.cc                          const IPEndPoint& address,
address           289 net/udp/udp_socket_win.cc   return SendToOrWrite(buf, buf_len, &address, callback);
address           294 net/udp/udp_socket_win.cc                                 const IPEndPoint* address,
address           303 net/udp/udp_socket_win.cc   int nwrite = InternalSendTo(buf, buf_len, address);
address           307 net/udp/udp_socket_win.cc   if (address)
address           308 net/udp/udp_socket_win.cc     send_to_address_.reset(new IPEndPoint(*address));
address           313 net/udp/udp_socket_win.cc int UDPSocketWin::Connect(const IPEndPoint& address) {
address           315 net/udp/udp_socket_win.cc                       CreateNetLogUDPConnectCallback(&address));
address           316 net/udp/udp_socket_win.cc   int rv = InternalConnect(address);
address           323 net/udp/udp_socket_win.cc int UDPSocketWin::InternalConnect(const IPEndPoint& address) {
address           326 net/udp/udp_socket_win.cc   int addr_family = address.GetSockAddrFamily();
address           348 net/udp/udp_socket_win.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len))
address           359 net/udp/udp_socket_win.cc   remote_address_.reset(new IPEndPoint(address));
address           363 net/udp/udp_socket_win.cc int UDPSocketWin::Bind(const IPEndPoint& address) {
address           365 net/udp/udp_socket_win.cc   int rv = CreateSocket(address.GetSockAddrFamily());
address           373 net/udp/udp_socket_win.cc   rv = DoBind(address);
address           493 net/udp/udp_socket_win.cc     IPEndPoint address;
address           494 net/udp/udp_socket_win.cc     bool is_address_valid = ReceiveAddressToIPEndpoint(&address);
address           499 net/udp/udp_socket_win.cc             is_address_valid ? &address : NULL));
address           521 net/udp/udp_socket_win.cc                             const IPEndPoint* address) const {
address           530 net/udp/udp_socket_win.cc         CreateNetLogUDPDataTranferCallback(result, bytes, address));
address           538 net/udp/udp_socket_win.cc                                    IPEndPoint* address) {
address           557 net/udp/udp_socket_win.cc       if (address && result >= 0) {
address           558 net/udp/udp_socket_win.cc         if (!ReceiveAddressToIPEndpoint(address))
address           578 net/udp/udp_socket_win.cc                                  const IPEndPoint* address) {
address           583 net/udp/udp_socket_win.cc   if (!address) {
address           587 net/udp/udp_socket_win.cc     if (!address->ToSockAddr(addr, &storage.addr_len)) {
address           606 net/udp/udp_socket_win.cc       LogWrite(result, buf->data(), address);
address           664 net/udp/udp_socket_win.cc         in_addr address;
address           665 net/udp/udp_socket_win.cc         address.s_addr = htonl(multicast_interface_);
address           667 net/udp/udp_socket_win.cc                             reinterpret_cast<const char*>(&address),
address           668 net/udp/udp_socket_win.cc                             sizeof(address));
address           690 net/udp/udp_socket_win.cc int UDPSocketWin::DoBind(const IPEndPoint& address) {
address           692 net/udp/udp_socket_win.cc   if (!address.ToSockAddr(storage.addr, &storage.addr_len))
address           710 net/udp/udp_socket_win.cc int UDPSocketWin::RandomBind(const IPAddressNumber& address) {
address           714 net/udp/udp_socket_win.cc     int rv = DoBind(IPEndPoint(address,
address           719 net/udp/udp_socket_win.cc   return DoBind(IPEndPoint(address, 0));
address           722 net/udp/udp_socket_win.cc bool UDPSocketWin::ReceiveAddressToIPEndpoint(IPEndPoint* address) const {
address           724 net/udp/udp_socket_win.cc   return address->FromSockAddr(storage.addr, storage.addr_len);
address            34 net/udp/udp_socket_win.h   int Connect(const IPEndPoint& address);
address            39 net/udp/udp_socket_win.h   int Bind(const IPEndPoint& address);
address            45 net/udp/udp_socket_win.h   int GetPeerAddress(IPEndPoint* address) const;
address            49 net/udp/udp_socket_win.h   int GetLocalAddress(IPEndPoint* address) const;
address            80 net/udp/udp_socket_win.h                IPEndPoint* address,
address            94 net/udp/udp_socket_win.h              const IPEndPoint& address,
address           187 net/udp/udp_socket_win.h   void LogWrite(int result, const char* bytes, const IPEndPoint* address) const;
address           197 net/udp/udp_socket_win.h                     const IPEndPoint* address,
address           200 net/udp/udp_socket_win.h   int InternalConnect(const IPEndPoint& address);
address           201 net/udp/udp_socket_win.h   int InternalRecvFrom(IOBuffer* buf, int buf_len, IPEndPoint* address);
address           202 net/udp/udp_socket_win.h   int InternalSendTo(IOBuffer* buf, int buf_len, const IPEndPoint* address);
address           207 net/udp/udp_socket_win.h   int DoBind(const IPEndPoint& address);
address           209 net/udp/udp_socket_win.h   int RandomBind(const IPAddressNumber& address);
address           213 net/udp/udp_socket_win.h   bool ReceiveAddressToIPEndpoint(IPEndPoint* address) const;
address            52 net/websockets/websocket_throttle.cc     const IPEndPoint& address = *addr_iter;
address            54 net/websockets/websocket_throttle.cc     if (!address_set.insert(address).second)
address            57 net/websockets/websocket_throttle.cc     ConnectingAddressMap::iterator iter = addr_map_.find(address);
address            60 net/websockets/websocket_throttle.cc           addr_map_.insert(make_pair(address, ConnectingQueue())).first;
address            66 net/websockets/websocket_throttle.cc       DVLOG(1) << "Waiting on " << address.ToString();
address            87 net/websockets/websocket_throttle.cc     const IPEndPoint& address = *addr_iter;
address            89 net/websockets/websocket_throttle.cc     if (!address_set.insert(address).second)
address            92 net/websockets/websocket_throttle.cc     ConnectingAddressMap::iterator map_iter = addr_map_.find(address);
address           130 net/websockets/websocket_throttle.cc       const IPEndPoint& address = *addr_iter;
address           131 net/websockets/websocket_throttle.cc       ConnectingAddressMap::iterator map_iter = addr_map_.find(address);
address           211 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var address,
address           295 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
address           321 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
address           430 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                        struct PP_Var address,
address           454 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var address,
address           541 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var address,
address           564 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
address           570 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
address           115 ppapi/c/ppb_file_mapping.h                  void** address,
address           130 ppapi/c/ppb_file_mapping.h                    const void* address,
address           124 ppapi/c/private/ppb_net_address_private.h                         void* address,
address           179 ppapi/c/private/ppb_net_address_private.h                         void* address,
address           198 ppapi/cpp/extensions/dev/socket_dev.cc       address(kAddress),
address           212 ppapi/cpp/extensions/dev/socket_dev.cc   result = address.Populate(dict) && result;
address           223 ppapi/cpp/extensions/dev/socket_dev.cc   result = address.AddTo(&dict) && result;
address           296 ppapi/cpp/extensions/dev/socket_dev.cc   result = address.Populate(dict) && result;
address           305 ppapi/cpp/extensions/dev/socket_dev.cc   result = address.AddTo(&dict) && result;
address           366 ppapi/cpp/extensions/dev/socket_dev.cc                          const std::string& address,
address           373 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<std::string> address_var(address);
address           449 ppapi/cpp/extensions/dev/socket_dev.cc                            const std::string& address,
address           457 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<std::string> address_var(address);
address           471 ppapi/cpp/extensions/dev/socket_dev.cc                            const std::string& address,
address           479 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<std::string> address_var(address);
address           569 ppapi/cpp/extensions/dev/socket_dev.cc                               const std::string& address,
address           575 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<std::string> address_var(address);
address           586 ppapi/cpp/extensions/dev/socket_dev.cc                                const std::string& address,
address           592 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<std::string> address_var(address);
address           131 ppapi/cpp/extensions/dev/socket_dev.h   DictField<std::string> address;
address           172 ppapi/cpp/extensions/dev/socket_dev.h   DictField<std::string> address;
address           196 ppapi/cpp/extensions/dev/socket_dev.h                const std::string& address,
address           220 ppapi/cpp/extensions/dev/socket_dev.h                  const std::string& address,
address           226 ppapi/cpp/extensions/dev/socket_dev.h                  const std::string& address,
address           255 ppapi/cpp/extensions/dev/socket_dev.h                     const std::string& address,
address           260 ppapi/cpp/extensions/dev/socket_dev.h                      const std::string& address,
address            69 ppapi/cpp/private/host_resolver_private.cc                                         PP_NetAddress_Private* address) {
address            73 ppapi/cpp/private/host_resolver_private.cc       pp_resource(), index, address);
address            35 ppapi/cpp/private/host_resolver_private.h   bool GetNetAddress(uint32_t index, PP_NetAddress_Private* address);
address           167 ppapi/cpp/private/net_address_private.cc                                    void* address,
address           172 ppapi/cpp/private/net_address_private.cc         address,
address           178 ppapi/cpp/private/net_address_private.cc         address,
address            34 ppapi/cpp/private/net_address_private.h                          void* address,
address           376 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M34_PPB_FileMapping_Map(PP_Instance instance, PP_Resource file_io, int64_t length, uint32_t map_protection, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCallback* callback) {
address           378 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Map(instance, file_io, length, map_protection, map_flags, offset, address, *callback);
address           381 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M34_PPB_FileMapping_Unmap(PP_Instance instance, const void* address, int64_t length, struct PP_CompletionCallback* callback) {
address           383 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Unmap(instance, address, length, *callback);
address          3308 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M19_0_PPB_NetAddress_Private_GetAddress(const struct PP_NetAddress_Private* addr, void* address, uint16_t address_size) {
address          3310 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetAddress(addr, address, address_size);
address          3352 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M19_1_PPB_NetAddress_Private_GetAddress(const struct PP_NetAddress_Private* addr, void* address, uint16_t address_size) {
address          3354 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetAddress(addr, address, address_size);
address          4111 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4113 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Bind(instance, *socket_id, *address, *port, result, *callback);
address          4136 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
address          4138 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SendTo(instance, *socket_id, *data, *address, *port, write_info, *callback);
address          4141 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4143 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Listen(instance, *socket_id, *address, *port, *backlog, result, *callback);
address          4190 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4192 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Bind(instance, *socket_id, *address, *port, result, *callback);
address          4215 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
address          4217 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SendTo(instance, *socket_id, *data, *address, *port, write_info, *callback);
address          4220 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4222 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Listen(instance, *socket_id, *address, *port, *backlog, result, *callback);
address          4250 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4252 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->JoinGroup(instance, *socket_id, *address, result, *callback);
address          4255 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
address          4257 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->LeaveGroup(instance, *socket_id, *address, result, *callback);
address          4329 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Map = (int32_t (*)(PP_Instance instance, PP_Resource file_io, int64_t length, uint32_t map_protection, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileMapping_Map,
address          4330 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Unmap = (int32_t (*)(PP_Instance instance, const void* address, int64_t length, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileMapping_Unmap,
address          5162 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* address, uint16_t address_size))&Pnacl_M19_0_PPB_NetAddress_Private_GetAddress
address          5173 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* address, uint16_t address_size))&Pnacl_M19_1_PPB_NetAddress_Private_GetAddress,
address          5370 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Bind,
address          5375 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SendTo,
address          5376 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Listen,
address          5388 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Bind,
address          5393 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SendTo,
address          5394 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Listen,
address          5400 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .JoinGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup,
address          5401 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LeaveGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup,
address            37 ppapi/proxy/file_mapping_resource.cc                                  void** address,
address            74 ppapi/proxy/file_mapping_resource.cc   if (!address)
address            78 ppapi/proxy/file_mapping_resource.cc       base::Bind(&FileMappingResource::DoMapBlocking, file_handle, *address,
address            90 ppapi/proxy/file_mapping_resource.cc     OnMapCompleted(address, length, callback, map_result);
address            99 ppapi/proxy/file_mapping_resource.cc                           base::Unretained(address),
address           107 ppapi/proxy/file_mapping_resource.cc                                    const void* address,
address           110 ppapi/proxy/file_mapping_resource.cc   if (!address)
address           116 ppapi/proxy/file_mapping_resource.cc       base::Bind(&FileMappingResource::DoUnmapBlocking, address, length));
address           148 ppapi/proxy/file_mapping_resource.cc                      map_result.address,
address           154 ppapi/proxy/file_mapping_resource.cc     *mapped_address_out_param = map_result.address;
address            36 ppapi/proxy/file_mapping_resource.h                       void** address,
address            39 ppapi/proxy/file_mapping_resource.h                         const void* address,
address            45 ppapi/proxy/file_mapping_resource.h     MapResult() : result(PP_ERROR_FAILED), address(NULL) {
address            48 ppapi/proxy/file_mapping_resource.h     void* address;
address            66 ppapi/proxy/file_mapping_resource.h   static int32_t DoUnmapBlocking(const void* address, int64_t length);
address            61 ppapi/proxy/file_mapping_resource_posix.cc   map_result.address =
address            68 ppapi/proxy/file_mapping_resource_posix.cc   if (map_result.address != MAP_FAILED)
address            76 ppapi/proxy/file_mapping_resource_posix.cc int32_t FileMappingResource::DoUnmapBlocking(const void* address,
address            78 ppapi/proxy/file_mapping_resource_posix.cc   if (munmap(const_cast<void*>(address), static_cast<size_t>(length)))
address            27 ppapi/proxy/file_mapping_resource_win.cc int32_t FileMappingResource::DoUnmapBlocking(const void* address,
address            44 ppapi/proxy/host_resolver_private_resource.cc     PP_NetAddress_Private* address) {
address            45 ppapi/proxy/host_resolver_private_resource.cc   if (!address)
address            52 ppapi/proxy/host_resolver_private_resource.cc   *address = addr_resource->GetNetAddressPrivate();
address            37 ppapi/proxy/host_resolver_private_resource.h                              PP_NetAddress_Private* address) OVERRIDE;
address            88 ppapi/shared_impl/private/net_address_private_impl.cc   uint8_t address[kIPv6AddressSize];
address           149 ppapi/shared_impl/private/net_address_private_impl.cc                    void* address,
address           158 ppapi/shared_impl/private/net_address_private_impl.cc   memcpy(address, net_addr->address, net_addr_size);
address           183 ppapi/shared_impl/private/net_address_private_impl.cc     if (net_addr1->address[i] != net_addr2->address[i])
address           207 ppapi/shared_impl/private/net_address_private_impl.cc       net_addr->address[0], net_addr->address[1],
address           208 ppapi/shared_impl/private/net_address_private_impl.cc       net_addr->address[2], net_addr->address[3]);
address           230 ppapi/shared_impl/private/net_address_private_impl.cc       reinterpret_cast<const uint16_t*>(net_addr->address);
address           239 ppapi/shared_impl/private/net_address_private_impl.cc         net_addr->address[12],
address           240 ppapi/shared_impl/private/net_address_private_impl.cc         net_addr->address[13],
address           241 ppapi/shared_impl/private/net_address_private_impl.cc         net_addr->address[14],
address           242 ppapi/shared_impl/private/net_address_private_impl.cc         net_addr->address[15]);
address           332 ppapi/shared_impl/private/net_address_private_impl.cc     memcpy(net_addr->address, ip, kIPv4AddressSize);
address           346 ppapi/shared_impl/private/net_address_private_impl.cc     memcpy(net_addr->address, ip, kIPv6AddressSize);
address           431 ppapi/shared_impl/private/net_address_private_impl.cc       memcpy(net_addr->address, &addr4->sin_addr.s_addr, kIPv4AddressSize);
address           442 ppapi/shared_impl/private/net_address_private_impl.cc       memcpy(net_addr->address, addr6->sin6_addr.s6_addr, kIPv6AddressSize);
address           453 ppapi/shared_impl/private/net_address_private_impl.cc     const std::vector<unsigned char>& address,
address           460 ppapi/shared_impl/private/net_address_private_impl.cc   switch (address.size()) {
address           465 ppapi/shared_impl/private/net_address_private_impl.cc       std::copy(address.begin(), address.end(), net_addr->address);
address           472 ppapi/shared_impl/private/net_address_private_impl.cc       std::copy(address.begin(), address.end(), net_addr->address);
address           486 ppapi/shared_impl/private/net_address_private_impl.cc     std::vector<unsigned char>* address,
address           488 ppapi/shared_impl/private/net_address_private_impl.cc   if (!address || !port)
address           497 ppapi/shared_impl/private/net_address_private_impl.cc   address->assign(&net_addr->address[0], &net_addr->address[address_size]);
address           561 ppapi/shared_impl/private/net_address_private_impl.cc   memcpy(ipv4_addr->addr, net_addr->address, kIPv4AddressSize);
address           581 ppapi/shared_impl/private/net_address_private_impl.cc   memcpy(ipv6_addr->addr, net_addr->address, kIPv6AddressSize);
address            29 ppapi/shared_impl/private/net_address_private_impl.h   static bool IPEndPointToNetAddress(const std::vector<unsigned char>& address,
address            34 ppapi/shared_impl/private/net_address_private_impl.h                                      std::vector<unsigned char>* address,
address           109 ppapi/tests/test_file_mapping.cc   void* address = NULL;
address           118 ppapi/tests/test_file_mapping.cc           &address,
address           122 ppapi/tests/test_file_mapping.cc   ASSERT_NE(NULL, address);
address           126 ppapi/tests/test_file_mapping.cc     std::string mapped_data(static_cast<char*>(address), file_contents.size());
address           138 ppapi/tests/test_file_mapping.cc     std::string mapped_data2(static_cast<char*>(address), file_contents.size());
address           156 ppapi/tests/test_file_mapping.cc     memset(address, 'y', file_contents.size());
address           162 ppapi/tests/test_file_mapping.cc             instance_->pp_instance(), address, file_contents.size(),
address           186 ppapi/tests/test_file_mapping.cc             instance_->pp_instance(), address, file_contents.size(),
address           239 ppapi/tests/test_file_mapping.cc   void* address = NULL;
address           248 ppapi/tests/test_file_mapping.cc           &address,
address           252 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           263 ppapi/tests/test_file_mapping.cc           &address,
address           267 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           278 ppapi/tests/test_file_mapping.cc           &address,
address           282 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           293 ppapi/tests/test_file_mapping.cc           &address,
address           297 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           309 ppapi/tests/test_file_mapping.cc           &address,
address           313 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           324 ppapi/tests/test_file_mapping.cc           &address,
address           328 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           339 ppapi/tests/test_file_mapping.cc           &address,
address           343 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           354 ppapi/tests/test_file_mapping.cc           &address,
address           358 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           369 ppapi/tests/test_file_mapping.cc           &address,
address           373 ppapi/tests/test_file_mapping.cc   ASSERT_EQ(NULL, address);
address           446 ppapi/tests/test_file_mapping.cc   void* address = NULL;
address           455 ppapi/tests/test_file_mapping.cc           &address,
address           459 ppapi/tests/test_file_mapping.cc   ASSERT_NE(NULL, address);
address           463 ppapi/tests/test_file_mapping.cc       reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(address) + page_size);
address           505 ppapi/tests/test_file_mapping.cc   memset(address, 'c', kNumPages * page_size);
address           508 ppapi/tests/test_file_mapping.cc           instance_->pp_instance(), address, kNumPages * page_size,
address            49 ppapi/tests/test_host_resolver.cc     const pp::NetAddress& address) {
address            51 ppapi/tests/test_host_resolver.cc   callback.WaitForResult(socket->Connect(address, callback.GetCallback()));
address           122 ppapi/tests/test_host_resolver.cc   pp::NetAddress address;
address           124 ppapi/tests/test_host_resolver.cc     address = host_resolver.GetNetAddress(i);
address           125 ppapi/tests/test_host_resolver.cc     ASSERT_NE(0, address.pp_resource());
address           128 ppapi/tests/test_host_resolver.cc     ASSERT_SUBTEST_SUCCESS(SyncConnect(&socket, address));
address           135 ppapi/tests/test_host_resolver.cc   address = host_resolver.GetNetAddress(size);
address           136 ppapi/tests/test_host_resolver.cc   ASSERT_EQ(0, address.pp_resource());
address           151 ppapi/tests/test_host_resolver.cc   pp::NetAddress address = host_resolver.GetNetAddress(0);
address           152 ppapi/tests/test_host_resolver.cc   ASSERT_EQ(0, address.pp_resource());
address            29 ppapi/tests/test_host_resolver.h                           const pp::NetAddress& address);
address            62 ppapi/tests/test_host_resolver_private.cc     const PP_NetAddress_Private& address) {
address            65 ppapi/tests/test_host_resolver_private.cc       socket->ConnectWithNetAddress(&address, callback.GetCallback()));
address           130 ppapi/tests/test_host_resolver_private.cc   PP_NetAddress_Private address;
address           131 ppapi/tests/test_host_resolver_private.cc   ASSERT_FALSE(host_resolver.GetNetAddress(0, &address));
address           145 ppapi/tests/test_host_resolver_private.cc   PP_NetAddress_Private address;
address           147 ppapi/tests/test_host_resolver_private.cc     ASSERT_TRUE(host_resolver.GetNetAddress(i, &address));
address           150 ppapi/tests/test_host_resolver_private.cc     ASSERT_SUBTEST_SUCCESS(SyncConnect(&socket, address));
address           157 ppapi/tests/test_host_resolver_private.cc   ASSERT_FALSE(host_resolver.GetNetAddress(size, &address));
address            35 ppapi/tests/test_host_resolver_private.h                           const PP_NetAddress_Private& address);
address           162 ppapi/tests/test_net_address_private.cc     uint16_t address[8];
address           219 ppapi/tests/test_net_address_private.cc     PP_NetAddress_Private addr = MakeIPv6NetAddress(test_cases[i].address,
address           146 ppapi/tests/test_net_address_private_untrusted.cc   PP_NetAddress_Private address;
address           148 ppapi/tests/test_net_address_private_untrusted.cc   NetAddressPrivate::GetAnyAddress(false, &address);
address           149 ppapi/tests/test_net_address_private_untrusted.cc   ASSERT_TRUE(NetAddressPrivate::AreEqual(address, address));
address           151 ppapi/tests/test_net_address_private_untrusted.cc   NetAddressPrivate::GetAnyAddress(true, &address);
address           152 ppapi/tests/test_net_address_private_untrusted.cc   ASSERT_TRUE(NetAddressPrivate::AreEqual(address, address));
address            62 ppapi/tests/test_tcp_server_socket_private.cc     PP_NetAddress_Private* address) {
address            69 ppapi/tests/test_tcp_server_socket_private.cc   ASSERT_TRUE(socket.GetLocalAddress(address));
address           106 ppapi/tests/test_tcp_server_socket_private.cc     PP_NetAddress_Private* address) {
address           109 ppapi/tests/test_tcp_server_socket_private.cc       socket->ConnectWithNetAddress(address, callback.GetCallback()));
address           116 ppapi/tests/test_tcp_server_socket_private.cc                                               PP_NetAddress_Private* address) {
address           119 ppapi/tests/test_tcp_server_socket_private.cc     error_message = SyncConnect(socket, address);
address           125 ppapi/tests/test_tcp_server_socket_private.cc     PP_NetAddress_Private* address,
address           129 ppapi/tests/test_tcp_server_socket_private.cc   if (!NetAddressPrivate::ReplacePort(base_address, 0, address))
address           133 ppapi/tests/test_tcp_server_socket_private.cc       socket->Listen(address, backlog, callback.GetCallback()));
address           136 ppapi/tests/test_tcp_server_socket_private.cc   int32_t rv = socket->GetLocalAddress(address);
address           138 ppapi/tests/test_tcp_server_socket_private.cc   ASSERT_TRUE(NetAddressPrivate::GetPort(*address) != 0);
address           146 ppapi/tests/test_tcp_server_socket_private.cc   PP_NetAddress_Private address;
address           147 ppapi/tests/test_tcp_server_socket_private.cc   ASSERT_SUBTEST_SUCCESS(SyncListen(&server_socket, &address, kBacklog));
address           164 ppapi/tests/test_tcp_server_socket_private.cc   ForceConnect(&client_socket, &address);
address           204 ppapi/tests/test_tcp_server_socket_private.cc   PP_NetAddress_Private address;
address           205 ppapi/tests/test_tcp_server_socket_private.cc   ASSERT_SUBTEST_SUCCESS(SyncListen(&server_socket, &address, 2 * kBacklog));
address           215 ppapi/tests/test_tcp_server_socket_private.cc         &address,
address            32 ppapi/tests/test_tcp_server_socket_private.h   std::string GetLocalAddress(PP_NetAddress_Private* address);
address            40 ppapi/tests/test_tcp_server_socket_private.h                           PP_NetAddress_Private* address);
address            42 ppapi/tests/test_tcp_server_socket_private.h                     PP_NetAddress_Private* address);
address            44 ppapi/tests/test_tcp_server_socket_private.h                          PP_NetAddress_Private* address,
address            58 ppapi/tests/test_tcp_server_socket_private_disallowed.cc   PP_NetAddress_Private base_address, address;
address            61 ppapi/tests/test_tcp_server_socket_private_disallowed.cc       base_address, 0, &address));
address            65 ppapi/tests/test_tcp_server_socket_private_disallowed.cc       &address,
address           260 ppapi/tests/test_tcp_socket.cc   pp::NetAddress address = server_socket.GetLocalAddress();
address           266 ppapi/tests/test_tcp_socket.cc         address, connect_callbacks[i]->GetCallback());
address           431 ppapi/tests/test_tcp_socket.cc std::string TestTCPSocket::GetAddressToBind(pp::NetAddress* address) {
address           439 ppapi/tests/test_tcp_socket.cc                           address));
address           440 ppapi/tests/test_tcp_socket.cc   ASSERT_FALSE(address->is_null());
address            44 ppapi/tests/test_tcp_socket.h   std::string GetAddressToBind(pp::NetAddress* address);
address           124 ppapi/tests/test_tcp_socket_private.cc   PP_NetAddress_Private address;
address           133 ppapi/tests/test_tcp_socket_private.cc     ASSERT_TRUE(socket.GetRemoteAddress(&address));
address           141 ppapi/tests/test_tcp_socket_private.cc   cb.WaitForResult(socket.ConnectWithNetAddress(&address, cb.GetCallback()));
address            88 ppapi/tests/test_udp_socket.cc std::string TestUDPSocket::GetLocalAddress(pp::NetAddress* address) {
address            94 ppapi/tests/test_udp_socket.cc   *address = socket.GetLocalAddress();
address            95 ppapi/tests/test_udp_socket.cc   ASSERT_NE(0, address->pp_resource());
address           118 ppapi/tests/test_udp_socket.cc                                          const pp::NetAddress& address) {
address           120 ppapi/tests/test_udp_socket.cc   callback.WaitForResult(socket->Bind(address, callback.GetCallback()));
address           128 ppapi/tests/test_udp_socket.cc     pp::NetAddress* address) {
address           144 ppapi/tests/test_udp_socket.cc   *address = socket->GetBoundAddress();
address           145 ppapi/tests/test_udp_socket.cc   ASSERT_NE(0, address->pp_resource());
address           151 ppapi/tests/test_udp_socket.cc                                       pp::NetAddress* address,
address           162 ppapi/tests/test_udp_socket.cc   *address = callback.output();
address           289 ppapi/tests/test_udp_socket.cc   pp::NetAddress address;
address           290 ppapi/tests/test_udp_socket.cc   ASSERT_SUBTEST_SUCCESS(LookupPortAndBindUDPSocket(&socket, &address));
address            27 ppapi/tests/test_udp_socket.h   std::string GetLocalAddress(pp::NetAddress* address);
address            30 ppapi/tests/test_udp_socket.h                             const pp::NetAddress& address);
address            32 ppapi/tests/test_udp_socket.h                                          pp::NetAddress* address);
address            34 ppapi/tests/test_udp_socket.h                          pp::NetAddress* address,
address            64 ppapi/tests/test_udp_socket_private.cc     PP_NetAddress_Private* address) {
address            71 ppapi/tests/test_udp_socket_private.cc   ASSERT_TRUE(socket.GetLocalAddress(address));
address            93 ppapi/tests/test_udp_socket_private.cc     PP_NetAddress_Private* address) {
address            95 ppapi/tests/test_udp_socket_private.cc   callback.WaitForResult(socket->Bind(address, callback.GetCallback()));
address           103 ppapi/tests/test_udp_socket_private.cc     PP_NetAddress_Private *address) {
address           109 ppapi/tests/test_udp_socket_private.cc     if (!pp::NetAddressPrivate::ReplacePort(base_address, port, address))
address           111 ppapi/tests/test_udp_socket_private.cc     if (BindUDPSocket(socket, address).empty()) {
address           118 ppapi/tests/test_udp_socket_private.cc   if (!socket->GetBoundAddress(address))
address           125 ppapi/tests/test_udp_socket_private.cc     PP_NetAddress_Private *address) {
address           127 ppapi/tests/test_udp_socket_private.cc   callback.WaitForResult(socket->Bind(address, callback.GetCallback()));
address           130 ppapi/tests/test_udp_socket_private.cc   ASSERT_FALSE(socket->GetBoundAddress(address));
address           135 ppapi/tests/test_udp_socket_private.cc                                              PP_NetAddress_Private* address,
address           151 ppapi/tests/test_udp_socket_private.cc                                               PP_NetAddress_Private* address,
address           154 ppapi/tests/test_udp_socket_private.cc   int32_t rv = source->SendTo(message.c_str(), message.size(), address,
address           157 ppapi/tests/test_udp_socket_private.cc   ASSERT_SUBTEST_SUCCESS(ReadSocket(target, address, message.size(), &str));
address            23 ppapi/tests/test_udp_socket_private.h   std::string GetLocalAddress(PP_NetAddress_Private* address);
address            26 ppapi/tests/test_udp_socket_private.h                             PP_NetAddress_Private *address);
address            28 ppapi/tests/test_udp_socket_private.h                                          PP_NetAddress_Private* address);
address            30 ppapi/tests/test_udp_socket_private.h                                    PP_NetAddress_Private *address);
address            32 ppapi/tests/test_udp_socket_private.h                          PP_NetAddress_Private* address,
address            37 ppapi/tests/test_udp_socket_private.h                           PP_NetAddress_Private* address,
address            68 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var address,
address            79 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(address);
address           153 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var address,
address           165 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(address);
address           174 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var address,
address           186 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(address);
address           280 ppapi/thunk/ppb_ext_socket_thunk.cc                   PP_Var address,
address           290 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(address);
address           298 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var address,
address           308 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(address);
address            31 ppapi/thunk/ppb_file_mapping_api.h                       void** address,
address            34 ppapi/thunk/ppb_file_mapping_api.h                         const void* address,
address            26 ppapi/thunk/ppb_file_mapping_thunk.cc             void** address,
address            38 ppapi/thunk/ppb_file_mapping_thunk.cc                                                 address,
address            43 ppapi/thunk/ppb_file_mapping_thunk.cc               const void* address,
address            51 ppapi/thunk/ppb_file_mapping_thunk.cc                                                   address,
address            77 remoting/client/plugin/pepper_network_manager.cc       talk_base::SocketAddress address;
address            78 remoting/client/plugin/pepper_network_manager.cc       PpNetAddressToSocketAddress(addresses[i], &address);
address            80 remoting/client/plugin/pepper_network_manager.cc           list.GetName(i), list.GetDisplayName(i), address.ipaddr(), 0);
address            81 remoting/client/plugin/pepper_network_manager.cc       network->AddIP(address.ipaddr());
address            47 remoting/client/plugin/pepper_packet_socket_factory.cc                      const talk_base::SocketAddress& address,
address            60 remoting/client/plugin/pepper_packet_socket_factory.cc                   const pp::NetAddress& address);
address            63 remoting/client/plugin/pepper_packet_socket_factory.cc     pp::NetAddress address;
address            72 remoting/client/plugin/pepper_packet_socket_factory.cc   void OnReadCompleted(int result, pp::NetAddress address);
address            73 remoting/client/plugin/pepper_packet_socket_factory.cc   void HandleReadResult(int result, pp::NetAddress address);
address           103 remoting/client/plugin/pepper_packet_socket_factory.cc     const pp::NetAddress& address)
address           105 remoting/client/plugin/pepper_packet_socket_factory.cc       address(address) {
address           160 remoting/client/plugin/pepper_packet_socket_factory.cc     pp::NetAddress address = socket_.GetBoundAddress();
address           161 remoting/client/plugin/pepper_packet_socket_factory.cc     PpNetAddressToSocketAddress(address, &local_address_);
address           204 remoting/client/plugin/pepper_packet_socket_factory.cc                             const talk_base::SocketAddress& address,
address           217 remoting/client/plugin/pepper_packet_socket_factory.cc   if (!SocketAddressToPpNetAddress(instance_, address, &pp_address)) {
address           267 remoting/client/plugin/pepper_packet_socket_factory.cc       send_queue_.front().address,
address           320 remoting/client/plugin/pepper_packet_socket_factory.cc void UdpPacketSocket::OnReadCompleted(int result, pp::NetAddress address) {
address           321 remoting/client/plugin/pepper_packet_socket_factory.cc   HandleReadResult(result, address);
address           327 remoting/client/plugin/pepper_packet_socket_factory.cc   void UdpPacketSocket::HandleReadResult(int result, pp::NetAddress address) {
address           330 remoting/client/plugin/pepper_packet_socket_factory.cc     PpNetAddressToSocketAddress(address, &socket_address);
address           178 remoting/client/plugin/pepper_port_allocator.cc   pp::NetAddress address = stun_address_resolver_.GetNetAddress(0);
address           179 remoting/client/plugin/pepper_port_allocator.cc   if (address.is_null()) {
address           185 remoting/client/plugin/pepper_port_allocator.cc   PpNetAddressToSocketAddress(address, &stun_address_);
address            18 remoting/client/plugin/pepper_util.cc     const talk_base::SocketAddress& address,
address            21 remoting/client/plugin/pepper_util.cc   switch (address.ipaddr().family()) {
address            23 remoting/client/plugin/pepper_util.cc       in_addr ipv4_addr = address.ipaddr().ipv4_address();
address            31 remoting/client/plugin/pepper_util.cc       in6_addr ipv6_addr = address.ipaddr().ipv6_address();
address            39 remoting/client/plugin/pepper_util.cc       LOG(WARNING) << "Unknown address family: " << address.ipaddr().family();
address            46 remoting/client/plugin/pepper_util.cc                                  const talk_base::SocketAddress& address,
address            49 remoting/client/plugin/pepper_util.cc                                              address,
address            51 remoting/client/plugin/pepper_util.cc                                              address.port());
address            55 remoting/client/plugin/pepper_util.cc                                  talk_base::SocketAddress* address) {
address            60 remoting/client/plugin/pepper_util.cc       address->SetIP(talk_base::IPAddress(
address            62 remoting/client/plugin/pepper_util.cc       address->SetPort(base::NetToHost16(ipv4_addr.port));
address            68 remoting/client/plugin/pepper_util.cc       address->SetIP(talk_base::IPAddress(
address            70 remoting/client/plugin/pepper_util.cc       address->SetPort(base::NetToHost16(ipv6_addr.port));
address            79 remoting/client/plugin/pepper_util.cc   address->Clear();
address            26 remoting/client/plugin/pepper_util.h     const talk_base::SocketAddress& address,
address            30 remoting/client/plugin/pepper_util.h                                  const talk_base::SocketAddress& address,
address            33 remoting/client/plugin/pepper_util.h                                  talk_base::SocketAddress* address);
address            63 remoting/host/ipc_host_event_logger.cc   serialized_route.remote_address = route.remote_address.address();
address            65 remoting/host/ipc_host_event_logger.cc   serialized_route.local_address = route.local_address.address();
address           166 remoting/host/it2me/it2me_native_messaging_host.cc   std::string address;
address           167 remoting/host/it2me/it2me_native_messaging_host.cc   if (!message.GetString("xmppServerAddress", &address)) {
address           174 remoting/host/it2me/it2me_native_messaging_host.cc            address, &xmpp_server_config_.host, &xmpp_server_config_.port)) {
address           176 remoting/host/it2me/it2me_native_messaging_host.cc                      "Invalid 'xmppServerAddress': " + address);
address           357 remoting/host/plugin/host_script_object.cc       std::string address = StringFromNPVariant(*value);
address           359 remoting/host/plugin/host_script_object.cc           address, &xmpp_server_config_.host, &xmpp_server_config_.port);
address            52 remoting/jingle_glue/chromium_socket_factory.cc                      const talk_base::SocketAddress& address,
address            65 remoting/jingle_glue/chromium_socket_factory.cc                   const net::IPEndPoint& address);
address            68 remoting/jingle_glue/chromium_socket_factory.cc     net::IPEndPoint address;
address           101 remoting/jingle_glue/chromium_socket_factory.cc     const net::IPEndPoint& address)
address           103 remoting/jingle_glue/chromium_socket_factory.cc       address(address) {
address           129 remoting/jingle_glue/chromium_socket_factory.cc         net::IPEndPoint(local_endpoint.address(), port));
address           173 remoting/jingle_glue/chromium_socket_factory.cc                             const talk_base::SocketAddress& address,
address           185 remoting/jingle_glue/chromium_socket_factory.cc   if (!jingle_glue::SocketAddressToIPEndPoint(address, &endpoint)) {
address           275 remoting/jingle_glue/chromium_socket_factory.cc       packet.address,
address           328 remoting/jingle_glue/chromium_socket_factory.cc     talk_base::SocketAddress address;
address           329 remoting/jingle_glue/chromium_socket_factory.cc     if (!jingle_glue::IPEndPointToSocketAddress(receive_address_, &address)) {
address           334 remoting/jingle_glue/chromium_socket_factory.cc     SignalReadPacket(this, receive_buffer_->data(), result, address,
address            32 remoting/jingle_glue/chromium_socket_factory_unittest.cc                 const talk_base::SocketAddress& address,
address            36 remoting/jingle_glue/chromium_socket_factory_unittest.cc     last_address_ = address;
address            57 remoting/jingle_glue/chromium_socket_factory_unittest.cc   talk_base::SocketAddress address;
address            64 remoting/jingle_glue/chromium_socket_factory_unittest.cc   address = sending_socket->GetLocalAddress();
address            77 remoting/jingle_glue/chromium_socket_factory_unittest.cc   EXPECT_EQ(address, last_address_);
address           143 remoting/protocol/channel_multiplexer.cc   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE {
address           147 remoting/protocol/channel_multiplexer.cc   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE {
address           168 remoting/protocol/fake_session.cc int FakeSocket::GetPeerAddress(net::IPEndPoint* address) const {
address           170 remoting/protocol/fake_session.cc   *address = net::IPEndPoint(ip, 0);
address           174 remoting/protocol/fake_session.cc int FakeSocket::GetLocalAddress(net::IPEndPoint* address) const {
address            69 remoting/protocol/fake_session.h   virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE;
address            70 remoting/protocol/fake_session.h   virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE;
address            53 remoting/protocol/jingle_messages.cc   const std::string& address = element->Attr(QName(kEmptyNamespace, "address"));
address            70 remoting/protocol/jingle_messages.cc   if (name.empty() || address.empty() || !base::StringToInt(port_str, &port) ||
address            80 remoting/protocol/jingle_messages.cc   candidate->candidate.set_address(talk_base::SocketAddress(address, port));
address            96 remoting/protocol/jingle_messages.cc                   candidate.candidate.address().ipaddr().ToString());
address            98 remoting/protocol/jingle_messages.cc                   base::IntToString(candidate.candidate.address().port()));
address           299 remoting/protocol/libjingle_transport_factory.cc           candidate.address(), &route.remote_address)) {
address           307 remoting/protocol/libjingle_transport_factory.cc           local_candidate.address(), &route.local_address)) {
address           182 sandbox/win/src/crosscall_server.cc     char* address = reinterpret_cast<char*>(
address           184 sandbox/win/src/crosscall_server.cc     if ((NULL == address) ||               // No null params.
address           186 sandbox/win/src/crosscall_server.cc         (address < backing_mem) ||         // Start cannot point before buffer.
address           187 sandbox/win/src/crosscall_server.cc         (address < first_byte) ||          // Start cannot point too low.
address           188 sandbox/win/src/crosscall_server.cc         (address > last_byte) ||           // Start cannot point past buffer.
address           189 sandbox/win/src/crosscall_server.cc         ((address + size) < address) ||    // Invalid size.
address           190 sandbox/win/src/crosscall_server.cc         ((address + size) > last_byte)) {  // End cannot point past buffer.
address            64 sandbox/win/src/eat_resolver.cc                                          void** address) {
address            65 sandbox/win/src/eat_resolver.cc   DCHECK_NT(address);
address            78 sandbox/win/src/eat_resolver.cc   *address = pe.RVAToAddr(*eat_entry_);
address            33 sandbox/win/src/eat_resolver.h                                  void** address);
address           507 sandbox/win/src/interception.cc       const char* address;
address           511 sandbox/win/src/interception.cc                                                &address));
address           516 sandbox/win/src/interception.cc       it->interceptor_address = interceptor_base + (address -
address            98 sandbox/win/src/policy_engine_params.h   ParameterSet(ArgType real_type, const void* address)
address            99 sandbox/win/src/policy_engine_params.h       : real_type_(real_type), address_(address) {
address           123 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address);
address           129 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           130 sandbox/win/src/policy_engine_params.h       : ParameterSet(VOIDPTR_TYPE, address) {}
address           136 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           137 sandbox/win/src/policy_engine_params.h       : ParameterSet(VOIDPTR_TYPE, address) {}
address           144 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           145 sandbox/win/src/policy_engine_params.h       : ParameterSet(WCHAR_TYPE, address) {}
address           151 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           152 sandbox/win/src/policy_engine_params.h       : ParameterSet(WCHAR_TYPE, address) {}
address           159 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           160 sandbox/win/src/policy_engine_params.h       : ParameterSet(ULONG_TYPE, address) {}
address           166 sandbox/win/src/policy_engine_params.h   ParameterSetEx(const void* address)
address           167 sandbox/win/src/policy_engine_params.h       : ParameterSet(UNISTR_TYPE, address) {}
address            45 sandbox/win/src/resolver.cc                                            const void** address) {
address            46 sandbox/win/src/resolver.cc   DCHECK_NT(address);
address            54 sandbox/win/src/resolver.cc   *address = pe.GetProcAddress(interceptor_name);
address            56 sandbox/win/src/resolver.cc   if (!(*address))
address            58 sandbox/win/src/resolver.h                                       const void** address);
address            63 sandbox/win/src/resolver.h                                  void** address);
address            83 sandbox/win/src/resolver_32.cc                                       void** address) {
address            84 sandbox/win/src/resolver_32.cc   const void** casted = const_cast<const void**>(address);
address            64 sandbox/win/src/resolver_64.cc                                       void** address) {
address           394 sandbox/win/src/sandbox_nt_util.cc UNICODE_STRING* GetBackingFilePath(PVOID address) {
address           406 sandbox/win/src/sandbox_nt_util.cc     NTSTATUS ret = g_nt.QueryVirtualMemory(NtCurrentProcess, address,
address           475 sandbox/win/src/sandbox_nt_util.cc NTSTATUS AutoProtectMemory::ChangeProtection(void* address, size_t bytes,
address           479 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.ProtectVirtualMemory(NtCurrentProcess, &address,
address           483 sandbox/win/src/sandbox_nt_util.cc     address_ = address;
address           138 sandbox/win/src/sandbox_nt_util.h UNICODE_STRING* GetBackingFilePath(PVOID address);
address           164 sandbox/win/src/sandbox_nt_util.h   NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect);
address            16 sandbox/win/src/service_resolver.cc     const void** address) {
address            20 sandbox/win/src/service_resolver.cc                        const_cast<void**>(address));
address            27 sandbox/win/src/service_resolver.cc                                              void** address) {
address            32 sandbox/win/src/service_resolver.cc   *address = module_image.GetProcAddress(function_name);
address            34 sandbox/win/src/service_resolver.cc   if (NULL == *address) {
address            36 sandbox/win/src/service_resolver.h                                       const void** address);
address            41 sandbox/win/src/service_resolver.h                                  void** address);
address           206 sandbox/win/src/target_process.cc ResultCode TargetProcess::TransferVariable(const char* name, void* address,
address           211 sandbox/win/src/target_process.cc   void* child_var = address;
address           233 sandbox/win/src/target_process.cc                             child_var, address, size, &written))
address            94 sandbox/win/src/target_process.h   ResultCode TransferVariable(const char* name, void* address, size_t size);
address           281 sandbox/win/src/win_utils.cc bool WriteProtectedChildMemory(HANDLE child_process, void* address,
address           285 sandbox/win/src/win_utils.cc   if (!::VirtualProtectEx(child_process, address, length,
address           290 sandbox/win/src/win_utils.cc   bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
address           294 sandbox/win/src/win_utils.cc   if (!::VirtualProtectEx(child_process, address, length,
address           105 sandbox/win/src/win_utils.h bool WriteProtectedChildMemory(HANDLE child_process, void* address,
address           113 sandbox/win/wow_helper/service64_resolver.cc                                void* address,
address           118 sandbox/win/wow_helper/service64_resolver.cc   if (!::VirtualProtectEx(child_process, address, length,
address           123 sandbox/win/wow_helper/service64_resolver.cc   bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
address           127 sandbox/win/wow_helper/service64_resolver.cc   if (!::VirtualProtectEx(child_process, address, length,
address           188 sandbox/win/wow_helper/service64_resolver.cc                                            const void** address) {
address           194 sandbox/win/wow_helper/service64_resolver.cc                                       void** address) {
address           231 sandbox/win/wow_helper/service64_resolver.cc     const void** address) {
address           235 sandbox/win/wow_helper/service64_resolver.cc                        const_cast<void**>(address));
address           242 sandbox/win/wow_helper/service64_resolver.cc                                              void** address) {
address           246 sandbox/win/wow_helper/service64_resolver.cc   *address = ::GetProcAddress(bit_cast<HMODULE>(module), function_name);
address           248 sandbox/win/wow_helper/service64_resolver.cc   if (NULL == *address)
address            35 sandbox/win/wow_helper/service64_resolver.h                                       const void** address);
address            40 sandbox/win/wow_helper/service64_resolver.h                                  void** address);
address            31 sync/test/fake_server/fake_sync_server_http_handler.cc   net::IPEndPoint address;
address            32 sync/test/fake_server/fake_sync_server_http_handler.cc   int error = server_->GetLocalAddress(&address);
address            38 sync/test/fake_server/fake_sync_server_http_handler.cc   LOG(INFO) << base::StringPrintf("Listening on port %d", address.port());
address            53 third_party/apple_apsl/dnsinfo.h 	struct in_addr	address;
address           116 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) \
address           117 third_party/cld/base/dynamic_annotations.h     AnnotateNewMemory(__FILE__, __LINE__, address, size)
address           152 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE(address, description) \
address           153 third_party/cld/base/dynamic_annotations.h     AnnotateBenignRace(__FILE__, __LINE__, address, description)
address           193 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_TRACE_MEMORY(address) \
address           194 third_party/cld/base/dynamic_annotations.h     AnnotateTraceMemory(__FILE__, __LINE__, address)
address           227 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) \
address           228 third_party/cld/base/dynamic_annotations.h     AnnotateExpectRace(__FILE__, __LINE__, address, description)
address           246 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) // empty
address           247 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_PUBLISH_OBJECT(address) // empty
address           252 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) // empty
address           253 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) // empty
address           254 third_party/cld/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE(address, description) // empty
address           285 third_party/cld/base/dynamic_annotations.h                                            const volatile void *address,
address           296 third_party/cld/base/dynamic_annotations.h                                   const volatile void *address,
address           299 third_party/cld/base/dynamic_annotations.h                                    const volatile void *address,
address           302 third_party/cld/base/dynamic_annotations.h                                    const volatile void *address,
address            87 third_party/codesighs/msmap.h     address mPrefix;
address            88 third_party/codesighs/msmap.h     address mOffset;
address            89 third_party/codesighs/msmap.h     address mLength;
address            90 third_party/codesighs/msmap.h     address mUsed;
address           102 third_party/codesighs/msmap.h     address mPrefix;
address           103 third_party/codesighs/msmap.h     address mOffset;
address           105 third_party/codesighs/msmap.h     address mRVABase;
address           121 third_party/codesighs/msmap.h     address mPreferredLoadAddress;
address           125 third_party/codesighs/msmap.h     address mEntryPrefix;
address           126 third_party/codesighs/msmap.h     address mEntryOffset;
address           119 third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h   virtual Status ValidateAddress(const AddressData& address,
address            34 third_party/libaddressinput/chromium/cpp/src/address_data.cc const std::string* GetMemberForField(const AddressData& address,
address            38 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.country_code;
address            40 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.administrative_area;
address            42 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.locality;
address            44 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.dependent_locality;
address            46 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.sorting_code;
address            48 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.postal_code;
address            50 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.organization;
address            52 third_party/libaddressinput/chromium/cpp/src/address_data.cc       return &address.recipient;
address           165 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       const AddressData& address,
address           169 third_party/libaddressinput/chromium/cpp/src/address_validator.cc         rules_.find(address.country_code);
address           178 third_party/libaddressinput/chromium/cpp/src/address_validator.cc                  RegionDataConstants::GetRegionData(address.country_code))) {
address           179 third_party/libaddressinput/chromium/cpp/src/address_validator.cc           EnforceRequiredFields(rule, address, filter, problems);
address           183 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       return loading_rules_.find(address.country_code) != loading_rules_.end()
address           195 third_party/libaddressinput/chromium/cpp/src/address_validator.cc         ruleset->GetLanguageCodeRule(address.language_code);
address           196 third_party/libaddressinput/chromium/cpp/src/address_validator.cc     EnforceRequiredFields(country_rule, address, filter, problems);
address           200 third_party/libaddressinput/chromium/cpp/src/address_validator.cc     if (!address.postal_code.empty() &&
address           206 third_party/libaddressinput/chromium/cpp/src/address_validator.cc             address.postal_code, country_rule.GetPostalCodeFormat())) {
address           214 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       const Rule& rule = ruleset->GetLanguageCodeRule(address.language_code);
address           220 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       const std::string& user_input = address.GetFieldValue(sub_field_type);
address           233 third_party/libaddressinput/chromium/cpp/src/address_validator.cc           !address.postal_code.empty() &&
address           239 third_party/libaddressinput/chromium/cpp/src/address_validator.cc               address.postal_code, rule.GetPostalCodeFormat())) {
address           470 third_party/libaddressinput/chromium/cpp/src/address_validator.cc                              const AddressData& address,
address           479 third_party/libaddressinput/chromium/cpp/src/address_validator.cc           ? address.GetFieldValue(*field_it).empty()
address           480 third_party/libaddressinput/chromium/cpp/src/address_validator.cc           : IsEmptyStreetAddress(address.address_lines);
address            27 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address            29 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address            34 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address            35 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "US";
address            36 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.administrative_area = "Texas";
address            37 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "Houston";
address            38 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.postal_code = "77005";
address            39 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("123 Main St");
address            40 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("Apt 2");
address            41 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.organization = "ACME Corp.";
address            42 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.recipient = "John Doe";
address            45 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address            48 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.recipient);
address            49 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.organization);
address            51 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.begin(),
address            52 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.end());
address            53 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.locality + ", " + address.administrative_area +
address            54 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                      " " + address.postal_code);
address            60 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address            61 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "AR";
address            62 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.administrative_area = "Capital Federal";
address            63 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "Buenos Aires";
address            64 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.postal_code = "C1001AFB";
address            65 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("Su Calle 123");
address            66 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("5° Piso");
address            67 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.organization = "Empresa Ejemplo";
address            68 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.recipient = "Juan Perez";
address            71 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address            74 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.recipient);
address            75 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.organization);
address            77 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.begin(),
address            78 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.end());
address            79 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.postal_code + " " + address.locality);
address            80 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.administrative_area);
address            86 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address            87 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "JP";
address            88 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.language_code = "ja";
address            89 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.administrative_area = "東京都";
address            90 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "渋谷区";
address            91 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.postal_code = "150-8512";
address            92 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("桜丘町26-1");
address            93 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("セルリアンタワー6階");
address            94 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.organization = "グーグル株式会社";
address            95 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.recipient = "村上 美紀";
address            98 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address           101 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back("〒" + address.postal_code);
address           102 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.administrative_area + address.locality);
address           104 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.begin(),
address           105 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.end());
address           106 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.organization);
address           107 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.recipient);
address           113 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address           114 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "JP";
address           115 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.language_code = "ja-latn";
address           116 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.administrative_area = "Tokyo";
address           117 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "Shibuya-ku";
address           118 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.postal_code = "150-8512";
address           119 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("26-1 Sakuragaoka-cho");
address           120 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("Cerulean Tower 6F");
address           121 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.organization = "Google Japan Inc.";
address           122 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.recipient = "Miki Murakami";
address           125 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address           128 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.recipient);
address           129 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.organization);
address           131 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.begin(),
address           132 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc                   address.address_lines.end());
address           133 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.locality + ", "+ address.administrative_area);
address           134 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   expected.push_back(address.postal_code);
address           140 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address           141 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "CI";
address           142 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.address_lines.push_back("Street Line 1");
address           143 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "City Name";
address           144 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.sorting_code = "123CEDEX";
address           147 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address           151 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc       address.sorting_code + " " +
address           152 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc           address.address_lines[0] + " " +
address           153 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc           address.locality + " " +
address           154 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc           address.sorting_code);
address           160 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   AddressData address;
address           161 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.country_code = "CI";
address           162 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.locality = "City Name";
address           163 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.sorting_code = "123CEDEX";
address           166 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc   address.FormatForDisplay(&actual);
address           170 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc       address.sorting_code + "  " +
address           171 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc           address.locality + " " +
address           172 third_party/libaddressinput/chromium/cpp/test/address_data_test.cc           address.sorting_code);
address            71 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address            75 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc     address.country_code = region_codes[i];
address            78 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc         validator_->ValidateAddress(address, AddressProblemFilter(), NULL));
address            83 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address            84 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address            89 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address            93 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address            94 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.address_lines.push_back("340 Main St.");
address            95 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Venice";
address            96 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "CA";
address            97 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           100 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90291";
address           104 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           110 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90210-1234";
address           113 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           119 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "12345";
address           122 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           130 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "12903";
address           133 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           141 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "902911";
address           144 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           152 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "9029";
address           155 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           164 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           165 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           166 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "en";
address           167 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "TX";
address           168 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Paris";
address           169 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "75461";
address           170 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.address_lines.push_back("123 Main St");
address           174 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           178 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Texas";
address           182 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           186 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "tx";
address           190 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           194 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "teXas";
address           198 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           202 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "T\u00E9xas";
address           206 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           213 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           214 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           215 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "en";
address           216 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "XT";
address           217 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Paris";
address           218 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "75461";
address           219 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.address_lines.push_back("123 Main St");
address           223 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->ValidateAddress(address, AddressProblemFilter(), &problems));
address           231 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           232 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           234 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, COUNTRY, 1, NULL));
address           238 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           239 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           240 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90291";
address           244 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           252 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           253 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "TW";
address           254 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "515";
address           255 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Changhua";
address           259 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           268 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           269 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "TW";
address           270 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "515";
address           271 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Dacun";
address           275 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           283 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           284 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           285 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90066";
address           286 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "TX";
address           290 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           296 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           297 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "CN";
address           298 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Anqin";
address           302 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, LOCALITY, 10, &suggestions));
address           310 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           311 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "CN";
address           312 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Anqing";
address           313 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Anhui";
address           317 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, LOCALITY, 10, &suggestions));
address           326 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           327 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "CN";
address           328 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Anqing";
address           329 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Anhui";
address           333 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
address           342 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           343 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "CN";
address           344 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.dependent_locality = "Zongyang";
address           349 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                 address, DEPENDENT_LOCALITY, 10, &suggestions));
address           359 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           360 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "CN";
address           361 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.dependent_locality = "Zongyang";
address           362 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Sichuan Sheng";
address           367 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                 address, DEPENDENT_LOCALITY, 10, &suggestions));
address           372 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           373 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           374 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "A";
address           378 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
address           383 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           384 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           385 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "CA";
address           389 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
address           395 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           396 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           397 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Texas";
address           401 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
address           407 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           408 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           409 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Cali";
address           413 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
address           419 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           420 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           421 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "MA";
address           425 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
address           444 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           445 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "ko";
address           446 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "KR";
address           447 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "210-210";
address           451 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           459 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           460 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "en";
address           461 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "KR";
address           462 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "강원";
address           466 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
address           474 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           475 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "en";
address           476 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "KR";
address           477 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "210-210";
address           481 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           489 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           490 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.language_code = "ko";
address           491 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "KR";
address           492 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "Gang";
address           496 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
address           502 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           503 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           508 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->GetSuggestions(address, POSTAL_CODE, 999, &suggestions));
address           513 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           514 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           515 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90291";
address           519 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
address           525 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   AddressData address;
address           526 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.country_code = "US";
address           527 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.administrative_area = "CA";
address           528 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.locality = "Los Angeles";
address           529 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.dependent_locality = "Venice";
address           530 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.postal_code = "90291";
address           531 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.sorting_code = "123";
address           532 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.address_lines.push_back("123 Main St");
address           533 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.organization = "Google";
address           534 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   address.recipient = "Jon Smith";
address           554 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                   address, kNoSugestFields[i], 999, &suggestions));
address            97 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     AddressData address;
address           105 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc       address.address_lines.push_back(street_field);
address           107 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     address.country_code = country;
address           108 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("state", &address.administrative_area);
address           109 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("city", &address.locality);
address           110 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("locality", &address.dependent_locality);
address           111 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("sorting_code", &address.sorting_code);
address           112 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("zip", &address.postal_code);
address           113 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("organization", &address.organization);
address           114 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     fields_json->GetStringValueForKey("name", &address.recipient);
address           118 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc         address, AddressProblemFilter(), &problems));
address           213 third_party/libevent/evdns.c 	u32 address;
address           386 third_party/libevent/evdns.c debug_ntoa(u32 address)
address           389 third_party/libevent/evdns.c 	u32 a = ntohl(address);
address           478 third_party/libevent/evdns.c               debug_ntoa(ns->address));
address           493 third_party/libevent/evdns.c             debug_ntoa(ns->address), msg);
address           506 third_party/libevent/evdns.c 		    debug_ntoa(ns->address));
address           536 third_party/libevent/evdns.c 	    debug_ntoa(ns->address));
address           723 third_party/libevent/evdns.c 				debug_ntoa(req->ns->address));
address          1162 third_party/libevent/evdns.c 	if (sin->sin_addr.s_addr != ns->address)
address          1260 third_party/libevent/evdns.c               debug_ntoa(ns->address));
address          1918 third_party/libevent/evdns.c 	sin.sin_addr.s_addr = req->ns->address;
address          2004 third_party/libevent/evdns.c   	log(EVDNS_LOG_DEBUG, "Sending probe to %s", debug_ntoa(ns->address));
address          2113 third_party/libevent/evdns.c _evdns_nameserver_add_impl(unsigned long int address, int port) {
address          2121 third_party/libevent/evdns.c 			if (server->address == address) return 3;
address          2137 third_party/libevent/evdns.c 	ns->address = address;
address          2146 third_party/libevent/evdns.c 	log(EVDNS_LOG_DEBUG, "Added nameserver %s", debug_ntoa(address));
address          2169 third_party/libevent/evdns.c 	log(EVDNS_LOG_WARN, "Unable to add nameserver %s: error %d", debug_ntoa(address), err);
address          2175 third_party/libevent/evdns.c evdns_nameserver_add(unsigned long int address) {
address          2176 third_party/libevent/evdns.c 	return _evdns_nameserver_add_impl(address, 53);
address           259 third_party/libevent/evdns.h int evdns_nameserver_add(unsigned long int address);
address            87 third_party/libevent/evhttp.h int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
address           174 third_party/libevent/evhttp.h struct evhttp *evhttp_start(const char *address, u_short port);
address           261 third_party/libevent/evhttp.h 	const char *address, unsigned short port);
address           268 third_party/libevent/evhttp.h     const char *address);
address           295 third_party/libevent/evhttp.h     char **address, u_short *port);
address            66 third_party/libevent/http-internal.h 	char *address;			/* address to connect to */
address           199 third_party/libevent/http.c static int socket_connect(int fd, const char *address, unsigned short port);
address          1016 third_party/libevent/http.c 	if (evcon->address != NULL)
address          1017 third_party/libevent/http.c 		free(evcon->address);
address          1030 third_party/libevent/http.c     const char *address)
address          1035 third_party/libevent/http.c 	if ((evcon->bind_address = strdup(address)) == NULL)
address          1142 third_party/libevent/http.c 			__func__, evcon->address, evcon->port, evcon->fd));
address          1150 third_party/libevent/http.c 			__func__, evcon->address, evcon->port, evcon->fd));
address          1156 third_party/libevent/http.c 		    __func__, evcon->address, evcon->port, evcon->fd,
address          1163 third_party/libevent/http.c 			__func__, evcon->address, evcon->port, evcon->fd));
address          1677 third_party/libevent/http.c evhttp_connection_new(const char *address, unsigned short port)
address          1681 third_party/libevent/http.c 	event_debug(("Attempting connection to %s:%d\n", address, port));
address          1694 third_party/libevent/http.c 	if ((evcon->address = strdup(address)) == NULL) {
address          1752 third_party/libevent/http.c     char **address, u_short *port)
address          1754 third_party/libevent/http.c 	*address = evcon->address;
address          1777 third_party/libevent/http.c 	if (socket_connect(evcon->fd, evcon->address, evcon->port) == -1) {
address          2252 third_party/libevent/http.c evhttp_bind_socket(struct evhttp *http, const char *address, u_short port)
address          2257 third_party/libevent/http.c 	if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
address          2338 third_party/libevent/http.c evhttp_start(const char *address, u_short port)
address          2342 third_party/libevent/http.c 	if (evhttp_bind_socket(http, address, port) == -1) {
address          2582 third_party/libevent/http.c 	if ((req->remote_host = strdup(evcon->address)) == NULL)
address          2623 third_party/libevent/http.c addr_from_name(char *address)
address          2633 third_party/libevent/http.c         if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
address          2726 third_party/libevent/http.c make_addrinfo(const char *address, u_short port)
address          2740 third_party/libevent/http.c         if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
address          2752 third_party/libevent/http.c 	if (fake_getaddrinfo(address, &ai[cur]) < 0) {
address          2764 third_party/libevent/http.c bind_socket(const char *address, u_short port, int reuse)
address          2770 third_party/libevent/http.c 	if (address == NULL && port == 0)
address          2773 third_party/libevent/http.c 	aitop = make_addrinfo(address, port);
address          2790 third_party/libevent/http.c socket_connect(int fd, const char *address, unsigned short port)
address          2792 third_party/libevent/http.c 	struct addrinfo *ai = make_addrinfo(address, port);
address          2797 third_party/libevent/http.c 			__func__, address, port));
address           110 third_party/libevent/test/regress_http.c http_connect(const char *address, u_short port)
address           125 third_party/libevent/test/regress_http.c 	if (!(he = gethostbyname(address))) {
address           138 third_party/libevent/test/regress_http.c 	if (getaddrinfo(address, strport, &ai, &aitop) != 0) {
address            61 third_party/liblouis/overrides/liblouis/compileTranslationTable.c reallocWrapper (void *address, size_t size)
address            63 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (!(address = realloc (address, size)) && size)
address            65 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   return address;
address            71 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   char *address = strdup (string);
address            72 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (!address)
address            74 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   return address;
address           792 third_party/libusb/src/libusb/os/darwin_usb.c     (*device)->GetDeviceAddress (device, (USBDeviceAddress *)&new_device->address);
address           809 third_party/libusb/src/libusb/os/darwin_usb.c       snprintf(new_device->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", new_device->address,
address           865 third_party/libusb/src/libusb/os/darwin_usb.c     dev->device_address = cached_device->address;
address           117 third_party/libusb/src/libusb/os/darwin_usb.h   UInt16                address;
address            33 third_party/lzma_sdk/7zAlloc.c void SzFree(void *p, void *address)
address            37 third_party/lzma_sdk/7zAlloc.c   if (address != 0)
address            43 third_party/lzma_sdk/7zAlloc.c   free(address);
address            61 third_party/lzma_sdk/7zAlloc.c void SzFreeTemp(void *p, void *address)
address            65 third_party/lzma_sdk/7zAlloc.c   if (address != 0)
address            71 third_party/lzma_sdk/7zAlloc.c   HeapFree(GetProcessHeap(), 0, address);
address            75 third_party/lzma_sdk/7zAlloc.c   free(address);
address            10 third_party/lzma_sdk/7zAlloc.h void SzFree(void *p, void *address);
address            13 third_party/lzma_sdk/7zAlloc.h void SzFreeTemp(void *p, void *address);
address            38 third_party/lzma_sdk/Alloc.c void MyFree(void *address)
address            41 third_party/lzma_sdk/Alloc.c   if (address != 0)
address            42 third_party/lzma_sdk/Alloc.c     fprintf(stderr, "\nFree; count = %10d,  addr = %8X", --g_allocCount, (unsigned)address);
address            44 third_party/lzma_sdk/Alloc.c   free(address);
address            59 third_party/lzma_sdk/Alloc.c void MidFree(void *address)
address            62 third_party/lzma_sdk/Alloc.c   if (address != 0)
address            65 third_party/lzma_sdk/Alloc.c   if (address == 0)
address            67 third_party/lzma_sdk/Alloc.c   VirtualFree(address, 0, MEM_RELEASE);
address           115 third_party/lzma_sdk/Alloc.c void BigFree(void *address)
address           118 third_party/lzma_sdk/Alloc.c   if (address != 0)
address           122 third_party/lzma_sdk/Alloc.c   if (address == 0)
address           124 third_party/lzma_sdk/Alloc.c   VirtualFree(address, 0, MEM_RELEASE);
address            14 third_party/lzma_sdk/Alloc.h void MyFree(void *address);
address            21 third_party/lzma_sdk/Alloc.h void MidFree(void *address);
address            23 third_party/lzma_sdk/Alloc.h void BigFree(void *address);
address            28 third_party/lzma_sdk/Alloc.h #define MidFree(address) MyFree(address)
address            30 third_party/lzma_sdk/Alloc.h #define BigFree(address) MyFree(address)
address            12 third_party/lzma_sdk/LzmaLib.c static void SzFree(void *p, void *address) { p = p; MyFree(address); }
address           230 third_party/lzma_sdk/Types.h   void (*Free)(void *p, void *address); /* address can be 0 */
address           161 third_party/mach_override/mach_override.c mach_error_t makeIslandExecutable(void *address) {
address           165 third_party/mach_override/mach_override.c     uintptr_t page = (uintptr_t)address & ~(uintptr_t)(pageSize-1);
address            76 third_party/npapi/npspy/extern/nspr/plresolv.h     const PRNetAddr *address, unsigned char *buf,
address            61 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(PRMonitor*) PR_CEnterMonitor(void *address);
address            67 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(PRStatus) PR_CExitMonitor(void *address);
address            73 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(PRStatus) PR_CWait(void *address, PRIntervalTime timeout);
address            79 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(PRStatus) PR_CNotify(void *address);
address            85 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(PRStatus) PR_CNotifyAll(void *address);
address            91 third_party/npapi/npspy/extern/nspr/prcmon.h NSPR_API(void) PR_CSetOnMonitorRecycle(void (PR_CALLBACK *callback)(void *address));
address           310 third_party/npapi/npspy/extern/nspr/private/pprthred.h NSPR_API(PRMonitor*) PR_CTestAndEnterMonitor(void *address);
address           206 third_party/npapi/npspy/extern/nspr/prnetdb.h     PRIntn enumIndex, const PRHostEnt *hostEnt, PRUint16 port, PRNetAddr *address);
address           165 third_party/speech-dispatcher/libspeechd.h 			 SPDConnectionMode mode, SPDConnectionAddress *address, int autospawn,
address           213 third_party/tcmalloc/chromium/src/addressmap-inl.h   Cluster* FindCluster(Number address, bool create) {
address           215 third_party/tcmalloc/chromium/src/addressmap-inl.h     const Number cluster_id = address >> (kBlockBits + kClusterBits);
address           235 third_party/tcmalloc/chromium/src/addressmap-inl.h   static int BlockID(Number address) {
address           236 third_party/tcmalloc/chromium/src/addressmap-inl.h     return (address >> kBlockBits) & (kClusterBlocks - 1);
address            93 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c                                 const volatile void *address,
address            96 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c                                   const volatile void *address,
address           170 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) \
address           171 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h     AnnotateNewMemory(__FILE__, __LINE__, address, size)
address           212 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
address           213 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h     AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
address           259 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_TRACE_MEMORY(address) \
address           260 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h     AnnotateTraceMemory(__FILE__, __LINE__, address)
address           317 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) \
address           318 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h     AnnotateExpectRace(__FILE__, __LINE__, address, description)
address           346 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
address           347 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(address, size)  /* empty */
address           348 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_SWAP_MEMORY_RANGE(address, size)  /* empty */
address           353 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) /* empty */
address           354 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
address           355 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
address           356 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
address           443 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                                 const volatile void *address,
address           446 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                                   const volatile void *address,
address           457 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                        const volatile void *address,
address           460 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                         const volatile void *address,
address           463 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                         const volatile void *address,
address           466 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h                         const volatile void *address,
address           331 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc bool ElfMemImage::LookupSymbolByAddress(const void *address,
address           335 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         reinterpret_cast<const char *>(it->address);
address           337 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc     if (symbol_start <= address && address < symbol_end) {
address           427 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc   info_.address = image->GetSymAddr(symbol);
address            67 third_party/tcmalloc/chromium/src/base/elf_mem_image.h     const void      *address;   // Relocated symbol address.
address           116 third_party/tcmalloc/chromium/src/base/elf_mem_image.h   bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
address            78 third_party/tcmalloc/chromium/src/base/stl_allocator.h   pointer address(reference x) const { return &x; }
address            79 third_party/tcmalloc/chromium/src/base/stl_allocator.h   const_pointer address(const_reference x) const { return &x; }
address           116 third_party/tcmalloc/chromium/src/base/vdso_support.cc       fn = (GetCpuFn)(info.address);
address           143 third_party/tcmalloc/chromium/src/base/vdso_support.cc bool VDSOSupport::LookupSymbolByAddress(const void *address,
address           145 third_party/tcmalloc/chromium/src/base/vdso_support.cc   return image_.LookupSymbolByAddress(address, info_out);
address            97 third_party/tcmalloc/chromium/src/base/vdso_support.h   bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
address           236 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::MemoryInfoGetterLinux::Seek(uint64 address) const {
address           237 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   int64 index = (address / getpagesize()) * PAGEMAP_BYTES;
address          1080 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   uint64 address = reinterpret_cast<uintptr_t>(pointer);
address          1082 third_party/tcmalloc/chromium/src/deep-heap-profile.cc       address, address + alloc_value->bytes - 1, NULL);
address           224 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool Seek(uint64 address) const;
address           394 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   uintptr_t address;    // Address of range
address            14 third_party/tcmalloc/chromium/src/gperftools/type_profiler_map.h void InsertType(void* address, size_t size, const std::type_info& type);
address            15 third_party/tcmalloc/chromium/src/gperftools/type_profiler_map.h void EraseType(void* address);
address            16 third_party/tcmalloc/chromium/src/gperftools/type_profiler_map.h const std::type_info* LookupType(const void* address);
address           166 third_party/tcmalloc/chromium/src/libc_override_osx.h void mi_log(malloc_zone_t *zone, void *address) {
address           432 third_party/tcmalloc/chromium/src/page_heap.cc   r->address = span->start << kPageShift;
address           167 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h             rt_sigreturn_symbol_info.address == NULL ||
address           168 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h             vsyscall_symbol_info.address == NULL) {
address           176 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h                   rt_sigreturn_symbol_info.address);
address           179 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h                   vsyscall_symbol_info.address);
address           578 third_party/tcmalloc/chromium/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
address           805 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   if (state->ptr >= r->address &&
address           806 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       state->ptr < r->address + r->length) {
address            87 third_party/tcmalloc/chromium/src/type_profiler_map.cc void InsertType(void* address, size_t size, const std::type_info& type) {
address            91 third_party/tcmalloc/chromium/src/type_profiler_map.cc   g_type_profiler_map->Insert(address, ObjectInfo(size, &type));
address            94 third_party/tcmalloc/chromium/src/type_profiler_map.cc void EraseType(void* address) {
address            99 third_party/tcmalloc/chromium/src/type_profiler_map.cc   g_type_profiler_map->FindAndRemove(address, &obj);
address           102 third_party/tcmalloc/chromium/src/type_profiler_map.cc const std::type_info* LookupType(const void* address) {
address           106 third_party/tcmalloc/chromium/src/type_profiler_map.cc   const ObjectInfo* found = g_type_profiler_map->Find(address);
address           356 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static LPVOID WINAPI Perftools_VirtualAllocEx(HANDLE process, LPVOID address,
address           359 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
address           937 third_party/tcmalloc/chromium/src/windows/patch_functions.cc                                                     LPVOID address,
address           942 third_party/tcmalloc/chromium/src/windows/patch_functions.cc                        process, address, size, type, protect);
address           944 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);
address           948 third_party/tcmalloc/chromium/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
address           950 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   MallocHook::InvokeMunmapHook(address, size);
address           953 third_party/tcmalloc/chromium/src/windows/patch_functions.cc               process, address, size, type);
address           213 third_party/tcmalloc/vendor/src/addressmap-inl.h   Cluster* FindCluster(Number address, bool create) {
address           215 third_party/tcmalloc/vendor/src/addressmap-inl.h     const Number cluster_id = address >> (kBlockBits + kClusterBits);
address           235 third_party/tcmalloc/vendor/src/addressmap-inl.h   static int BlockID(Number address) {
address           236 third_party/tcmalloc/vendor/src/addressmap-inl.h     return (address >> kBlockBits) & (kClusterBlocks - 1);
address            93 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c                                 const volatile void *address,
address            96 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c                                   const volatile void *address,
address           170 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) \
address           171 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h     AnnotateNewMemory(__FILE__, __LINE__, address, size)
address           212 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
address           213 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h     AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
address           259 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_TRACE_MEMORY(address) \
address           260 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h     AnnotateTraceMemory(__FILE__, __LINE__, address)
address           317 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) \
address           318 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h     AnnotateExpectRace(__FILE__, __LINE__, address, description)
address           346 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
address           347 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(address, size)  /* empty */
address           348 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_SWAP_MEMORY_RANGE(address, size)  /* empty */
address           353 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_NEW_MEMORY(address, size) /* empty */
address           354 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
address           355 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
address           356 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h   #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
address           443 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                                 const volatile void *address,
address           446 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                                   const volatile void *address,
address           457 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                        const volatile void *address,
address           460 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                         const volatile void *address,
address           463 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                         const volatile void *address,
address           466 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h                         const volatile void *address,
address           331 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc bool ElfMemImage::LookupSymbolByAddress(const void *address,
address           335 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         reinterpret_cast<const char *>(it->address);
address           337 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc     if (symbol_start <= address && address < symbol_end) {
address           427 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc   info_.address = image->GetSymAddr(symbol);
address            67 third_party/tcmalloc/vendor/src/base/elf_mem_image.h     const void      *address;   // Relocated symbol address.
address           116 third_party/tcmalloc/vendor/src/base/elf_mem_image.h   bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
address            78 third_party/tcmalloc/vendor/src/base/stl_allocator.h   pointer address(reference x) const { return &x; }
address            79 third_party/tcmalloc/vendor/src/base/stl_allocator.h   const_pointer address(const_reference x) const { return &x; }
address           116 third_party/tcmalloc/vendor/src/base/vdso_support.cc       fn = (GetCpuFn)(info.address);
address           143 third_party/tcmalloc/vendor/src/base/vdso_support.cc bool VDSOSupport::LookupSymbolByAddress(const void *address,
address           145 third_party/tcmalloc/vendor/src/base/vdso_support.cc   return image_.LookupSymbolByAddress(address, info_out);
address            97 third_party/tcmalloc/vendor/src/base/vdso_support.h   bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
address           407 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   uintptr_t address;    // Address of range
address           166 third_party/tcmalloc/vendor/src/libc_override_osx.h void mi_log(malloc_zone_t *zone, void *address) {
address           371 third_party/tcmalloc/vendor/src/page_heap.cc   r->address = span->start << kPageShift;
address           164 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h             rt_sigreturn_symbol_info.address == NULL ||
address           165 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h             vsyscall_symbol_info.address == NULL) {
address           173 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h                   rt_sigreturn_symbol_info.address);
address           176 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h                   vsyscall_symbol_info.address);
address           550 third_party/tcmalloc/vendor/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
address           805 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   if (state->ptr >= r->address &&
address           806 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       state->ptr < r->address + r->length) {
address           356 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static LPVOID WINAPI Perftools_VirtualAllocEx(HANDLE process, LPVOID address,
address           359 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
address           937 third_party/tcmalloc/vendor/src/windows/patch_functions.cc                                                     LPVOID address,
address           942 third_party/tcmalloc/vendor/src/windows/patch_functions.cc                        process, address, size, type, protect);
address           944 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   MallocHook::InvokeMmapHook(result, address, size, protect, type, -1, 0);
address           948 third_party/tcmalloc/vendor/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
address           950 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   MallocHook::InvokeMunmapHook(address, size);
address           953 third_party/tcmalloc/vendor/src/windows/patch_functions.cc               process, address, size, type);
address            81 third_party/zlib/zlib.h typedef void   (*free_func)  OF((voidpf opaque, voidpf address));
address           213 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                         process.getOutputStream().write(record.address.getBytes(sAscii));
address           251 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                                     "Alignment mismatch in output from address " + record.address);
address           345 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                 long addressLong = Long.parseLong(record.address, 16);
address           350 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                                 record.address + " has a size mismatch, " +
address            73 tools/binary_size/java/src/org/chromium/tools/binary_size/NmDumper.java         StringBuilder builder = new StringBuilder(record.address);
address           271 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java                     record.address = matcher.group(1);
address           318 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         record.address = parts[0];
address            15 tools/binary_size/java/src/org/chromium/tools/binary_size/Record.java     String address;
address           932 tools/ipc_fuzzer/mutate/generate.cc     net::IPAddressNumber address;
address           934 tools/ipc_fuzzer/mutate/generate.cc     if (!GenerateParam(&address, generator))
address           938 tools/ipc_fuzzer/mutate/generate.cc     net::IPEndPoint ip_endpoint(address, port);
address            72 tools/memory_watcher/memory_hook.cc typedef LPVOID (WINAPI *Type_VirtualAllocEx)(HANDLE process, LPVOID address,
address            75 tools/memory_watcher/memory_hook.cc typedef BOOL (WINAPI *Type_VirtualFreeEx)(HANDLE process, LPVOID address,
address           234 tools/memory_watcher/memory_hook.cc static LPVOID WINAPI Perftools_VirtualAllocEx(HANDLE process, LPVOID address,
address           238 tools/memory_watcher/memory_hook.cc   if (address != NULL) {
address           240 tools/memory_watcher/memory_hook.cc     CHECK(VirtualQuery(address, &info, sizeof(info)));
address           246 tools/memory_watcher/memory_hook.cc   bool reserving = (address == NULL) || (type & MEM_RESERVE);
address           250 tools/memory_watcher/memory_hook.cc   LPVOID result = patch_VirtualAllocEx()(process, address, size, type,
address           262 tools/memory_watcher/memory_hook.cc static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
address           266 tools/memory_watcher/memory_hook.cc   CHECK(VirtualQuery(address, &info, sizeof(info)));
address           272 tools/memory_watcher/memory_hook.cc       MemoryHook::hook()->OnUntrack(0, reinterpret_cast<int32>(address),
address           275 tools/memory_watcher/memory_hook.cc   return patch_VirtualFreeEx()(process, address, size, type);
address           303 ui/base/x/x11_util.cc   void* address = shmat(shmkey, NULL, 0);
address           319 ui/base/x/x11_util.cc   shmdt(address);
address            55 ui/surface/transport_dib_gtk.cc   void* address = shmat(shmkey, NULL /* desired address */, 0 /* flags */);
address            60 ui/surface/transport_dib_gtk.cc   if (address == kInvalidAddress)
address            66 ui/surface/transport_dib_gtk.cc   dib->address_ = address;
address           114 ui/surface/transport_dib_gtk.cc   void* address = shmat(key_.shmkey, NULL /* desired address */, 0 /* flags */);
address           115 ui/surface/transport_dib_gtk.cc   if (address == kInvalidAddress)
address           118 ui/surface/transport_dib_gtk.cc   address_ = address;
address           347 url/url_canon.h   unsigned char address[16];
address           163 url/url_canon_ip.cc                                             unsigned char address[4],
address           205 url/url_canon_ip.cc     address[i] = static_cast<unsigned char>(component_values[i]);
address           211 url/url_canon_ip.cc     address[i] = static_cast<unsigned char>(last_value);
address           234 url/url_canon_ip.cc       spec, host, host_info->address, &host_info->num_ipv4_components);
address           240 url/url_canon_ip.cc       AppendIPv4Address(host_info->address, output);
address           463 url/url_canon_ip.cc                            unsigned char address[16]) {
address           492 url/url_canon_ip.cc         address[cur_index_in_address++] = 0;
address           500 url/url_canon_ip.cc       address[cur_index_in_address++] = (number & 0xFF00) >> 8;
address           501 url/url_canon_ip.cc       address[cur_index_in_address++] = (number & 0x00FF);
address           513 url/url_canon_ip.cc                             &address[cur_index_in_address],
address           524 url/url_canon_ip.cc void ChooseIPv6ContractionRange(const unsigned char address[16],
address           534 url/url_canon_ip.cc     bool is_zero = (address[i] == 0 && address[i + 1] == 0);
address           563 url/url_canon_ip.cc   if (!IPv6AddressToNumber(spec, host, host_info->address)) {
address           583 url/url_canon_ip.cc   AppendIPv6Address(host_info->address, output);
address           593 url/url_canon_ip.cc void AppendIPv4Address(const unsigned char address[4], CanonOutput* output) {
address           596 url/url_canon_ip.cc     _itoa_s(address[i], str, 10);
address           606 url/url_canon_ip.cc void AppendIPv6Address(const unsigned char address[16], CanonOutput* output) {
address           612 url/url_canon_ip.cc   ChooseIPv6ContractionRange(address, &contraction_range);
address           625 url/url_canon_ip.cc       int x = address[i] << 8 | address[i + 1];
address           681 url/url_canon_ip.cc                                           unsigned char address[4],
address           683 url/url_canon_ip.cc   return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
address           688 url/url_canon_ip.cc                                           unsigned char address[4],
address           691 url/url_canon_ip.cc       spec, host, address, num_ipv4_components);
address           696 url/url_canon_ip.cc                          unsigned char address[16]) {
address           697 url/url_canon_ip.cc   return DoIPv6AddressToNumber<char, unsigned char>(spec, host, address);
address           702 url/url_canon_ip.cc                          unsigned char address[16]) {
address           703 url/url_canon_ip.cc   return DoIPv6AddressToNumber<base::char16, base::char16>(spec, host, address);
address            16 url/url_canon_ip.h URL_EXPORT void AppendIPv4Address(const unsigned char address[4],
address            20 url/url_canon_ip.h URL_EXPORT void AppendIPv6Address(const unsigned char address[16],
address            62 url/url_canon_ip.h     unsigned char address[4],
address            67 url/url_canon_ip.h     unsigned char address[4],
address            77 url/url_canon_ip.h                                     unsigned char address[16]);
address            80 url/url_canon_ip.h                                     unsigned char address[16]);
address           630 url/url_canon_unittest.cc                 BytesToHexString(host_info.address, host_info.AddressLength()));
address           657 url/url_canon_unittest.cc                 BytesToHexString(host_info.address, host_info.AddressLength()));
address           754 url/url_canon_unittest.cc               BytesToHexString(host_info.address, host_info.AddressLength()));
address           775 url/url_canon_unittest.cc               BytesToHexString(host_info.address, host_info.AddressLength()));
address           909 url/url_canon_unittest.cc               BytesToHexString(host_info.address, host_info.AddressLength())) << "iter " << i << " host " << cases[i].input8;
address           929 url/url_canon_unittest.cc               BytesToHexString(host_info.address, host_info.AddressLength()));