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

  /external/chromium/chrome/browser/extensions/
extension_accessibility_api_constants.cc 15 const char kItemCountKey[] = "details.itemCount";
extension_accessibility_api_constants.h 19 extern const char kItemCountKey[];
  /external/chromium/chrome/browser/
accessibility_events.cc 87 dict->SetInteger(keys::kItemCountKey, item_count_);
122 dict->SetInteger(keys::kItemCountKey, tab_count_);
144 dict->SetInteger(keys::kItemCountKey, item_count_);
188 dict->SetInteger(keys::kItemCountKey, item_count_);
219 dict->SetInteger(keys::kItemCountKey, item_count_);

Completed in 89 milliseconds