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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.h98 HashMap<String, Element*> m_linkedDestinations; member in class:WebCore::PrintContext
H A DPrintContext.cpp223 m_linkedDestinations.clear();
283 m_linkedDestinations.set(name, element);
294 HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end();
295 for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) {

Completed in 28 milliseconds