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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 50 std::string my_hostname = GetHostName();
57 std::string my_hostname = GetHostName();
94 std::string GetHostName() {
96 if (gethostname(buffer, 256) != 0) {
  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_api.h 36 virtual std::string GetHostName() = 0;
67 DECLARE_EXTENSION_FUNCTION("cloudPrintPrivate.getHostName",
cloud_print_private_api.cc 78 CloudPrintTestsDelegate::instance()->GetHostName() :
79 net::GetHostName()));
cloud_print_private_apitest.cc 71 MOCK_METHOD0(GetHostName, std::string());
104 EXPECT_CALL(cloud_print_mock, GetHostName())
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos_unittest.cc 157 net::HostPortPair(net::GetHostName(), 80));
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 191 def GetHostName():
194 host = socket.gethostbyname(socket.gethostname())
217 host = GetHostName()
  /external/chromium_org/content/public/test/
browser_test_base.cc 94 if (host == net::GetHostName()) {
  /external/chromium_org/net/base/
net_util_unittest.cc 400 TEST(NetUtilTest, GetHostName) {
401 // We can't check the result of GetHostName() directly, since the result
404 std::string hostname = GetHostName();
net_util.h 162 NET_EXPORT std::string GetHostName();
net_util.cc 619 std::string GetHostName() {
630 int result = gethostname(buffer, sizeof(buffer));
632 DVLOG(1) << "gethostname() failed with " << result;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc 60 std::string filename = "host#" + GetMd5(net::GetHostName()) + ".json";
me2me_native_messaging_host.cc 131 } else if (type == "getHostName") {
228 response->SetString("hostname", net::GetHostName());
me2me_native_messaging_host_unittest.cc 48 EXPECT_EQ(net::GetHostName(), value);
451 message.SetString("type", "getHostName");
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 781 if (hostname != net::GetHostName() && !IsChromeProcess(pid)) {
927 net::GetHostName().c_str(),
    [all...]
process_singleton_posix_unittest.cc 299 net::GetHostName().c_str(),
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 8 // For gethostname
632 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.cc     [all...]

Completed in 492 milliseconds