Searched refs:allow (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc171 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current());
/external/chromium_org/chrome/browser/ui/webui/
H A Dprofiler_ui.cc84 base::ThreadRestrictions::ScopedAllowIO allow; variable
/external/chromium_org/components/bookmarks/test/
H A Dbookmark_test_helpers.cc102 base::MessageLoop::ScopedNestableTaskAllower allow(
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_mac.h80 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
137 // Whether to allow other views.
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.h75 CONTENT_EXPORT static void SetAllowOSMesaForTesting(bool allow);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dcatalog.h167 xmlCatalogSetDefaults (xmlCatalogAllow allow);
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h509 void setAllowSoftClip(bool allow) { argument
510 fAllowSoftClip = allow;
516 void setAllowSimplifyClip(bool allow) { argument
517 fAllowSimplifyClip = allow;
844 * When filtering is enabled, allow the color samples outside of
/external/chromium_org/third_party/webrtc/base/
H A Dthread.h212 // Sets the per-thread allow-blocking-calls flag and returns the previous
214 bool SetAllowBlockingCalls(bool allow);
/external/chromium_org/v8/src/
H A Dpreparser.h110 void set_allow_lazy(bool allow) { allow_lazy_ = allow; } argument
111 void set_allow_natives_syntax(bool allow) { allow_natives_syntax_ = allow; } argument
112 void set_allow_arrow_functions(bool allow) { allow_arrow_functions_ = allow; } argument
113 void set_allow_modules(bool allow) { scanner()->SetHarmonyModules(allow); } argument
114 void set_allow_harmony_scoping(bool allow) { argument
115 scanner()->SetHarmonyScoping(allow);
117 set_allow_harmony_numeric_literals(bool allow) argument
120 set_allow_classes(bool allow) argument
121 set_allow_harmony_object_literals(bool allow) argument
[all...]
/external/libxml2/include/libxml/
H A Dcatalog.h167 xmlCatalogSetDefaults (xmlCatalogAllow allow);
/external/lldb/lib/
H A DMakefile131 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line
143 # Don't allow unresolved symbols.
155 LLVMLibsOptions += -Wl,--allow-shlib-undefined
/external/llvm/test/MC/Mips/
H A Dcpsetup.s31 # N32 doesn't allow 3 operations to be specified in the same relocation
51 # N32 doesn't allow 3 operations to be specified in the same relocation
/external/skia/include/core/
H A DSkCanvas.h504 void setAllowSoftClip(bool allow) { argument
505 fAllowSoftClip = allow;
511 void setAllowSimplifyClip(bool allow) { argument
512 fAllowSimplifyClip = allow;
832 * When filtering is enabled, allow the color samples outside of
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s46 .global SynthMasterGain @ allow other files to use this function
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s46 .global SynthMasterGain @ allow other files to use this function
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc167 void ContinueDownload(bool allow) { argument
168 if (allow) {
236 // Ask again. This triggers asking the delegate for allow/disallow.
258 // Do two downloads, allowing the second so that we end up with allow all.
270 // Navigate to a new URL with the same host, which shouldn't reset the allow
278 // Do a user gesture, because we're at allow all, this shouldn't change the
289 // Do two downloads, allowing the second so that we end up with allow all.
301 // Navigate to a new URL with the same host, which shouldn't reset the allow
320 // Do a user gesture, which should reset back to allow one.
325 // Ask twice, which triggers calling the delegate. Don't allow th
[all...]
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.h78 void SetAllowTransparency(bool allow);
188 typedef base::Callback<void(bool /* allow */,
246 bool allow,
H A Dweb_view_guest.cc886 // Do not allow navigating a guest to schemes other than known safe schemes.
994 void WebViewGuest::SetAllowTransparency(bool allow) { argument
995 if (guest_opaque_ != allow)
998 guest_opaque_ = !allow;
1002 web_contents()->GetRenderViewHost()->GetView()->SetBackgroundOpaque(!allow);
1025 // Navigation also resumes resource loading which we don't want to allow
1147 bool allow,
1154 if (!allow)
1145 OnWebViewNewWindowResponse( int new_window_instance_id, bool allow, const std::string& user_input) argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp101 i->setMax(3); // allow short partial coincidence plus discrete intersection
104 void allowNear(bool allow) { argument
105 fAllowNear = allow;
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp101 i->setMax(3); // allow short partial coincidence plus discrete intersection
104 void allowNear(bool allow) { argument
105 fAllowNear = allow;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwSettings.java344 public void setAllowFileAccess(boolean allow) { argument
346 if (mAllowFileUrlAccess != allow) {
347 mAllowFileUrlAccess = allow;
364 public void setAllowContentAccess(boolean allow) { argument
366 if (mAllowContentUrlAccess != allow) {
367 mAllowContentUrlAccess = allow;
/external/libpng/contrib/libtests/
H A Dtarith.c190 double allow = .5/pow(10, local
200 if (change >= allow && (isfinite(out) ||
201 fabs(test/DBL_MAX) <= 1-allow))
204 double allowp = (change-allow)*100/allow;
220 DBL_DIG, test, precision, buffer, DBL_DIG, out, change, allow,
458 * is valid at this point set the at_start to false to allow an exponent
/external/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf490 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
496 allow base_optional_1 base_optional_2 : file { read write };
667 allow user_r sysadm_r;
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc107 void SetAllowHelp(bool allow);
293 // Wait to allow the all workers to get done.
317 // Wait to allow the 3 workers to get done.
338 // Wait to allow the 3 workers to get done.
359 // Wait to allow the 10 workers to get done.
378 // Wait to allow the 10 workers to get done.
410 // Wait a bit more to allow threads to reach their wait state.
661 void WorkQueue::SetAllowHelp(bool allow) { argument
662 allow_help_requests_ = allow;
/external/chromium_org/net/websockets/
H A Dwebsocket_job.cc361 bool allow = true; local
363 allow = false;
368 if (allow && socket_->cookie_store()) {

Completed in 717 milliseconds

1234567891011>>