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

  /external/icu4c/layout/
ClassDefinitionTables.h 42 le_uint16 classValue;
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 305 const char* classValue;
307 classValue = "webkit-html-attribute-value webkit-html-external-link";
309 classValue = "webkit-html-attribute-value webkit-html-resource-link";
310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue));
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 183 String classValue = deviceProperties.getProperty(address, "Class");
193 if (classValue != null) {
197 new BluetoothClass(Integer.valueOf(classValue)));
203 log ("ClassValue: " + classValue + " for remote device: " + address + " is null");
    [all...]

Completed in 981 milliseconds