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

  /external/chromium/chrome/common/extensions/
extension_action.h 111 SetValue(&badge_text_color_, tab_id, text_color);
116 return GetValue(&badge_text_color_, tab_id);
181 std::map<int, SkColor> badge_text_color_; member in class:ExtensionAction
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 202 SetValue(&badge_text_color_, tab_id, text_color);
207 return GetValue(&badge_text_color_, tab_id);
335 std::map<int, SkColor> badge_text_color_; member in class:ExtensionAction

Completed in 301 milliseconds