HomeSort by relevance Sort by last modified time
    Searched refs:Network (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.h 134 InspectorFrontend::Network* m_frontend;
135 OwnPtr<InspectorFrontend::Network> m_mockFrontend;
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 141 LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
188 LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
208 LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, handle->firstRequest().url().string().utf8().data());
226 LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
238 LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
248 LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->firstRequest().url().string().utf8().data());
281 LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
304 LOG(Network, "CFNet - Cancelling connection %p (%s)", m_connection, m_firstRequest.url().string().utf8().data());
311 LOG(Network, "CFNet - Destroying job %p (%s)", this, d->m_firstRequest.url().string().utf8().data());
455 LOG(Network, "CFNet - Starting URL %s (handle=%p, conn=%p)", firstRequest().url().string().utf8().data(), this (…)
    [all...]
SocketStreamHandleCFNet.cpp 68 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
621 LOG(Network, "SocketStreamHandle %p dtor", this);
638 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/chromium/chrome/common/
launchd_mac.h 25 Network = 4, // /Network/Library/Launch*
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 32 // NetworkLibraryImpl manages a series of classes that describe network devices
38 // Network: a network service ("network").
39 // network_map_: canonical map<path,Network*> for all visible networks.
41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
42 // WirelessNetwork: a Wifi or Cellular Network.
44 // active_wifi_: WifiNetwork* to the active wifi network in network_map_.
50 // network_unique_id_map_: map<unique_id,Network*> for visible networks.
51 // remembered_network_map_: a canonical map<path,Network*> for all network
2404 Network* network = FindNetworkByPath(path); local
2412 Network* network = FindNetworkByPath(path); local
2420 Network* network = FindNetworkByPath(path); local
2428 Network* network = FindNetworkByPath(path); local
2641 Network* network = networklib->FindNetworkByPath(path); local
2754 Network* network = local
2829 Network* network = local
3407 Network* network = found->second; local
3481 Network* network = FindNetworkFromRemembered(remembered_network); local
3580 Network* network = found->second; local
3629 Network* network = FindNetworkByPath(service_path); local
3671 Network* network; local
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 181 LOG(Network, "Handle %p destroyed", this);
356 LOG(Network, "Handle %p starting connection %p for %@", this, connection(), firstRequest().nsURLRequest());
372 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
495 LOG(Network, "ResourceHandle::loadResourceSynchronously:%@ allowStoredCredentials:%u", request.nsURLRequest(), storedCredentials);
780 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
782 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:non-HTTP", m_handle, connection, [newRequest description]);
830 LOG(Network, "Handle %p delegate connectionShouldUseCredentialStorage:%p", m_handle, connection);
843 LOG(Network, "Handle %p delegate connection:%p didReceiveAuthenticationChallenge:%p", m_handle, connection, challenge);
855 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
    [all...]
  /frameworks/base/core/java/android/webkit/
HttpAuthHandlerImpl.java 34 * It is important that the handler is in Network, because we want to share
39 private static final String LOGTAG = "network";
42 * Network.
44 private Network mNetwork;
68 * @param network The parent network object
70 /* package */ HttpAuthHandlerImpl(Network network) {
71 mNetwork = network;
LoadListener.java 55 // Network thread and the WebCore thread.
184 * This message handler is to facilitate communication between the network
202 * file (this thread) or from http (Network thread).
252 * This message is sent from the network thread when the http
264 * This message is sent when the network thread receives a ssl
272 * This message is sent when the network thread encounters a
305 * IMPORTANT: as this is called from network thread, can't call native
403 Network network = Network.getInstance(mContext) local
1350 Network network = Network.getInstance(getContext()); local
    [all...]
FrameLoader.java 37 private Network mNetwork;
133 mNetwork = Network.getInstance(mListener.getContext());
243 // and we may need to initiate a network request if the cache
332 // network.
400 /* The proxy credentials can be set in the Network thread */
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 163 bool NetworkMessageObserver::CheckNetworkFailed(const Network* network) {
164 if (network->failed()) {
166 network_states_.find(network->service_path());
167 // If the network did not previously exist, then don't do anything.
172 // If network connection failed, display a notification.
174 // So if a previously connected network got disconnected for any reason,
177 if (Network::IsConnectingState(prev_state))
184 const Network* new_failed_network = NULL;
191 break; // There should only be one failed network
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.cc 40 talk_base::Network* network,
42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
port.h 35 #include "talk/base/network.h"
79 talk_base::PacketSocketFactory* factory, talk_base::Network* network,
119 // Identifies network that this port was allocated on.
120 talk_base::Network* network() { return network_; } function in class:cricket::Port
243 talk_base::Network* network_;
p2ptransportchannel.h 112 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
p2ptransportchannel.cc 544 std::set<talk_base::Network*> networks;
546 networks.insert(connections_[i]->port()->network());
564 // the same network with better or equal prefences. We leave those with
569 std::set<talk_base::Network*>::iterator network; local
570 for (network = networks.begin(); network != networks.end(); ++network) {
571 Connection* primier = GetBestConnectionOnNetwork(*network);
577 (connections_[i]->port()->network() == *network) &
    [all...]
stunport.cc 74 // This should have almost no impact on network usage.
106 << " (" << port_->network()->name() << ")";
129 talk_base::Network* network,
132 : Port(thread, STUN_PORT_TYPE, factory, network, ip, min_port, max_port),
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.cc 30 NetworkConfigView::NetworkConfigView(Network* network)
33 if (network->type() == TYPE_WIFI) {
35 new WifiConfigView(this, static_cast<WifiNetwork*>(network));
36 } else if (network->type() == TYPE_VPN) {
38 new VPNConfigView(this, static_cast<VirtualNetwork*>(network));
  /external/chromium/chrome/browser/chromeos/status/
network_dropdown_button.cc 69 // Show network that we will actually use. It could be another network than
70 // user selected. For example user selected WiFi network but we have Ethernet
78 // Always show the active network, if any
79 const Network* active_network = cros->active_network();
network_menu_button.cc 192 const Network* network) {
195 SetNetworkIcon(cros, network);
248 const Network* cellular =
314 const Network* network) {
358 // Only set the icon, if it is an active network that changed.
359 if (network && network->is_active()) {
364 if (network->type() == TYPE_ETHERNET)
394 const Network* network = cros->active_network(); local
    [all...]
network_menu.cc 75 static SkBitmap IconForDisplay(const Network* network);
114 // Show the config settings for the active network.
129 // If we are attempting to connect to a network that no longer exists,
131 LOG(WARNING) << "Wi-fi network does not exist to connect to: "
145 // Cellular network is connecting or connected,
146 // so we show the config settings for the cellular network.
150 // Clicked on a disconnected cellular network, so connect to it.
153 // If we are attempting to connect to a network that no longer exists,
155 LOG(WARNING) << "Cellular network does not exist to connect to:
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 121 // network and IP address.
125 talk_base::Network* network,
131 // equivalent network setup.
132 void DisableEquivalentPhases(talk_base::Network* network,
155 talk_base::Network* network_;
335 // For each network, see if we have a sequence that covers it already. If not,
338 std::vector<talk_base::Network*> networks;
386 talk_base::Network* network, PortConfiguration* config, uint32* flags)
    [all...]
basicportallocator.h 35 #include "talk/base/network.h"
126 // network (or a timeout occurs), we will start allocating ports.
137 void DisableEquivalentPhases(talk_base::Network* network,
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 16 @ Copyright Sonic Network Inc. 2004
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 16 @ Copyright Sonic Network Inc. 2004
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 160 LOG(Network, "Handle %p setDefersLoading(%s)", this, defers ? "true" : "false");
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 326 LOG(Network, "response code: %d", statusCode);
342 LOG(Network, "readHTTPHeaders failed");
347 LOG(Network, "header process failed");
555 LOG(Network, "name=%s value=%s", nameStr.string().utf8().data(), valueStr.utf8().data());

Completed in 469 milliseconds

12 3