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/WebCore/html/
HTMLViewSourceDocument.cpp 297 const char* classValue;
299 classValue = "webkit-html-attribute-value webkit-html-external-link";
301 classValue = "webkit-html-attribute-value webkit-html-resource-link";
302 attrs->addAttribute(MappedAttribute::create(classAttr, classValue));
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 145 String classValue = mBluetoothService.getRemoteDeviceProperty(address, "Class");
155 if (classValue != null) {
159 new BluetoothClass(Integer.valueOf(classValue)));
165 log ("ClassValue: " + classValue + " for remote device: " + address + " is null");

Completed in 895 milliseconds