OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chevronanimation_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm
285
chevronAnimation_
.reset([[NSViewAnimation alloc] init]);
286
[
chevronAnimation_
gtm_setDuration:kAnimationDuration
288
[
chevronAnimation_
setAnimationBlockingMode:NSAnimationNonblocking];
402
if (![
chevronAnimation_
isAnimating])
405
DCHECK([[
chevronAnimation_
viewAnimations] count] > 0);
409
NSString* effect = [[[
chevronAnimation_
viewAnimations] objectAtIndex:0]
794
[
chevronAnimation_
stopAnimation];
814
[
chevronAnimation_
setViewAnimations:
816
[
chevronAnimation_
startAnimation];
browser_actions_controller.h
56
scoped_nsobject<NSViewAnimation>
chevronAnimation_
;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm
308
chevronAnimation_
.reset([[NSViewAnimation alloc] init]);
309
[
chevronAnimation_
gtm_setDuration:kAnimationDuration
311
[
chevronAnimation_
setAnimationBlockingMode:NSAnimationNonblocking];
423
if (![
chevronAnimation_
isAnimating])
426
DCHECK([[
chevronAnimation_
viewAnimations] count] > 0);
430
NSString* effect = [[[
chevronAnimation_
viewAnimations] objectAtIndex:0]
813
[
chevronAnimation_
stopAnimation];
833
[
chevronAnimation_
setViewAnimations:
835
[
chevronAnimation_
startAnimation];
browser_actions_controller.h
57
base::scoped_nsobject<NSViewAnimation>
chevronAnimation_
;
Completed in 723 milliseconds