Home
last modified time | relevance | path

Searched refs:m_replacements (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DNotificationPresenter.cpp105 if (m_replacements.find(replaceId) != m_replacements.end()) in show()
106 …m_delegate->printMessage(string("REPLACING NOTIFICATION ") + m_replacements.find(replaceId)->secon… in show()
108 m_replacements[replaceId] = identifier.utf8(); in show()
DNotificationPresenter.h81 std::map<std::string, std::string> m_replacements; variable