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

12 3 4 5

  /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
115 // "Blocked by default".
website_settings.cc 636 cookie_info.blocked = blocked_objects.GetObjectCountForDomain(site_url_);
643 cookie_info.blocked = blocked_objects.GetObjectCount() - cookie_info.blocked;
  /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 44 bool blocked; member in struct:content::__anon11505::GpuFeatureInfo
287 } else if (gpu_feature_info.blocked ||
311 (gpu_feature_info.blocked || gpu_access_blocked) &&
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 144 BlockingTaskRunner::CapturePostTasks blocked; local
223 BlockingTaskRunner::CapturePostTasks blocked; local
360 // there as the main thread is not blocked, so any posted tasks inside
362 BlockingTaskRunner::CapturePostTasks blocked; local
  /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 40 // and which content was blocked. Based on this it provides information about
41 // which types of content were accessed and blocked.
96 // reading cookies was blocked due to the user's content settings. In that
111 // |blocked_by_policy| should be true, if the cookie was blocked due to the
123 // access was blocked due to the user's content settings,
134 // accessed. If access was blocked due to the user's content settings,
144 // accessed. If access was blocked due to the user's content settings,
154 // If access was blocked due to the user's content settings,
176 void SetPopupsBlocked(bool blocked);
179 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/
managed_mode_block_interstitial.css 12 #main-frame-blocked {
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_window_delegate.cc 236 bool blocked) {
241 host->GetRoutingID(), 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 378 .filter-status > div.filter-blocked,
381 .filter-status > div.blocked-visit-active {
394 .filter-blocked {
408 .blocked-indicator {
413 .blocked-indicator .title {
  /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/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.cpp 80 enqueueEvent(IDBVersionChangeEvent::create(EventTypeNames::blocked, oldVersion, newVersionNullable));
  /external/chromium_org/tools/valgrind/
waterfall.sh 218 echo Reimplementation is blocked on http://crbug.com/82688
  /external/chromium_org/apps/
app_window.h 231 bool blocked) = 0;
434 bool blocked) OVERRIDE;
  /external/chromium_org/v8/test/mjsunit/compiler/
concurrent-invalidate-transition-map.js 57 // In the mean time, concurrent recompiling is still blocked.
manual-concurrent-recompile.js 61 assertUnoptimized(g, "no sync"); // is still blocked.
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 51 // Not yet optimized since concurrent recompilation is blocked.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 46 // In the mean time, concurrent recompiling is still blocked.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.c 379 rbug_block_t blocked,
395 LEN(4); /* blocked */
413 WRITE(4, rbug_block_t, blocked); /* blocked */
717 READ(4, rbug_block_t, blocked); /* blocked */
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 379 rbug_block_t blocked,
395 LEN(4); /* blocked */
413 WRITE(4, rbug_block_t, blocked); /* blocked */
717 READ(4, rbug_block_t, blocked); /* blocked */
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 156 bool blocked() const { return blocked_; } function in class:TabStripModel::WebContentsData
200 // Is the tab interaction blocked by a modal dialog?
650 void TabStripModel::SetTabBlocked(int index, bool blocked) {
652 if (contents_data_[index]->blocked() == blocked)
654 contents_data_[index]->set_blocked(blocked);
714 return contents_data_[index]->blocked();
    [all...]

Completed in 787 milliseconds

12 3 4 5