Searched defs:blocked (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_manager_delegate.cc17 bool blocked) {
18 web_contents_blocked_ = blocked;
15 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
H A Dweb_contents_modal_dialog_manager_delegate.cc12 content::WebContents* web_contents, bool blocked) {
11 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
H A Dweb_contents_modal_dialog_manager.cc122 void WebContentsModalDialogManager::BlockWebContentsInteraction(bool blocked) { argument
132 host->SetIgnoreInputEvents(blocked);
134 delegate_->SetWebContentsBlocked(contents, blocked);
/external/strace/test/
H A Dsfd.c12 int signal, blocked, ignore, caught; local
32 if (sscanf(s, "%d%d%d%d", &signal, &blocked, &ignore, &caught) != 4) {
37 printf("%8x %8x %8x %8x\n", signal, blocked, ignore, caught);
/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_delegate.cc58 bool blocked) {
56 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h50 bool blocked; member in struct:TabRendererData
/external/chromium_org/athena/extensions/chrome/
H A Dathena_chrome_app_delegate.cc84 bool blocked) {
89 blocked));
82 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_ui.h55 // The number of blocked cookies.
56 int blocked; member in struct:WebsiteSettingsUI::CookieInfo
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakedatachannelprovider.h91 // Set true to emulate the SCTP stream being blocked by congestion control.
92 void set_send_blocked(bool blocked) { argument
93 send_blocked_ = blocked;
94 if (!blocked) {
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_device_client.h61 // Whether the device is blocked, connections will be always rejected
63 dbus::Property<bool> blocked; member in struct:chromeos::BluetoothDeviceClient::Properties
/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.cc38 bool blocked; member in struct:content::__anon7181::GpuFeatureInfo
300 } else if (gpu_feature_info.blocked ||
325 (gpu_feature_info.blocked || gpu_access_blocked) &&
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.cc80 bool blocked) {
78 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc145 DVLOG(1) << ENDPOINT << "Stream " << id_ << " is flow control blocked. "
150 // blocked.
174 const bool blocked = IsBlocked(); local
176 return blocked;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-raytrace.js231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_context.h121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
H A Drbug_context.c379 rbug_block_t blocked,
395 LEN(4); /* blocked */
413 WRITE(4, rbug_block_t, blocked); /* blocked */
717 READ(4, rbug_block_t, blocked); /* blocked */
369 rbug_send_context_info_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t *texs, uint32_t texs_len, rbug_texture_t *cbufs, uint32_t cbufs_len, rbug_texture_t zsbuf, rbug_block_t blocker, rbug_block_t blocked, uint32_t *__serial) argument
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.h121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
H A Drbug_context.c379 rbug_block_t blocked,
395 LEN(4); /* blocked */
413 WRITE(4, rbug_block_t, blocked); /* blocked */
717 READ(4, rbug_block_t, blocked); /* blocked */
369 rbug_send_context_info_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t *texs, uint32_t texs_len, rbug_texture_t *cbufs, uint32_t cbufs_len, rbug_texture_t zsbuf, rbug_block_t blocker, rbug_block_t blocked, uint32_t *__serial) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_unittest.cc48 " \"installation_mode\": \"blocked\","
51 " \"installation_mode\": \"blocked\","
530 const char* blocked = kTargetExtension4; local
538 EXPECT_FALSE(extension_management_->IsInstallationExplicitlyAllowed(blocked));
553 EXPECT_FALSE(extension_management_->IsInstallationExplicitlyAllowed(blocked));
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.cc270 bool blocked) {
275 blocked));
268 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument

Completed in 1614 milliseconds

12