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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontSelector.h 71 void registerForInvalidationCallbacks(CSSFontSelectorClient*);
CSSFontSelector.cpp 69 void CSSFontSelector::registerForInvalidationCallbacks(CSSFontSelectorClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 79 m_fontSelector->registerForInvalidationCallbacks(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 291 static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this);
329 static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this);
    [all...]

Completed in 1332 milliseconds