/external/webkit/Source/WebCore/notifications/ |
NotificationPresenter.h | 64 // (such as by a page transition). The presenter may continue showing
|
/external/webkit/Source/WebCore/page/animation/ |
AnimationController.h | 56 // This is called when an accelerated animation or transition has actually started to animate.
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
nsx_defines.h | 57 #define GAMMA_NOISE_TRANS_AND_SPEECH_Q8 3 // ~= Q8(0.01) update for transition and noise region
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 433 /* Stay on the ON operating mode until the transition is done */ 458 /* transition */ 471 * Send an ALGOFF event if the ON->OFF switch transition is finished 482 * Exit transition state
|
LVEQNB_Private.h | 100 LVM_INT16 bInOperatingModeTransition; /* Operating mode transition flag */
|
/packages/apps/Stk/res/values/ |
strings.xml | 42 <!-- Default transition message when launching a call -->
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.cpp | [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4VSS3GPP_EditVideo.c | 48 /*for transition behaviour*/ 538 /*| TRANSITION MODE |*/ 543 M4OSA_TRACE3_0("M4VSS3GPP_intEditStepVideo TRANSITION"); 560 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 571 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 599 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 611 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 642 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 665 "M4VSS3GPP_intEditStepVideo: TRANSITION:\ 683 "M4VSS3GPP_intEditStepVideo: TRANSITION: [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_unittest.cc | 25 PageTransition::Type transition, 79 PageTransition::Type transition,
|
autocomplete_match.cc | 16 transition(PageTransition::GENERATED), 32 transition(PageTransition::TYPED),
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.h | 109 PageTransition::Type transition); 113 // True if the transition and target url correspond to a reference fragment
|
/external/chromium/chrome/browser/resources/file_manager/ |
slideshow.html | 61 -webkit-transition-property: left; 62 -webkit-transition-duration: 1s;
|
/external/chromium/chrome/browser/resources/options/ |
language_options.css | 132 -webkit-transition: opacity .15s; 147 -webkit-transition: opacity 1s;
|
/external/chromium/chrome/browser/resources/ |
slideshow.html | 61 -webkit-transition-property: left; 62 -webkit-transition-duration: 1s;
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.h | 71 // Triggers a state machine transition to advance_state. 123 // Returns true if |this| should transition its state machine to |state|
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_order_controller.cc | 25 PageTransition::Type transition, 33 if (transition == PageTransition::LINK && tabstrip_->active_index() != -1) {
|
/external/chromium/chrome/browser/ui/ |
browser_navigator.h | 93 // The transition type of the navigation. Default is PageTransition::LINK 95 PageTransition::Type transition; member in struct:browser::NavigateParams
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 132 PageTransition::Type transition, 219 // The transition type to use for the navigation.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.mm | 83 // Can always transition to stop mode. Only transition to reload
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.html | 175 -webkit-transition: all .5s ease-out; 180 -webkit-transition: all .5s ease-out;
|
/external/icu4c/common/ |
rbbiscan.h | 113 RBBIRuleTableEl **fStateTable; // State Transition Table for RBBI Rule 118 // transition rules.
|
/external/icu4c/i18n/unicode/ |
vtzone.h | 315 * Gets the first time zone transition after the base time. 318 * @param result Receives the first transition after the base time. 319 * @return TRUE if the transition is found. 325 * Gets the most recent time zone transition before the base time. 328 * @param result Receives the most recent transition before the base time. 329 * @return TRUE if the transition is found. 353 * @param trsrules Receives the timezone transition rules 355 * the timezone transition rules. On output, actual number of
|
/external/skia/src/animator/ |
SkDisplayApply.cpp | 59 SK_MEMBER(transition, ApplyTransition) 67 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/ 232 if (transition == kTransition_reverse) 233 SkDebugf("transition=\"reverse\" "); 606 if (transition != SkApply::kTransition_reverse) { 627 if (((transition != SkApply::kTransition_reverse && interpResult == SkInterpolatorBase::kFreezeEnd_Result) || 628 (transition == SkApply::kTransition_reverse && fLastTime == 0)) && state.fUnpostedEndEvent) {
|
/external/v8/src/mips/ |
virtual-frame-mips.cc | 177 // Popping is done by the transition implied by kStateAfterPop. Of course if 182 // Pushing is done by the transition implied by kStateAfterPush. Of course if
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ZoomManager.cpp | 177 // the current scale to request new textures. After a transition time, 192 // The transition between the two page is finished
|