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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.cpp 937 String staticText = text();
938 if (!staticText.length())
939 staticText = textUnderElement();
940 return staticText;
    [all...]
AccessibilityRenderObject.cpp 1000 String staticText = text();
1001 if (!staticText.length())
1002 staticText = textUnderElement();
1003 return staticText;
    [all...]

Completed in 50 milliseconds