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

/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js296 } else if ((effect && effect.constructor.name === 'Slide') &&
298 // Only show thumbnails if there is no effect or the effect is Slide.
732 * Slide effect.
739 ImageView.Effect.Slide = function Slide(direction, opt_slow) { function
748 ImageView.Effect.Slide.prototype = { __proto__: ImageView.Effect.prototype };
752 * @return {ImageView.Effect.Slide} Reversed effect.
754 ImageView.Effect.Slide.prototype.getReverse = function() {
755 return new ImageView.Effect.Slide(-this.direction_, this.slow_);
761 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))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 341 milliseconds