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 123 dict->SetInteger(keys::kItemCountKey, item_count_);
163 dict->SetInteger(keys::kItemCountKey, tab_count_);
188 dict->SetInteger(keys::kItemCountKey, item_count_);
237 dict->SetInteger(keys::kItemCountKey, item_count_);
271 dict->SetInteger(keys::kItemCountKey, item_count_);
309 dict->SetInteger(keys::kItemCountKey, item_count_);

Completed in 39 milliseconds