Searched refs:autoClose (Results 1 - 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/http/conn/scheme/
H A DLayeredSocketFactory.java56 * @param autoClose a flag for closing the underling socket when the created
69 boolean autoClose
/external/chromium-trace/trace-viewer/src/
H A Doverlay.js164 this.autoClose = false;
188 if (!this.autoClose)
199 if (!this.autoClose)
H A Dcategory_filter_dialog.js24 this.autoClose = true;
H A Dtimeline_view.js102 dlg.autoClose = true;
177 dlg.autoClose = true;
210 dlg.autoClose = true;
/external/apache-http/src/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java373 final boolean autoClose
379 autoClose
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/src/core/
H A DSkPath.cpp504 bool autoClose = false; local
506 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
511 autoClose = true;
537 if (autoClose && nextDirection == firstDirection) {
540 closedOrMoved = autoClose;
572 bool result = 4 == corners && (first == last || autoClose);
577 *isClosed = autoClose;
1779 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) { function in class:SkPath::Iter
1895 if (kLine_Verb == this->autoClose(ptsParam)) {
1913 verb = this->autoClose(pt
[all...]
/external/skia/legacy/include/core/
H A DSkPath.h698 Verb autoClose(SkPoint pts[2]);
/external/skia/legacy/src/core/
H A DSkPath.cpp278 bool autoClose = false; local
286 autoClose = true;
312 closedOrMoved = autoClose;
1309 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) { function in class:SkPath::Iter
1430 if (kLine_Verb == this->autoClose(pts)) {
1446 verb = this->autoClose(pts);
1496 verb = this->autoClose(pts);
/external/skia/include/core/
H A DSkPath.h856 Verb autoClose(SkPoint pts[2]);
/external/chromium-trace/
H A Dscript.js182 this.visible=!1;this.defaultClickShouldClose=!0;this.autoClose=!1;this.additionalCloseKeyCodes=[];this.onKeyDown=this.onKeyDown.bind(this);this.onKeyPress=this.onKeyPress.bind(this);this.onDocumentClick=this.onDocumentClick.bind(this)},onVisibleChanged_:function(){var a=this.ownerDocument.querySelector(".overlay-root");base.dispatchSimpleEvent(this,"visibleChange");this.visible?(a.showOverlay(this),document.addEventListener("keydown",this.onKeyDown,!0),document.addEventListener("keypress",this.onKeyPress,
183 !0),document.addEventListener("click",this.onDocumentClick,!0)):(document.removeEventListener("keydown",this.onKeyDown,!0),document.removeEventListener("keypress",this.onKeyPress,!0),document.removeEventListener("click",this.onDocumentClick,!0),a.hideOverlay(this))},onKeyDown:function(a){this.autoClose&&27==a.keyCode&&(this.visible=!1,a.preventDefault())},onKeyPress:function(a){if(this.autoClose)for(var b=0;b<this.additionalCloseKeyCodes.length;b++)if(a.keyCode==this.additionalCloseKeyCodes[b]){this.visible=
185 base.exportTo("tracing",function(){var d=tracing.ui.define("div");d.prototype={__proto__:tracing.ui.Overlay.prototype,decorate:function(){tracing.ui.Overlay.prototype.decorate.call(this);this.className="view-category-filter-overlay";this.autoClose=!0;var c=document.createElement("div");c.className="category-filter-dialog";c.textContent="Select active categories:";this.formEl_=document.createElement("form");this.formEl_.className="category-filter-dialog-form";c.appendChild(this.formEl_);this.appendChild(c);
340 j.model&&j.model.importErrors.length?"":"none"}var b=new tracing.ui.Overlay;b.classList.add("view-import-errors-overlay");b.autoClose=!0;var c=document.createElement("div");c.className="button view-import-errors-button view-info-button";c.textContent="Import errors!";var d=document.createElement("div");d.className="info-button-text import-errors-dialog-text";var g=document.createElement("div");g.className="info-button-containerimport-errors-dialog";g.textContent="Errors occurred during import:";g.appendChild(d);
342 function(){var a=new tracing.CategoryFilterDialog;a.categories=d.model.categories;a.settings=d.settings;a.settings_key="categories";a.settingUpdatedCallback=b;a.visible=!0}.bind(this));return c},createHelpButton_:function(){var a=new tracing.ui.Overlay;a.classList.add("view-help-overlay");a.autoClose=!0;a.additionalCloseKeyCodes.push(63);var b=document.createElement("div");b.className="button view-help-button";b.textContent="?";var c=document.createElement("div");c.style.whiteSpace="pre";c.style.fontFamily=
343 "monospace";a.appendChild(c);b.addEventListener("click",function(b){a.visible=!0;c.textContent=this.timeline_?this.timeline_.keyHelp:"No content loaded. For interesting help, load something.";b.stopPropagation();return!1}.bind(this));return b},createMetadataButton_:function(){function a(){c.style.display=j.model&&j.model.metadata.length?"":"none"}var b=new tracing.ui.Overlay;b.classList.add("view-metadata-overlay");b.autoClose=!0;var c=document.createElement("div");c.className="button view-metadata-button view-info-button";
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 461 milliseconds