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 67 void registerForInvalidationCallbacks(CSSFontSelectorClient*);
CSSFontSelector.cpp 69 void CSSFontSelector::registerForInvalidationCallbacks(CSSFontSelectorClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 75 m_fontSelector->registerForInvalidationCallbacks(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 300 static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this);
340 static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this);
    [all...]

Completed in 75 milliseconds