HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 1 - 25 of 1279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager_delegate.h 22 // Changes the blocked state of |web_contents|. WebContentses are considered
23 // blocked while displaying a web contents modal dialog. During that time
27 bool blocked);
test_web_contents_modal_dialog_manager_delegate.cc 17 bool blocked) {
18 web_contents_blocked_ = blocked;
web_contents_modal_dialog_manager_delegate.cc 12 content::WebContents* web_contents, bool blocked) {
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.h 25 // Per-tab class to manage blocked popups.
30 // Mapping from popup IDs to blocked popup requests.
35 // Returns true if the popup request defined by |params| should be blocked.
43 // Creates the blocked popup with |popup_id|.
46 // Returns the number of blocked popups.
62 // Called when the blocked popup notification is shown or hidden.
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.h 19 // to inject itself into the process. Modules loaded by CFBundle are blocked
24 // Blocked modules include input managers, contextual menu items, and
27 // the operating system location (/System/Library) are never blocked.
34 // to be loaded even when found in a blocked directory.
  /external/chromium_org/content/test/data/indexeddb/
version_change_blocked.js 19 var delreq = window.indexedDB.deleteDatabase('version-change-blocked');
28 request = indexedDB.open('version-change-blocked');
44 var openreq = window.indexedDB.open('version-change-blocked', version);
48 result('setVersion(' + version + ') blocked');
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 31 public boolean blocked; // Is the app restricted by owner / admin field in class:PackageUserState
41 blocked = false;
50 blocked = o.blocked;
  /external/chromium/chrome/browser/
blocked_content_container.h 5 // Defines the public interface for the blocked content (including popup)
8 // to access information about blocked content.
32 // Shows the blocked TabContents |tab_contents|.
35 // Returns the number of blocked contents.
72 // Removes |source| from our internal list of blocked contents.
87 // Maximum number of blocked contents we allow. No page should really need
100 // Information about all blocked contents.
  /external/chromium_org/content/test/data/
cross_site_document_request.html 5 This test shows that cross-site documents are blocked by SiteIsolationPolicy
39 // Test failed. Either a resource that should have been blocked is not
40 // blocked, or a resource that should have not been blocked is blocked.
44 prefix = "[ERROR:resource to be blocked wasn't blocked]";
46 prefix = "[ERROR:resource to be unblocked was blocked]";
52 (xhr.responseText == " " ? "blocked" : "not-blocked"));
    [all...]
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 49 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...]
  /art/runtime/
thread_state.h 28 kBlocked, // BLOCKED TS_MONITOR blocked on a monitor
30 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC
33 kWaitingForDebuggerSend, // WAITING TS_WAIT blocked waiting for events to be sent
34 kWaitingForDebuggerToAttach, // WAITING TS_WAIT blocked waiting for debugger to attach
  /external/chromium/chrome/browser/resources/
collected_cookies.js 20 var blockedCookies = $('blocked-cookies');
40 var selected = $('blocked-cookies').selectedItem;
46 var selected = $('blocked-cookies').selectedItem;
53 ui.CookiesTree.decorate($('blocked-cookies'));
58 $('blocked-cookies').addEventListener('change', handleCookiesTreeChange);
  /external/chromium/net/base/
load_states.h 12 // may be blocked and unable to make progress.
20 // This state corresponds to a resource load that is blocked waiting for
27 // This state corresponds to a resource load that is blocked waiting for a
37 // This state corresponds to a resource load that is blocked waiting for a
43 // This state corresponds to a resource load that is blocked waiting for a
48 // This state corresponds to a resource load that is blocked waiting for the
52 // This state corresponds to a resource load that is blocked waiting to
58 // This state corresponds to a resource load that is blocked waiting for the
64 // This state corresponds to a resource load that is blocked waiting for a
  /cts/tests/assets/webkit/
popup_base.html 24 document.title = "Popup blocked";
29 Popup blocked
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_utils.h 19 // Returns the index of the first tab that is blocked. This returns
20 // |model->count()| if no tab is blocked.
  /external/chromium_org/net/quic/
quic_blocked_writer_interface.h 6 // the underlying UDP socket is available for writing (not write blocked
22 // should return false if the socket has become blocked while writing.
  /external/valgrind/main/none/tests/
async-sigs.c 129 test(/*non-blocked*/0, /* sync*/SIGSEGV, /* sync*/SIGBUS);
130 test(/*non-blocked*/0, /* sync*/SIGSEGV, /*async*/SIGHUP);
131 test(/*non-blocked*/0, /*async*/SIGUSR1, /* sync*/SIGBUS);
132 test(/*non-blocked*/0, /*async*/SIGUSR1, /*async*/SIGHUP);
133 test(/* blocked*/1, /* sync*/SIGSEGV, /* sync*/SIGBUS);
134 test(/* blocked*/1, /* sync*/SIGSEGV, /*async*/SIGHUP);
135 test(/* blocked*/1, /*async*/SIGUSR1, /* sync*/SIGBUS);
136 test(/* blocked*/1, /*async*/SIGUSR1, /*async*/SIGHUP);
  /external/chromium_org/extensions/common/permissions/
permissions_data_unittest.cc 281 bool Blocked(const Extension* extension, const GURL& url) {
282 return Blocked(extension, url, -1);
285 bool Blocked(const Extension* extension, const GURL& url, int tab_id) {
302 result &= Blocked(extension, url, tab_id);
335 EXPECT_TRUE(Blocked(extension.get(), file_url));
336 EXPECT_TRUE(Blocked(extension.get(), settings_url));
338 EXPECT_TRUE(Blocked(extension.get(), about_url));
339 EXPECT_TRUE(Blocked(extension.get(), extension_url));
360 EXPECT_TRUE(Blocked(extension.get(), settings_url));
361 EXPECT_TRUE(Blocked(extension.get(), about_url))
    [all...]
  /external/chromium_org/net/base/
privacy_mode.h 10 // Privacy Mode is enabled if cookies to particular site are blocked, so
load_states_list.h 36 // This state corresponds to a resource load that is blocked waiting for
43 // This state corresponds to a resource load that is blocked waiting for
49 // This state corresponds to a resource being blocked waiting for the
53 // This state corresponds to a resource load that is blocked waiting for a
57 // This state corresponds to a resource load that is blocked waiting for a
66 // This state corresponds to a resource load that is blocked waiting for a
72 // This state corresponds to a resource load that is blocked waiting for a
77 // This state corresponds to a resource load that is blocked waiting for the
81 // This state corresponds to a resource load that is blocked waiting to
87 // This state corresponds to a resource load that is blocked waiting for th
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 14 blocked(false),
33 blocked == data.blocked &&
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 14 blocked(false),
32 blocked == data.blocked &&
  /external/chromium_org/content/child/
site_isolation_policy.h 34 // SiteIsolation.XSD.[%MIMETYPE].Blocked :
35 // blocked # of cross-site document responses grouped by sniffed MIME type.
36 // SiteIsolation.XSD.[%MIMETYPE].Blocked.RenderableStatusCode :
38 // out of SiteIsolation.XSD.[%MIMETYPE].Blocked.
39 // SiteIsolation.XSD.[%MIMETYPE].Blocked.NonRenderableStatusCode :
41 // out of SiteIsolation.XSD.[%MIMETYPE].Blocked.
43 // # of responses failed to be sniffed for its MIME type, but blocked by
45 // out of SiteIsolation.XSD.[%MIMETYPE].Blocked.
47 // # of responses failed to be sniffed for its MIME type, but blocked by
49 // code out of SiteIsolation.XSD.[%MIMETYPE].Blocked
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
ImgSrcReplacementTest.java 37 "<img src='data:' blocked-src=\"http://google.com/favicon.ico\">"
45 "<img src='data:' blocked-src='http://google.com/favicon.ico'>"
53 "<img src='data:' blocked-src=http://google.com/favicon.ico>"
61 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\">"
69 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\" alt='foo'>"
77 "<img src='data:' blocked-src=\"https://google.com/favicon.ico\">"
103 "<img id='foo' width='500' src='data:' blocked-src='http://google.com' alt='foo'> src=httplawl"
111 "< img src='data:' blocked-src = \"http://google.com/favicon.ico\" >"
119 "<img src='data:' blocked-src=\"http://google.com/foo?src=http%3A%2F%2Fgoogle.com\">"
127 "<img id='src' src='data:' blocked-src=\"http://google.com/foo?src=http%3A%2F%2Fgoogle.com\">
    [all...]
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 316 scoped_ptr<base::ListValue> blocked(new base::ListValue);
317 blocked->Append(new base::StringValue("google.com"));
318 blacklist.Block(blocked.get());
332 blocked.reset(new base::ListValue);
333 blocked->Append(new base::StringValue("http://secure.com"));
334 blocked->Append(new base::StringValue("ftp://secure.com"));
335 blocked->Append(new base::StringValue("ws://secure.com"));
336 blacklist.Block(blocked.get());
348 blocked.reset(new base::ListValue);
349 blocked->Append(new base::StringValue("path.to/ruin"))
    [all...]

Completed in 976 milliseconds

1 2 3 4 5 6 7 8 91011>>