Searched refs:notifyChange (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp34 void GraphicsLayerTextureMapper::notifyChange(TextureMapperNode::ChangeMask changeMask) function in class:WebCore::GraphicsLayerTextureMapper
64 notifyChange(TextureMapperNode::DisplayChange);
74 notifyChange(TextureMapperNode::DisplayChange);
81 notifyChange(TextureMapperNode::ParentChange);
89 notifyChange(TextureMapperNode::ChildrenChange);
97 notifyChange(TextureMapperNode::ChildrenChange);
106 notifyChange(TextureMapperNode::ChildrenChange);
114 notifyChange(TextureMapperNode::ChildrenChange);
123 notifyChange(TextureMapperNode::ChildrenChange);
131 notifyChange(TextureMapperNod
[all...]
H A DGraphicsLayerTextureMapper.h88 void notifyChange(TextureMapperNode::ChangeMask changeMask);
H A DTextureMapperNode.h131 void notifyChange(ChangeMask);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp186 void notifyChange(ChangeMask);
672 void GraphicsLayerQtImpl::notifyChange(ChangeMask changeMask) function in class:WebCore::GraphicsLayerQtImpl
966 m_impl->notifyChange(GraphicsLayerQtImpl::DisplayChange);
974 m_impl->notifyChange(GraphicsLayerQtImpl::DisplayChange);
1003 m_impl->notifyChange(GraphicsLayerQtImpl::ParentChange);
1011 m_impl->notifyChange(GraphicsLayerQtImpl::ChildrenChange);
1019 m_impl->notifyChange(GraphicsLayerQtImpl::ChildrenChange);
1028 m_impl->notifyChange(GraphicsLayerQtImpl::ChildrenChange);
1036 m_impl->notifyChange(GraphicsLayerQtImpl::ChildrenChange);
1045 m_impl->notifyChange(GraphicsLayerQtImp
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dfont_settings.js36 standardFontRange.notifyChange = this.standardRangeChanged_.bind(this);
42 minimumFontRange.notifyChange = this.minimumRangeChanged_.bind(this);
H A Dpref_ui.js302 if (this.notifyChange)
303 this.notifyChange(this, this.mapValueToRange_(this.value));
344 notifyChange: function(el, value) {

Completed in 76 milliseconds