Searched refs:hostnames (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_cookie_manager.cpp81 static void getHostnamesWithCookiesCallback(Eina_List* hostnames, Ewk_Error* error, void* event_info) argument
88 EINA_LIST_FOREACH(hostnames, l, data)
101 static void freeHostNames(Eina_List* hostnames) argument
104 EINA_LIST_FREE(hostnames, data)
110 Eina_List* hostnames = getHostnamesWithCookies(manager); local
111 int count = eina_list_count(hostnames);
112 freeHostNames(hostnames);
133 Eina_List* hostnames = getHostnamesWithCookies(cookieManager); local
134 ASSERT_EQ(1, eina_list_count(hostnames));
135 ASSERT_STREQ(FIRST_PARTY_DOMAIN, static_cast<char*>(eina_list_nth(hostnames,
240 Eina_List* hostnames = getHostnamesWithCookies(cookieManager); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Cookies/
H A DWebCookieManager.cpp62 HashSet<String> hostnames; local
63 WebCore::getHostnamesWithCookies(NetworkStorageSession::defaultStorageSession(), hostnames); local
66 copyToVector(hostnames, hostnameList);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebMediaCacheManagerProxy.cpp102 Vector<RefPtr<APIObject>> hostnames(hostnameCount);
105 hostnames[i] = WebString::create(hostnameList[i]);
107 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get());
H A DWebCookieManagerProxy.cpp119 Vector<RefPtr<APIObject>> hostnames(hostnameCount);
122 hostnames[i] = WebString::create(hostnameList[i]);
124 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get());
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DPlatformCookieJar.h48 void getHostnamesWithCookies(const NetworkStorageSession&, HashSet<String>& hostnames);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_cookie_manager.h86 * @note The @a hostnames list items are guaranteed to be eina_stringshare. Whenever possible
90 typedef void (*Ewk_Cookie_Manager_Async_Hostnames_Get_Cb)(Eina_List *hostnames, Ewk_Error *error, void *event_info);
H A Dewk_cookie_manager.cpp188 Eina_List* hostnames = 0; local
197 hostnames = eina_list_append(hostnames, WKEinaSharedString(wkHostname).leakString());
200 callbackData->callback(hostnames, ewkError.get(), callbackData->userData);
203 EINA_LIST_FREE(hostnames, item)
/macosx-10.9.5/ntp-88/sntp/
H A Dheader.h70 extern void open_socket (int which, char *hostnames, int timespan);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DCookieJarQt.cpp132 void getHostnamesWithCookies(const NetworkStorageSession& session, HashSet<String>& hostnames) argument
137 jar->getHostnamesWithCookies(hostnames);
175 void SharedCookieJarQt::getHostnamesWithCookies(HashSet<String>& hostnames) argument
179 hostnames.add(networkCookie.domain());
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DCookieJarWin.cpp91 void getHostnamesWithCookies(const NetworkStorageSession&, HashSet<String>& hostnames) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DCookieJarMac.mm158 void getHostnamesWithCookies(const NetworkStorageSession& session, HashSet<String>& hostnames)
165 hostnames.add([cookie domain]);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DCookieJarCFNet.cpp196 void getHostnamesWithCookies(const NetworkStorageSession& session, HashSet<String>& hostnames) argument
206 hostnames.add(domain.get());
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DCookieJarSoup.cpp184 void getHostnamesWithCookies(const NetworkStorageSession& session, HashSet<String>& hostnames) argument
191 hostnames.add(String::fromUTF8(cookie->domain));
/macosx-10.9.5/ntp-88/scripts/
H A Dntpsweep.in78 Strip <string> from hostnames.
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCookieJarCurl.cpp311 void getHostnamesWithCookies(const NetworkStorageSession&, HashSet<String>& hostnames) argument
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c99 static void hostnames (struct parse *, FILE *);
131 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
133 "specify whether hostnames or net numbers are printed"},
1870 * hostnames - set the showhostnames flag
1873 hostnames( function
1880 (void) fprintf(fp, "hostnames being shown\n");
1882 (void) fprintf(fp, "hostnames not being shown\n");
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c284 static void hostnames (struct parse *, FILE *);
336 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
338 "specify whether hostnames or net numbers are printed"},
2452 * hostnames - set the showhostnames flag
2455 hostnames( function
2462 (void) fprintf(fp, "hostnames being shown\n");
2464 (void) fprintf(fp, "hostnames not being shown\n");
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim261 syn keyword pineOption enable-msg-view-web-hostnames
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm1816 have multiple SSL hostnames on the same IP address. If not given it will try to
2194 applications and RFCs. Some scheme allow wildcards for hostnames, some only
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure1561 --enable-rlookups enable reverse lookups of client hostnames [no]
[all...]

Completed in 264 milliseconds