HomeSort by relevance Sort by last modified time
    Searched defs:States (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 258 if (download.state != Download.States.COMPLETE) {
388 * The states a download can be in. These correspond to states defined in
391 Download.States = {
492 if (this.state_ == Download.States.DANGEROUS) {
500 if (this.state_ == Download.States.COMPLETE &&
508 if (this.state_ == Download.States.INTERRUPTED) {
515 this.state_ == Download.States.COMPLETE &&
522 this.state_ != Download.States.COMPLETE ||
525 if (this.state_ == Download.States.IN_PROGRESS)
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.cc 61 // No match found and no more states to try. Bail out.
107 // States of the processed query and text chars.
111 typedef std::vector<State> States;
180 States states_;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmssamp.c 47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 };
55 States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE);

Completed in 121 milliseconds