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

  /frameworks/base/tools/aapt/
StringPool.h 73 struct entry_style { struct in class:StringPool
74 entry_style() : offset(0) { } function in struct:StringPool::entry_style
76 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style
162 Vector<entry_style> mEntryStyleArray;
180 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
StringPool.cpp 211 entry_style& style = mEntryStyleArray.editItemAt(idx);
275 Vector<entry_style> newEntryStyleArray;
307 newEntryStyleArray.add(entry_style());
315 const entry_style& style = newEntryStyleArray[i];
384 entry_style& style = mEntryStyleArray.editItemAt(i);
477 entry_style& ent = mEntryStyleArray.editItemAt(i);
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 739 GtkStyle* entry_style = gtk_rc_get_style(fake_entry_.get()); local
740 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL];
741 GdkColor ntp_foreground = entry_style->text[GTK_STATE_NORMAL];
788 GdkToSkColor(&entry_style->base[GTK_STATE_SELECTED]);
790 GdkToSkColor(&entry_style->text[GTK_STATE_SELECTED]);
792 GdkToSkColor(&entry_style->base[GTK_STATE_ACTIVE]);
794 GdkToSkColor(&entry_style->text[GTK_STATE_ACTIVE]);
    [all...]

Completed in 50 milliseconds