Searched refs:m_sharedWebIconDatabase (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.cpp49 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
[all...]
H A DWebIconDatabase.h119 static WebIconDatabase* m_sharedWebIconDatabase; member in class:WebIconDatabase

Completed in 108 milliseconds