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

12 3 4 5 6

  /external/chromium_org/net/spdy/
spdy_priority_tree.h 64 // (ready to write and not blocked). This value does not necessarily
69 bool blocked; // Is the associated stream write-blocked? member in struct:net::SpdyPriorityTree::Node
124 // Mark a node as blocked or unblocked. Return true on success, or false
126 bool SetBlocked(NodeId node_id, bool blocked);
179 blocked(false),
380 bool SpdyPriorityTree<NodeId>::SetBlocked(NodeId node_id, bool blocked) {
386 node->blocked = blocked;
410 (node->blocked || !node->ready))
    [all...]
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager.h 94 void BlockWebContentsInteraction(bool blocked);
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 92 .indexeddb-transaction.blocked {
104 .indexeddb-transaction.blocked .indexeddb-transaction-state {
  /external/chromium_org/extensions/browser/app_window/
app_delegate.h 74 bool blocked) = 0;
  /external/chromium_org/extensions/shell/browser/
shell_app_delegate.cc 80 bool blocked) {
shell_app_delegate.h 49 bool blocked) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.h 121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h 68 bool blocked) OVERRIDE;
chrome_app_delegate.cc 270 bool blocked) {
275 blocked));
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_ui.h 55 // The number of blocked cookies.
56 int blocked; member in struct:WebsiteSettingsUI::CookieInfo
121 // "Blocked by default".
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
HAREntry.js 133 // HAR 'blocked' time is time before first network activity.
137 return {blocked: -1, dns: -1, connect: -1, send: 0, wait: 0, receive: 0, ssl: -1};
148 var blocked = firstNonNegative([timing.dnsStart, timing.connectStart, timing.sendStart]);
166 return {blocked: blocked, dns: dns, connect: connect, send: send, wait: wait, receive: receive, ssl: ssl};
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 38 bool blocked; member in struct:content::__anon11806::GpuFeatureInfo
300 } else if (gpu_feature_info.blocked ||
325 (gpu_feature_info.blocked || gpu_access_blocked) &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.h 41 // and which content was blocked. Based on this it provides information about
42 // which types of content were accessed and blocked.
97 // reading cookies was blocked due to the user's content settings. In that
112 // |blocked_by_policy| should be true, if the cookie was blocked due to the
124 // access was blocked due to the user's content settings,
135 // accessed. If access was blocked due to the user's content settings,
145 // accessed. If access was blocked due to the user's content settings,
155 // If access was blocked due to the user's content settings,
177 void SetPopupsBlocked(bool blocked);
180 void SetDownloadsBlocked(bool blocked);
    [all...]
tab_specific_content_settings.cc 297 // visible for blocked popups. Instead we have info bars which could be
298 // dismissed. Have to clear the blocked state so we properly notify the
519 // TODO(grunell): UI should show for what reason access has been blocked.
538 // TODO(grunell): UI should show for what reason access has been blocked.
587 void TabSpecificContentSettings::SetDownloadsBlocked(bool blocked) {
588 content_blocked_[CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS] = blocked;
589 content_allowed_[CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS] = !blocked;
598 void TabSpecificContentSettings::SetPopupsBlocked(bool blocked) {
599 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked;
656 // Clear "blocked" flags
    [all...]
  /external/chromium_org/chrome/browser/resources/
supervised_user_block_interstitial.css 12 #main-frame-blocked {
  /external/eigen/Eigen/src/Cholesky/
LLT.h 292 static typename MatrixType::Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace
342 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
345 return llt_inplace<Scalar, Lower>::blocked(matt);
362 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
372 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
  /external/chromium_org/chrome/browser/resources/history/
history.css 382 .filter-status > div.filter-blocked,
385 .filter-status > div.blocked-visit-active {
398 .filter-blocked {
412 .blocked-indicator {
417 .blocked-indicator .title {
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 196 BlockingTaskRunner::CapturePostTasks blocked(
313 BlockingTaskRunner::CapturePostTasks blocked(
536 // there as the main thread is not blocked, so any posted tasks inside
540 BlockingTaskRunner::CapturePostTasks blocked(
  /external/valgrind/main/coregrind/
m_libcsignal.c 406 vki_sigset_t pending, blocked, allbutone; local
420 /* don't try for signals not blocked at the moment */
421 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
424 /* pending = pending `intersect` blocked */
425 VG_(sigintersectset)(&pending, &blocked);
440 pre: i is blocked and pending
452 blocked. */
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.h 61 // Whether the device is blocked, connections will be always rejected
63 dbus::Property<bool> blocked; member in struct:chromeos::BluetoothDeviceClient::Properties
  /external/chromium_org/net/data/ssl/scripts/
crlsetutil.py 15 serial numbers. The listed serial numbers will be blocked when issued by
21 "BlockedBySPKI": ["/tmp/blocked-certificate"],
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.cpp 78 enqueueEvent(IDBVersionChangeEvent::create(EventTypeNames::blocked, oldVersion, newVersionNullable));

Completed in 672 milliseconds

12 3 4 5 6