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

  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 49 WebIconDatabase* WebIconDatabase::m_sharedWebIconDatabase = 0;
116 if (m_sharedWebIconDatabase) {
117 m_sharedWebIconDatabase->AddRef();
118 return m_sharedWebIconDatabase;
120 m_sharedWebIconDatabase = createInstance();
121 m_sharedWebIconDatabase->init();
122 return m_sharedWebIconDatabase;
411 ASSERT(m_sharedWebIconDatabase);
412 if (!m_sharedWebIconDatabase)
415 ASSERT(m_sharedWebIconDatabase->m_deliveryRequested)
    [all...]
WebIconDatabase.h 119 static WebIconDatabase* m_sharedWebIconDatabase;

Completed in 17 milliseconds