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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontSelector.h 69 void unregisterForInvalidationCallbacks(CSSFontSelectorClient*);
CSSFontSelector.cpp 75 void CSSFontSelector::unregisterForInvalidationCallbacks(CSSFontSelectorClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 95 m_fontSelector->unregisterForInvalidationCallbacks(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 310 static_cast<CSSFontSelector*>(m_font.fontSelector())->unregisterForInvalidationCallbacks(this);
349 static_cast<CSSFontSelector*>(m_font.fontSelector())->unregisterForInvalidationCallbacks(this);
    [all...]

Completed in 389 milliseconds