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 56 struct entry_style { struct in class:StringPool
57 entry_style() : offset(0) { } function in struct:StringPool::entry_style
59 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style
139 Vector<entry_style> mEntryStyleArray;
StringPool.cpp 148 entry_style& style = mEntryStyleArray.editItemAt(idx);
211 entry_style& style = mEntryStyleArray.editItemAt(i);
304 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 747 milliseconds