HomeSort by relevance Sort by last modified time
    Searched refs:lifecycle (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeprecatedScheduleStyleRecalcDuringLayout.cpp 12 DeprecatedScheduleStyleRecalcDuringLayout::DeprecatedScheduleStyleRecalcDuringLayout(DocumentLifecycle& lifecycle)
13 : m_lifecycle(lifecycle)
15 , m_wasInPerformLayout(lifecycle.state() == DocumentLifecycle::InPerformLayout)
FrameView.cpp 692 lifecycle().advanceTo(DocumentLifecycle::InPreLayout);
721 lifecycle().advanceTo(DocumentLifecycle::StyleClean);
731 lifecycle().advanceTo(DocumentLifecycle::InPerformLayout);
749 lifecycle().advanceTo(DocumentLifecycle::AfterPerformLayout);
800 DocumentLifecycle::Scope lifecycleScope(lifecycle(), DocumentLifecycle::LayoutClean);
992 DocumentLifecycle& FrameView::lifecycle() const function in class:blink::FrameView
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlElements.cpp 50 DeprecatedScheduleStyleRecalcDuringLayout marker(node()->document().lifecycle());
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DialogActivity.java 17 package com.example.android.lifecycle;
ActivityA.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
ActivityB.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
ActivityC.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
Utils.java 17 package com.example.android.lifecycle.util;
29 * Helper method to print out the lifecycle state of each Activity. Note this has
30 * been wrapped in a Handler to delay the output due to overlaps in lifecycle state
33 * @param viewMethods TextView to list out the lifecycle methods called
40 // Get the stack of Activity lifecycle methods called and print to TextView
StatusTracker.java 17 package com.example.android.lifecycle.util;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.cpp 40 DocumentLifecycle::Scope::Scope(DocumentLifecycle& lifecycle, State finalState)
41 : m_lifecycle(lifecycle)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
maven-plugin-api-3.2.1.jar 
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentAnimations.cpp 90 ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 158 DocumentLifecycle& lifecycle() const;
RenderLayerCompositor.cpp 206 lifecycle().advanceTo(DocumentLifecycle::InCompositingUpdate);
208 lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
213 ASSERT(lifecycle().state() == DocumentLifecycle::CompositingClean);
227 lifecycle().ensureStateAtMost(DocumentLifecycle::LayoutClean);
591 ASSERT(lifecycle().state() >= DocumentLifecycle::PaintInvalidationClean);
1164 DocumentLifecycle& RenderLayerCompositor::lifecycle() const function in class:blink::RenderLayerCompositor
    [all...]
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.java 146 /** Current lifecycle expected to be followed. */
152 /** Map from lifecycle arrays to debugging log names. */
214 * Add a potential lifecycle that this activity may follow, since there
219 * @param debugName for the lifecycle shown in the logs
220 * @param lifecycle array containing tokens indicating the expected lifecycle
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
225 mExpectedLifecycle = lifecycle;
227 mOtherPossibleLifecycles.add(lifecycle);
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 146 /** Current lifecycle expected to be followed. */
152 /** Map from lifecycle arrays to debugging log names. */
214 * Add a potential lifecycle that this activity may follow, since there
219 * @param debugName for the lifecycle shown in the logs
220 * @param lifecycle array containing tokens indicating the expected lifecycle
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
225 mExpectedLifecycle = lifecycle;
227 mOtherPossibleLifecycles.add(lifecycle);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-embedder/0.20.0/
sisu-equinox-embedder-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/
sisu-equinox-embedder-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/
tycho-p2-facade-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 66 return document->lifecycle().state() >= DocumentLifecycle::LayoutClean
67 || (document->lifecycle().state() == DocumentLifecycle::StyleClean && !document->view()->needsLayout());

Completed in 415 milliseconds

1 2 3