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

  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api_constants.cc 16 const char kItemCountKey[] = "details.itemCount";
accessibility_extension_api_constants.h 19 extern const char kItemCountKey[];
accessibility_events.cc 141 dict->SetInteger(keys::kItemCountKey, item_count_);
181 dict->SetInteger(keys::kItemCountKey, tab_count_);
206 dict->SetInteger(keys::kItemCountKey, item_count_);
255 dict->SetInteger(keys::kItemCountKey, item_count_);
289 dict->SetInteger(keys::kItemCountKey, item_count_);
327 dict->SetInteger(keys::kItemCountKey, item_count_);

Completed in 280 milliseconds