Searched refs:updateState (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/network/qt/
H A DNetworkStateNotifierQt.cpp47 m_notifier->updateState();
57 m_notifier->updateState();
65 void NetworkStateNotifier::updateState() function in class:WebCore::NetworkStateNotifier
/external/webkit/Source/WebCore/platform/network/win/
H A DNetworkStateNotifierWin.cpp37 void NetworkStateNotifier::updateState() function in class:WebCore::NetworkStateNotifier
75 updateState();
108 updateState();
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dqueue.js43 this._selectNode.addEventListener('change', updateState);
52 RebaselineQueue.prototype.updateState = function()
95 updateState();
126 updateState();
139 updateState();
161 updateState();
H A Dmain.js324 updateState();
343 function updateState() function
360 queue.updateState();
/external/webkit/Source/WebCore/platform/network/mac/
H A DNetworkStateNotifierMac.cpp40 void NetworkStateNotifier::updateState() function in class:WebCore::NetworkStateNotifier
83 // Calling updateState() could be expensive so we schedule a timer that will do it
92 updateState();
135 updateState();
/external/webkit/Source/WebCore/platform/network/
H A DNetworkStateNotifier.h95 void updateState();
132 inline void NetworkStateNotifier::updateState() { } function in class:WebCore::NetworkStateNotifier
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_action_button.h70 - (void)updateState;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1397 virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) function in class:WebCore::AnimationQtBase
1399 QAbstractAnimation::updateState(newState, oldState);
1448 virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) function in class:WebCore::AnimationQt
1461 AnimationQtBase::updateState(newState, oldState);
1564 virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) function in class:WebCore::TransformAnimationQt
1566 AnimationQt<TransformOperations>::updateState(newState, oldState);
1615 virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) function in class:WebCore::OpacityAnimationQt
1617 AnimationQt<qreal>::updateState(newState, oldState);
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js1149 this.updateState();
1162 this.updateState();
1221 this.updateState();
1443 updateState: function()
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp127 virtual void updateState(const QPaintEngineState& state) { } function in class:WebCore::NullPrinter::NullPaintEngine
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2943 void updateState(const QPaintEngineState& state) function in class:DummyPaintEngine

Completed in 408 milliseconds