HomeSort by relevance Sort by last modified time
    Searched defs:isLabel (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.cpp 54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel)
62 , m_isLabel(isLabel)
80 bool isLabel;
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 193 isLabel,
274 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
290 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
  /external/icu4c/common/
uts46.cpp 151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
297 UBool isLabel, UBool toASCII,
339 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
373 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 553 bool isLabel()
702 else if (isLabel())
717 else if (isLabel())
732 else if (isLabel())
754 if (isLabel()) {
951 if (m_backtrack.isLabel())
    [all...]

Completed in 619 milliseconds