Searched refs:getState (Results 176 - 200 of 220) sorted by last modified time

123456789

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingChecker.java18 protected ContextTrackingState getState() { method in class:ContextTrackingChecker
H A DFunctionReceiverChecker.java85 FunctionRecord function = getState().getCurrentFunctionRecord();
101 FunctionRecord function = getState().getCurrentFunctionRecord();
170 ContextTrackingState state = getState();
H A DMethodAnnotationChecker.java91 FunctionRecord record = getState().getCurrentFunctionRecord();
103 FunctionRecord record = getState().getCurrentFunctionRecord();
120 FunctionRecord record = getState().getCurrentFunctionRecord();
184 return nameNode == null ? null : getState().getNodeText(nameNode);
H A DProtoFollowsExtendsChecker.java44 FunctionRecord contextFunction = getState().getCurrentFunctionRecord();
53 TypeRecord typeRecord = getState().typeRecordsByTypeName.get(contextFunction.name);
96 FunctionRecord function = getState().getCurrentFunctionRecord();
107 FunctionRecord function = getState().getCurrentFunctionRecord();
124 TypeRecord type = getState().typeRecordsByTypeName.get(function.name);
132 for (TypeRecord record : getState().getTypeRecordsByTypeName().values()) {
151 ContextTrackingState state = getState();
206 getState().getNodeText(AstUtil.getAssignedTypeNameNode(assignment));
220 ContextTrackingState state = getState();
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js1160 JqTreeWidget.prototype.getState = function() {
1161 return this.save_state_handler.getState();
1760 state = JSON.stringify(this.getState());
1797 SaveStateHandler.prototype.getState = function() {
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js6700 chrome.networkingPrivate.getState = function(guid, callback) {};
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_signal_strategy.js31 remoting.MockSignalStrategy.prototype.getState = function() {
/external/chromium_org/remoting/webapp/
H A Dclient_screen.js167 remoting.clientSession.getState() !=
H A Dclient_session.js113 base.debug.assert(this.signalStrategy_.getState() ==
645 remoting.ClientSession.prototype.getState = function() {
830 if (this.signalStrategy_.getState() !=
H A Dhost_setup_dialog.js51 remoting.HostSetupFlow.prototype.getState = function() {
304 var state = this.flow_.getState();
392 flow.getState() != remoting.HostSetupFlow.State.STARTING_HOST) {
427 flow.getState() != remoting.HostSetupFlow.State.UPDATING_PIN) {
464 flow.getState() != remoting.HostSetupFlow.State.STOPPING_HOST) {
507 if (this.flow_.getState() != remoting.HostSetupFlow.State.ASK_PIN) {
508 console.error('PIN submitted in an invalid state', this.flow_.getState());
H A Dsignal_strategy.js61 remoting.SignalStrategy.prototype.getState = function() {};
H A Dwcs_adapter.js50 remoting.WcsAdapter.prototype.getState = function() {
H A Dxmpp_connection.js109 remoting.XmppConnection.prototype.getState = function() {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java599 if (mAudioTrack.getState() == AudioTrack.STATE_UNINITIALIZED) {
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js719 a.tagName&&!cvox.DomUtil.isLayoutTable(a)||cvox.DomUtil.isMath(a)||cvox.DomPredicates.headingPredicate([a])||cvox.DomUtil.isFocusable(a))return!0;b=cvox.DomUtil.getLabelledByTargets();for(d=a;d;){if(d.id&&b[d.id])if(c=d.getAttribute("aria-labelledby")){if(c=c.split(/ +/),-1==c.indexOf(d.id))return!1}else return!1;d=d.parentElement}b=cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getName(a);a=cvox.DomUtil.getState(a,!0);return b.match(/^\s+$/)&&""===a?!1:!0};
726 c.push(["visited_url"]);a.accessKey&&c.push(["access_key",a.accessKey]);return c};cvox.DomUtil.getState=function(a,b){return cvox.NodeStateUtil.expand(cvox.DomUtil.getStateMsgs(a,b))};cvox.DomUtil.isFocusable=function(a){return a&&"number"==typeof a.tabIndex&&("A"!=a.tagName||a.hasAttribute("href")||a.hasAttribute("tabindex"))?0<=a.tabIndex||a.hasAttribute&&a.hasAttribute("tabindex")&&"-1"==a.getAttribute("tabindex")?!0:!1:!1};
736 cvox.DomUtil.getControlValueAndStateString=function(a){var b=cvox.DomUtil.getSurroundingControl(a);return b?cvox.DomUtil.collapseWhitespace(cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getName(a)+" "+cvox.DomUtil.getState(a,!0)):cvox.DomUtil.collapseWhitespace(cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getState(a,!0))};cvox.DomUtil.isInternalLink=function(a){return 1==a.nodeType&&(a=a.getAttribute("href"))&&-1!=a.indexOf("#")?(a=a.split("#")[0],""==a||a==window.location.pathname):!1};
819 cvox.BrailleUtil.getState=function(a){return a?cvox.NodeStateUtil.expand(cvox.DomUtil.getStateMsgs(a,!0).map(function(a){var c=["dummy","dummy","dummy"];cvox.ChromeVox.msgs.getMsg(a[0]+"_brl",c)&&(a[0]+="_brl");return a})):""};cvox.BrailleUtil.getContainer=function(a,b){if(!a||!b)return"";for(var c=cvox.DomUtil.getUniqueAncestors(a,b),d=0,e;e=c[d];d++)if((e=cvox.BrailleUtil.getRoleMsg(e))&&-1!=cvox.BrailleUtil.CONTAINER.indexOf(e))return cvox.ChromeVox.msgs.getMsg(e);return""};
823 cvox.BrailleUtil.getTemplated=function(a,b,c){c=c?c:{};var d=c.roleMsg||(b?cvox.DomUtil.getRoleMsg(b,cvox.VERBOSITY_VERBOSE):""),e=c.role;!e&&c.roleMsg&&(e=cvox.ChromeVox.msgs.getMsg(c.roleMsg+"_brl")||cvox.ChromeVox.msgs.getMsg(c.roleMsg));for(var e=e||cvox.BrailleUtil.getRole(b),d=cvox.BrailleUtil.TEMPLATE[d]||cvox.BrailleUtil.TEMPLATE.base,f=new cvox.Spannable,g=function(d){switch(d){case "n":return c.name||cvox.BrailleUtil.getName(b);case "r":return e;case "s":return c.state||cvox.BrailleUtil.getState(b);case "c":return c.container||
1301 q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox.DomUtil.getState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p,!0)):q+" "+cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&&-1==k.indexOf(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUtil.collapseWhitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.DomUtil.collapseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earcons:k,personality:l,hint:cvox.DomUtil.collapseWhitespace(n)})};
H A DchromeVoxChromePageScript.js740 a.tagName&&!cvox.DomUtil.isLayoutTable(a)||cvox.DomUtil.isMath(a)||cvox.DomPredicates.headingPredicate([a])||cvox.DomUtil.isFocusable(a))return!0;b=cvox.DomUtil.getLabelledByTargets();for(d=a;d;){if(d.id&&b[d.id])if(c=d.getAttribute("aria-labelledby")){if(c=c.split(/ +/),-1==c.indexOf(d.id))return!1}else return!1;d=d.parentElement}b=cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getName(a);a=cvox.DomUtil.getState(a,!0);return b.match(/^\s+$/)&&""===a?!1:!0};
747 c.push(["visited_url"]);a.accessKey&&c.push(["access_key",a.accessKey]);return c};cvox.DomUtil.getState=function(a,b){return cvox.NodeStateUtil.expand(cvox.DomUtil.getStateMsgs(a,b))};cvox.DomUtil.isFocusable=function(a){return a&&"number"==typeof a.tabIndex&&("A"!=a.tagName||a.hasAttribute("href")||a.hasAttribute("tabindex"))?0<=a.tabIndex||a.hasAttribute&&a.hasAttribute("tabindex")&&"-1"==a.getAttribute("tabindex")?!0:!1:!1};
757 cvox.DomUtil.getControlValueAndStateString=function(a){var b=cvox.DomUtil.getSurroundingControl(a);return b?cvox.DomUtil.collapseWhitespace(cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getName(a)+" "+cvox.DomUtil.getState(a,!0)):cvox.DomUtil.collapseWhitespace(cvox.DomUtil.getValue(a)+" "+cvox.DomUtil.getState(a,!0))};cvox.DomUtil.isInternalLink=function(a){return 1==a.nodeType&&(a=a.getAttribute("href"))&&-1!=a.indexOf("#")?(a=a.split("#")[0],""==a||a==window.location.pathname):!1};
1015 q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox.DomUtil.getState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p,!0)):q+" "+cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&&-1==k.indexOf(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUtil.collapseWhitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.DomUtil.collapseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earcons:k,personality:l,hint:cvox.DomUtil.collapseWhitespace(n)})};
1041 cvox.BrailleUtil.getState=function(a){return a?cvox.NodeStateUtil.expand(cvox.DomUtil.getStateMsgs(a,!0).map(function(a){var c=["dummy","dummy","dummy"];cvox.ChromeVox.msgs.getMsg(a[0]+"_brl",c)&&(a[0]+="_brl");return a})):""};cvox.BrailleUtil.getContainer=function(a,b){if(!a||!b)return"";for(var c=cvox.DomUtil.getUniqueAncestors(a,b),d=0,e;e=c[d];d++)if((e=cvox.BrailleUtil.getRoleMsg(e))&&-1!=cvox.BrailleUtil.CONTAINER.indexOf(e))return cvox.ChromeVox.msgs.getMsg(e);return""};
1045 cvox.BrailleUtil.getTemplated=function(a,b,c){c=c?c:{};var d=c.roleMsg||(b?cvox.DomUtil.getRoleMsg(b,cvox.VERBOSITY_VERBOSE):""),e=c.role;!e&&c.roleMsg&&(e=cvox.ChromeVox.msgs.getMsg(c.roleMsg+"_brl")||cvox.ChromeVox.msgs.getMsg(c.roleMsg));for(var e=e||cvox.BrailleUtil.getRole(b),d=cvox.BrailleUtil.TEMPLATE[d]||cvox.BrailleUtil.TEMPLATE.base,f=new cvox.Spannable,g=function(d){switch(d){case "n":return c.name||cvox.BrailleUtil.getName(b);case "r":return e;case "s":return c.state||cvox.BrailleUtil.getState(b);case "c":return c.container||
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbraille_util.js187 cvox.BrailleUtil.getState = function(node) {
317 return opt_override.state || cvox.BrailleUtil.getState(node);
H A Ddescription_util.js148 context = roleText + ' ' + cvox.DomUtil.getState(node, false) +
153 ' ' + roleText + ' ' + cvox.DomUtil.getState(node, true);
155 annotation = roleText + ' ' + cvox.DomUtil.getState(node, true);
H A Ddom_util.js601 * - the current state (use getState)
1167 var state = cvox.DomUtil.getState(node, true);
1418 cvox.DomUtil.getState = function(targetNode, primary) {
1904 cvox.DomUtil.getState(control, true));
1908 cvox.DomUtil.getState(control, true));
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
H A Dnetwork_config.js28 chrome.networkingPrivate.getState(
111 label.textContent = 'State (getState)';
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java85 State getState() { method in class:GoogleServiceAuthError
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMySignature1.java99 public int getState() { method in class:MySignature1
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java253 Object getState() method in interface:ManagedClientConnection

Completed in 584 milliseconds

123456789