Searched refs:categories_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/src/tracing/
H A Dfilter.js99 this.categories_ = {};
108 this.categories_[cat] = true;
114 return !this.categories_[counter.category];
120 return !this.categories_[slice.category];
H A Dcategory_filter_dialog.js40 this.categories_ = c;
67 var categories = this.categories_.sort();
H A Drecord_selection_dialog.js71 this.categories_ = c;
214 this.categories_.concat(this.settings_.keys(this.settings_key_));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_site_list.h78 scoped_ptr<base::DictionaryValue> categories_; member in class:SupervisedUserSiteList
H A Dsupervised_user_site_list.cc230 categories_.reset(categories->DeepCopy());
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.cc333 kCategoryField, &CommonMetadata::categories_);
436 // Set |kind_| and |labels_| based on the |categories_| in the class.
438 // based on a predicate. Thus we need to iterate over |categories_| and
440 for (size_t i = 0; i < categories_.size(); ++i) {
441 const Category* category = categories_[i];
H A Dgdata_wapi_parser.h278 const ScopedVector<Category>& categories() const { return categories_; }
288 categories_ = categories.Pass();
304 ScopedVector<Category> categories_; member in class:google_apis::CommonMetadata
474 // Currently, sets |kind_| and |labels_| based on the |categories_| in the
/external/chromium-trace/
H A Dscript.js141 base.exportTo("tracing",function(){function d(){}function b(a){this.text_=a.toLowerCase()}function a(a){this.categories_={};a=a||[];for(var b=0;b<a.length;b++)this.addCategory(a[b])}d.prototype={__proto__:Object.prototype,matchCounter:function(a){return!0},matchCpu:function(a){return!0},matchProcess:function(a){return!0},matchSlice:function(a){return!0},matchThread:function(a){return!0}};b.prototype={__proto__:d.prototype,matchCounter:function(a){return 0===this.text_.length||void 0===a.name?!1:-1!==
142 a.name.toLowerCase().indexOf(this.text_)},matchSlice:function(a){return 0===this.text_.length||void 0===a.title?!1:-1!==a.title.toLowerCase().indexOf(this.text_)}};a.prototype={__proto__:d.prototype,addCategory:function(a){this.categories_[a]=!0},matchCounter:function(a){return a.category?!this.categories_[a.category]:!0},matchSlice:function(a){return a.category?!this.categories_[a.category]:!0}};return{filterCounterArray:function(a,b){if(void 0===a)return b;for(var f=[],g=0;g<b.length;++g)a.matchCounter(b[g])&&
365 base.exportTo("tracing",function(){var d=ui.define("div");d.prototype={__proto__:ui.Overlay.prototype,decorate:function(){ui.Overlay.prototype.decorate.call(this);this.className="view-category-filter-overlay";this.obeyCloseEvents=!0;var b=base.instantiateTemplate("#view-category-filter-dialog-template");this.appendChild(b);this.formEl_=this.querySelector("form");this.categoriesEl_=this.querySelector(".categories");this.addEventListener("visibleChange",this.onVisibleChange_.bind(this))},set categories(b){this.categories_=
366 b},set settingUpdatedCallback(b){this.settingUpdatedCallback_=b},unselectedCategories_:function(){for(var b=this.formEl_.querySelectorAll("input"),a=[],c=0;c<b.length;++c){var e=b[c];!1===e.checked&&a.push(e.value)}return a},onVisibleChange_:function(){this.visible&&this.updateForm_()},updateForm_:function(){this.categoriesEl_.innerHTML="";for(var b=this.categories_.sort(),a=0;a<b.length;a++){var c=b[a],e=document.createElement("input");e.type="checkbox";e.id=c;e.value=c;e.checked=!0;e.onchange=this.updateSetting_.bind(this);

Completed in 448 milliseconds