HomeSort by relevance Sort by last modified time
    Searched full:s_self (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 114 static Cursors* s_self; member in class:WebCore::__anon8245::Cursors
141 Cursors* Cursors::s_self = 0; member in class:WebCore::__anon8245::Cursors
145 if (!s_self)
146 s_self = new Cursors();
148 return s_self;

Completed in 29 milliseconds