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

  /external/webkit/WebKit/win/
WebIconDatabase.cpp 50 WebIconDatabase* WebIconDatabase::m_sharedWebIconDatabase = 0;
117 if (m_sharedWebIconDatabase) {
118 m_sharedWebIconDatabase->AddRef();
119 return m_sharedWebIconDatabase;
121 m_sharedWebIconDatabase = createInstance();
122 m_sharedWebIconDatabase->init();
123 return m_sharedWebIconDatabase;
370 ASSERT(m_sharedWebIconDatabase);
371 if (!m_sharedWebIconDatabase)
374 ASSERT(m_sharedWebIconDatabase->m_deliveryRequested)
    [all...]
WebIconDatabase.h 114 static WebIconDatabase* m_sharedWebIconDatabase;

Completed in 346 milliseconds