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 172 return bodyAttributeValue(textAttr);
177 setBodyAttribute(textAttr, value);
308 addLocalNameToSet(attrSet, textAttr);
HTMLBodyElement.cpp 61 if (name == backgroundAttr || name == marginwidthAttr || name == leftmarginAttr || name == marginheightAttr || name == topmarginAttr || name == bgcolorAttr || name == textAttr || name == bgpropertiesAttr)
83 } else if (name == textAttr) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 681 textAttr(caseAttr.getString(
683 textAttr(caseAttr.getString(
686 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_mode), "mode"),
687 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_imeAction),
707 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_localeCode),
709 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_languageCode),
711 textAttr(caseAttr.getString(R.styleable.Keyboard_Case_countryCode),
    [all...]

Completed in 52 milliseconds