Searched defs:Slide (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
H A Dimage_view.js384 } else if ((effect && effect.constructor.name === 'Slide') &&
386 // Only show thumbnails if there is no effect or the effect is Slide.
966 * Slide effect.
972 ImageView.Effect.Slide = function Slide(direction, opt_slow) { function
984 ImageView.Effect.Slide.prototype = { __proto__: ImageView.Effect.prototype };
987 * @return {ImageView.Effect.Slide} Reverse Slide effect.
989 ImageView.Effect.Slide.prototype.getReverse = function() {
990 return new ImageView.Effect.Slide(
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js384 } else if ((effect && effect.constructor.name === 'Slide') &&
386 // Only show thumbnails if there is no effect or the effect is Slide.
966 * Slide effect.
972 ImageView.Effect.Slide = function Slide(direction, opt_slow) { function
984 ImageView.Effect.Slide.prototype = { __proto__: ImageView.Effect.prototype };
987 * @return {ImageView.Effect.Slide} Reverse Slide effect.
989 ImageView.Effect.Slide.prototype.getReverse = function() {
990 return new ImageView.Effect.Slide(
[all...]
/external/lldb/include/lldb/Core/
H A DAddress.h476 Slide (int64_t offset) function in class:lldb_private::Address
H A DRangeMap.h76 Slide (BaseType slide) function in struct:lldb_private::Range
299 Slide (BaseType slide) function in class:lldb_private::RangeArray
303 pos->Slide (slide);
579 Slide (BaseType slide) function in class:lldb_private::RangeVector
583 pos->Slide (slide);
/external/lldb/source/Core/
H A DSection.cpp275 Section::Slide (addr_t slide_amount, bool slide_children) function in class:Section
285 m_children.Slide (slide_amount, slide_children);
534 SectionList::Slide (addr_t slide_amount, bool slide_children) function in class:SectionList
540 if ((*pos)->Slide(slide_amount, slide_children))

Completed in 145 milliseconds