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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.cpp 122 return bodyAttributeValue(textAttr);
127 setBodyAttribute(textAttr, value);
258 addLocalNameToSet(attrSet, textAttr);
HTMLBodyElement.cpp 58 if (name == backgroundAttr || name == marginwidthAttr || name == leftmarginAttr || name == marginheightAttr || name == topmarginAttr || name == bgcolorAttr || name == textAttr || name == bgpropertiesAttr)
81 } else if (name == textAttr) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 686 textAttr(caseAttr.getString(
688 textAttr(caseAttr.getString(
691 textAttr(caseAttr.getString(
693 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_mode), "mode"),
694 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_imeAction),
710 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_isIconDefined),
    [all...]

Completed in 789 milliseconds