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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.cpp 65 void GraphicsLayerUpdater::update(Vector<RenderLayer*>& layersNeedingPaintInvalidation, RenderLayer& layer, UpdateType updateType, const UpdateContext& context)
73 updateType = ForceUpdate;
77 mapping->updateCompositedBounds(updateType);
84 if (mapping->updateGraphicsLayerConfiguration(updateType))
87 mapping->updateGraphicsLayerGeometry(updateType, compositingContainer, layersNeedingPaintInvalidation);
89 updateType = mapping->updateTypeForChildren(updateType);
101 update(layersNeedingPaintInvalidation, *child, updateType, childContext);
CompositingInputsUpdater.cpp 25 void CompositingInputsUpdater::update(RenderLayer* layer, UpdateType updateType, AncestorInfo info)
27 if (!layer->childNeedsCompositingInputsUpdate() && updateType != ForceUpdate)
38 updateType = ForceUpdate;
41 if (updateType == ForceUpdate) {
74 update(child, updateType, info);
RenderLayerCompositor.cpp 218 void RenderLayerCompositor::setNeedsCompositingUpdate(CompositingUpdateType updateType)
220 ASSERT(updateType != CompositingUpdateNone);
233 m_pendingUpdateType = std::max(m_pendingUpdateType, updateType);
298 CompositingUpdateType updateType = m_pendingUpdateType;
301 if (!hasAcceleratedCompositing() || updateType == CompositingUpdateNone)
308 if (updateType >= CompositingUpdateAfterCompositingInputChange) {
334 updateType = std::max(updateType, CompositingUpdateRebuildTree);
337 if (updateType != CompositingUpdateNone) {
343 updateType = std::max(updateType, CompositingUpdateRebuildTree)
    [all...]
CompositedLayerMapping.h 93 bool updateGraphicsLayerConfiguration(GraphicsLayerUpdater::UpdateType);
96 void updateGraphicsLayerGeometry(GraphicsLayerUpdater::UpdateType, const RenderLayer* compositingContainer, Vector<RenderLayer*>& layersNeedingPaintInvalidation);
163 void updateCompositedBounds(GraphicsLayerUpdater::UpdateType);
201 bool shouldUpdateGraphicsLayer(GraphicsLayerUpdater::UpdateType updateType) const { return m_pendingUpdateScope > GraphicsLayerUpdateNone || updateType == GraphicsLayerUpdater::ForceUpdate; }
202 GraphicsLayerUpdater::UpdateType updateTypeForChildren(GraphicsLayerUpdater::UpdateType) const;
CompositedLayerMapping.cpp 323 void CompositedLayerMapping::updateCompositedBounds(GraphicsLayerUpdater::UpdateType updateType)
325 if (!shouldUpdateGraphicsLayer(updateType))
351 bool CompositedLayerMapping::updateGraphicsLayerConfiguration(GraphicsLayerUpdater::UpdateType updateType)
353 if (!shouldUpdateGraphicsLayer(updateType))
604 void CompositedLayerMapping::updateGraphicsLayerGeometry(GraphicsLayerUpdater::UpdateType updateType, const RenderLayer* compositingContainer, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
606 if (!shouldUpdateGraphicsLayer(updateType))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java 58 * @param updateType What type of shift update this requires.
60 public void requireShiftUpdate(final int updateType) {
61 mRequiredShiftUpdate = Math.max(mRequiredShiftUpdate, updateType);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.cpp 153 StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);
154 if (updateType != Additive) {
155 change.styleResolverUpdateType = updateType;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 129 void updateClipData(boolean updateType) {
144 if (updateType) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 199 void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType)
207 StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 354 void updateType();
HTMLInputElement.cpp 404 void HTMLInputElement::updateType()
635 updateType();
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]

Completed in 269 milliseconds