HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 251 - 275 of 395) sorted by null

<<111213141516

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 10 #include "chromeos/network/network_state.h"
11 #include "chromeos/network/network_state_handler.h"
24 // Returns network name by service path.
26 const chromeos::NetworkState* network = local
29 if (!network)
31 return network->name();
242 LOG(WARNING) << "No delegate set to handle network configuration.";
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 33 package com.jme3.network.kernel.udp;
35 import com.jme3.network.Filter;
36 import com.jme3.network.kernel.*;
  /external/chromium_org/chrome/renderer/resources/extensions/
ad_view.js 42 name: 'ad-network',
95 * name: identifier of the ad-network, corresponding to a valid value
96 * of the "ad-network" attribute of an <adview> element.
109 * Return the whitelisted ad-network entry named |name|.
380 if (this.adviewNode_.hasAttribute('ad-network')) {
381 var value = this.adviewNode_.getAttribute('ad-network');
387 console.log('The ad-network "' + value + '" is not recognized, ' +
398 console.error('The ad-network "' + value + '" is not recognized.');
399 this.adviewNode_.setAttribute('ad-network', '');
437 'element is not supported. Use the "ad-network" attribute '
    [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc 357 // Use our fake network transmission and start playout and recording.
358 ScopedWebRTCPtr<webrtc::VoENetwork> network(engine.get());
359 EXPECT_TRUE(network.valid());
361 new WebRTCTransportImpl(network.get()));
362 EXPECT_EQ(0, network->RegisterExternalTransport(channel, *transport.get()));
574 // to send encoded packets to the network. Our main interest here is to ensure
632 // recording without actually sending encoded packets to the network. All
634 ScopedWebRTCPtr<webrtc::VoENetwork> network(engine.get());
636 new WebRTCTransportImpl(network.get()));
637 EXPECT_EQ(0, network->RegisterExternalTransport(ch, *transport.get()))
    [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...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 91 // network and IP address.
105 talk_base::Network* network,
114 // equivalent network setup.
115 void DisableEquivalentPhases(talk_base::Network* network,
158 talk_base::Network* network_;
397 // For each network, see if we have a sequence that covers it already. If not,
401 std::vector<talk_base::Network*> networks;
471 talk_base::Network* network, PortConfiguration* config, uint32* flags)
    [all...]
connectivitychecker.cc 214 std::vector<talk_base::Network*> networks;
254 talk_base::IPAddress ip = port->Network()->ip();
288 talk_base::IPAddress ip = port->Network()->ip();
305 talk_base::IPAddress ip = port->Network()->ip();
321 std::vector<talk_base::Network*> networks;
339 const PortConfiguration* config, talk_base::Network* network) {
341 network, network->ip(), 0, 0,
347 const PortConfiguration* config, talk_base::Network* network)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 170 chrome.devtools.network.addRequestHeaders({
174 chrome.devtools.network.getHAR(function(result) {
183 chrome.devtools.network.onRequestFinished.addListener(
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 137 UINT8 network; local
179 /* add features and network */
182 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0;
184 UINT_DESC_TYPE, 1, &network);
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 252 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local
253 if (!network || !CrosLibrary::Get()->EnsureLoaded()) {
255 } else if (!network->Connected()) {
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 5 #include "ash/system/chromeos/network/tray_network.h"
10 #include "ash/system/chromeos/network/network_icon_animation.h"
11 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
12 #include "ash/system/chromeos/network/tray_network_state_observer.h"
22 #include "chromeos/network/network_state.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/shill_property_util.h"
220 const chromeos::NetworkState* network) OVERRIDE {
361 void TrayNetwork::NetworkServiceChanged(const chromeos::NetworkState* network) {
363 detailed_->NetworkServiceChanged(network);
    [all...]
network_state_list_detailed_view.h 12 #include "ash/system/chromeos/network/network_detailed_view.h"
13 #include "ash/system/chromeos/network/network_icon.h"
14 #include "ash/system/chromeos/network/network_icon_animation_observer.h"
66 const chromeos::NetworkState* network) OVERRIDE;
111 // Create and manage the network info bubble.
117 // Periodically request a network scan.
129 // A map of child views to their network service path.
132 // A map of network service paths to their view.
135 // An owned list of network info.
153 // A small bubble for displaying network info
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_view.cc 30 #include "chromeos/network/network_state.h"
31 #include "chromeos/network/network_state_handler.h"
268 const NetworkState* network = local
270 if (!network) {
271 LOG(ERROR) << "No default network found!";
275 new ProxySettingsDialog(*network, NULL, GetNativeWindow());
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 22 #include "chromeos/network/network_handler.h"
23 #include "chromeos/network/network_state.h"
24 #include "chromeos/network/network_state_handler.h"
302 const NetworkState* network = network_state_handler->DefaultNetwork(); local
303 ASSERT_TRUE(network);
305 SetServiceProperty(network->path(),
354 // Groupings of 3 test inputs to use for managed, recommended and network
384 "Test[%" PRIuS "] managed=[%s], recommended=[%s], network=[%s]", i,
397 // non-existent network proxy.
418 // Network proxy should take take effect over recommended proxy pref
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.Filter;
36 import com.jme3.network.kernel.*;
206 // smaller... the network is still likely to deliver things in
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RmiSerializer.java 33 package com.jme3.network.rmi;
35 import com.jme3.network.serializing.Serializer;
36 import com.jme3.network.serializing.SerializerRegistration;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 41 const chromeos::Network* network);
55 // Passes data needed to show details overlay for network.
60 // network item and a cellular network item respectively.
92 void PopulateDictionaryDetails(const chromeos::Network* net,
106 // Creates the map of a network.
124 // Fills network information into JS dictionary for displaying network lists.
127 // Refreshes the display of network information
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 112 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.h 22 #include "chromeos/network/network_state_handler_observer.h"
40 // Monitors changes in disk mounts, network connection state and preferences
87 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 24 #include "chromeos/network/network_state.h"
52 const NetworkState* network,
65 network->name());
131 const NetworkState* network,
138 ConfigureErrorScreen(screen, network, state.status);
locally_managed_user_creation_screen.h 95 const NetworkState* network,
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.h 47 // Shows a network connection dialog if none is currently visible.
49 // Shows a dialog to configure a new network. |type| must be a valid Shill
92 bool InitWithNetworkState(const NetworkState* network);
118 // If |service_path| is NULL, a dialog for configuring a new network will
  /external/chromium_org/chromeos/dbus/
shill_manager_client.h 49 const base::DictionaryValue& network) = 0;
182 // return the encrypted credentials for connecting to the network represented
  /external/chromium_org/chromeos/network/
network_connection_handler.h 19 #include "chromeos/network/network_handler.h"
20 #include "chromeos/network/network_handler_callbacks.h"
21 #include "chromeos/network/network_state_handler_observer.h"
28 // The NetworkConnectionHandler class is used to manage network connection
32 // known to be available to connect to the network.
35 // 3. Possibly configure the network certificate info (tpm slot and pkcs11 id).
37 // 5. Wait for the network state to change to a non connecting state.
52 // No network matching |service_path| is found (hidden networks must be
56 // Already connected to the network.
59 // Already connecting to the network
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UserMetrics.js 84 network: 3,

Completed in 1029 milliseconds

<<111213141516