HomeSort by relevance Sort by last modified time
    Searched refs:transition (Results 226 - 250 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 665 (default_match_->transition != PageTransition::TYPED) &&
666 (default_match_->transition != PageTransition::KEYWORD) &&
    [all...]
search_provider.cc 637 term_looks_like_url = match.transition == PageTransition::TYPED;
    [all...]
autocomplete_popup_view_gtk.cc 482 edit_view_->OpenURL(url, disposition, match.transition, GURL(), line,
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 75 PageTransition::Type transition) OVERRIDE {
83 browser_->OpenURL(url, referrer, NEW_FOREGROUND_TAB, transition);
  /external/chromium/chrome/browser/instant/
instant_loader.cc 178 PageTransition::Type transition) OVERRIDE;
405 PageTransition::Type transition) {
637 // We should preserve the transition type regardless of whether we're already
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 11 -webkit-transition: opacity 0.07s linear;
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 774 PageTransition::Type transition,
781 transition_ = transition;
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 40 * <p>One of the core concepts of these transition animations is that there are two types of
41 * changes that cause the transition and four different animations that run because of
42 * those changes. The changes that trigger the transition are items being added to a container
43 * (referred to as an "appearing" transition) or removed from a container (also known as
48 * the transition may want different animations for the changing items depending on whether
66 * <p>The animations specified for the transition, both the defaults and any custom animations
67 * set on the transition object, are templates only. That is, these animations exist to hold the
70 * set automatically in the process of setting up the transition each time it runs. Each of the
79 * values when the transition begins. Custom animations will be similarly populated with
124 * from the container. This transition type is not enabled by default; it can b
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java 491 public FragmentTransaction setTransition(int transition) {
492 mTransition = transition;
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 244 int32_t transition, GpsUtcTime timestamp)
253 transition, timestamp);
  /frameworks/support/v4/java/android/support/v4/app/
BackStackRecord.java 491 public FragmentTransaction setTransition(int transition) {
492 mTransition = transition;
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 148 transition
246 transition
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 1670 int32_t transition; \/* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 *\/ member in struct:__anon8761
1764 int32_t transition = 0; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 440 // views during a transition when they otherwise would have become gone/invisible
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1046 if (!(transition = calloc(<dfa.numberOfStates>, sizeof(void*)))) {
1050 <dfa.transitionEdgeTables:{whichTable|transition[<i0>] = <name>dfa<dfa.decisionNumber>_transition<whichTable>;}; separator="\n", null="">
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.cc 326 if (!PageTransition::IsMainFrame(params.transition))
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 398 PageTransition::Type transition);
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 629 edit_view_->OpenURL(url, disposition, match.transition, GURL(), index,
  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 281 state.fTransition = apply->transition;
  /external/skia/src/animator/
SkAnimateActive.cpp 281 state.fTransition = apply->transition;
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 600 final LayoutTransition transition = new LayoutTransition(); local
602 transition.setDuration(1500);
604 transition.setAnimateParentHierarchy(false);
605 return transition;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 430 PageTransition::Type transition) {
436 source, url, referrer, disposition, transition);
    [all...]
  /external/v8/tools/gcmole/
gcmole.lua 225 -- Ignore printing of elements transition.

Completed in 1935 milliseconds

1 2 3 4 5 6 7 8 91011>>