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

  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 71 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), false, thisSheet); local
72 wsi.setUid(handler.nextUid());
74 thisSheet.setPreserveSpaces(wsi);
ProcessorStripSpace.java 70 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), true, thisSheet); local
71 wsi.setUid(handler.nextUid());
73 thisSheet.setStripSpaces(wsi);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 778 NPSetWindowCallbackStruct* wsi = new NPSetWindowCallbackStruct(); local
779 wsi->type = 0;
784 wsi->display = x11Info->display();
785 wsi->visual = (Visual*)x11Info->visual();
786 wsi->depth = x11Info->depth();
787 wsi->colormap = x11Info->colormap();
798 wsi->depth = 32;
803 wsi->depth = x11Info->depth();
806 wsi->display = x11Info->display();
807 wsi->visual = m_visual
    [all...]

Completed in 1793 milliseconds