Searched refs:lastContext (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRootInlineBox.cpp | 218 …ayoutAttributes*>& attributes, RenderSVGInlineText* firstContext, RenderSVGInlineText* lastContext, in findFirstAndLastAttributesInVector() argument 229 if (!last && lastContext == current->context()) in findFirstAndLastAttributesInVector() 263 RenderSVGInlineText& lastContext = toRenderSVGInlineText(lastTextBox->textRenderer()); in reverseInlineBoxRangeAndValueListsIfNeeded() local 267 …findFirstAndLastAttributesInVector(attributes, &firstContext, &lastContext, firstAttributes, lastA… in reverseInlineBoxRangeAndValueListsIfNeeded()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
D | accessibility_api_handler.js | 133 cvox.AccessibilityApiHandler.prototype.lastContext = null; method in cvox.AccessibilityApiHandler 163 this.lastContext = '--internal-web--'; 424 this.lastContext != ctl.context) { 553 if (context && context != this.lastContext) { 555 this.lastContext = context;
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
D | handlebars-1.0.0.beta.6.js | 1120 this.lastContext = 0; 1197 if(this.lastContext !== depth) { 1198 this.lastContext = depth; 1213 toPush = topStack + " = " + this.nameLookup('depth' + this.lastContext, name, 'context'); 1216 …toPush = topStack + " = foundHelper || " + this.nameLookup('depth' + this.lastContext, name, 'cont… 1222 this.pushStack('depth' + this.lastContext); 1233 this.pushStack('depth' + this.lastContext);
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromeBackgroundScript.js | 1107 …piHandler.prototype.textChangeTimeout=null;cvox.AccessibilityApiHandler.prototype.lastContext=null; method in cvox 1108 …0;cvox.AccessibilityApiHandler.prototype.setWebContext=function(){this.lastContext="--internal-web… 1118 …ctive)if(this.editableTextHandler&&this.editableTextName==a.name&&this.lastContext==a.context)this… 1123 …ractTts.PERSONALITY_ANNOUNCEMENT,g=a.context;g&&g!=this.lastContext&&(d+=g+", ",this.lastContext=g…
|