Searched refs:States (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js311 if (download.state != Download.States.COMPLETE) {
447 Download.States = {
538 if (this.state_ == Download.States.DANGEROUS) {
546 if (this.state_ == Download.States.COMPLETE &&
554 if (this.state_ == Download.States.INTERRUPTED) {
561 this.state_ == Download.States.COMPLETE &&
568 this.state_ != Download.States.COMPLETE ||
571 if (this.state_ == Download.States.IN_PROGRESS) {
614 this.state_ == Download.States.COMPLETE &&
619 showInline(this.controlPause_, this.state_ == Download.States
[all...]
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helper_channel.js248 var States = remoting.ClientSession.State;
249 if (this.sessionState_ === States.CONNECTING ||
250 this.sessionState_ === States.CONNECTED) {
251 this.sessionState_ = States.FAILED;
/external/chromium_org/components/test/data/web_database/
H A Dversion_35.sql23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Acme Inc.','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
30 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000002','','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
37 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000003','','','Apt 3','San Francisco','CA','94102','United States','US',1300131704);
41 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000004','Acme Inc.','4 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
45 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000005','Acme Inc.','6 Main Street','Apt 2','San Francisco','BS','94102','United States','US',1300131704);
49 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000006','Acme Inc.','7 Main Street','Apt 2','San Francisco','CA','bogus','United States','US',1300131704);
H A Dversion_53.sql23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Google, Inc.','1950 Charleston Rd.','(2nd floor)','Mountain View','CA','94043','United States','US',1386046731,'Chrome settings');
24 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000002','Google!','1600 Amphitheatre Pkwy.','','Mtn. View','California','94043-1234','United States','US',1386046800,'Chrome settings');
H A Dversion_33.sql18 INSERT INTO "autofill_profiles" VALUES('45285F35-4A04-5F47-DBCC-CA8C2F2A5944','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memphis','TN','38116','United States',1298621949);
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match.cc107 // States of the processed query and text chars.
111 typedef std::vector<State> States; typedef in class:app_list::__anon16543::PrefixMatcher
180 States states_;
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.js75 state: Download.States.COMPLETE,
/external/openfst/src/include/fst/
H A Dcompact-fst.h174 Unsigned States(ssize_t i) const { return states_[i]; } function in class:fst::CompactFstData
552 (data_->States(s) != data_->States(s + 1)))
555 ? data_->States(s)
570 i = data_->States(s);
571 num_arcs = data_->States(s + 1) - i;
603 data_->States(s) : s * compactor_->Size();
605 data_->States(s + 1) : (s + 1) * compactor_->Size();
680 data_->States(s) : s * compactor_->Size();
682 data_->States(
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmssamp.c47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 }; local
55 States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp165 // All blocks are in one of three states. States are ordered so that blocks
175 llvm::SmallVectorImpl<RecursiveState> &States,
180 if (States[ID] >= State)
183 States[ID] = State;
229 checkForFunctionCall(S, FD, **I, ExitID, States, State);
173 checkForFunctionCall(Sema &S, const FunctionDecl *FD, CFGBlock &Block, unsigned ExitID, llvm::SmallVectorImpl<RecursiveState> &States, RecursiveState State) argument
H A DSemaDeclAttr.cpp825 SmallVector<CallableWhenAttr::ConsumedState, 3> States;
841 States.push_back(CallableState);
845 CallableWhenAttr(Attr.getRange(), S.Context, States.data(),
846 States.size(), Attr.getAttributeSpellingListIndex()));
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc59 /* States of the lexer. */
60 States

Completed in 3467 milliseconds