Searched refs:Slide (Results 1 - 22 of 22) 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/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))
H A DDebugger.cpp2379 format_addr.Slide (sc->line_entry.range.GetByteSize());
/external/lldb/include/lldb/Core/
H A DSection.h92 Slide (lldb::addr_t slide_amount, bool slide_children);
246 Slide (lldb::addr_t slide_amount, bool slide_children);
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/API/
H A DSBFunction.cpp187 addr->Slide (byte_size);
H A DSBSymbol.cpp186 addr->Slide (m_opaque_ptr->GetByteSize());
H A DSBBlock.cpp238 sb_addr.ref().Slide(range.GetByteSize());
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp186 prologue_addr.Slide(prologue_byte_size);
/external/lldb/source/Symbol/
H A DSymbol.cpp316 addr.Slide (m_type_data);
336 // Slide addr up to the next line address.
337 addr.Slide (sc_temp.line_entry.range.GetByteSize());
H A DBlock.cpp361 range.GetBaseAddress().Slide(vm_range.GetRangeBase ());
379 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase ());
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp234 offset_to_top_address.Slide (slide);
/external/lldb/source/Target/
H A DThreadPlanStepInRange.cpp229 func_start_address.Slide (bytes_to_skip);
H A DStackFrameList.cpp354 curr_frame_address.Slide(-1);
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp728 inst_addr.Slide(inst_size);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp817 ranges.Slide(cu->GetBaseAddress());
2201 ranges.Slide (cu->GetBaseAddress());
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js8 * Slide mode displays a single image and has a set of controls to navigate
470 * @param {number=} opt_slideHint Slide animation direction (-1|1).
537 new ImageView.Effect.Slide(step, this.isSlideshowPlaying_()),
1323 * @param {SlideMode} slideMode Slide mode to be operated by the handler.
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1409 summary_addr.Slide(m_kext_summary_header.GetSize());
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1163 segment->Slide(slide_amount, false);
1164 segment->GetChildren().Slide(-slide_amount, false);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1313 0295 660i/6600i Slide Phone (Mass Storage)
1314 0297 660i/6600i Slide Phone (Still Image)
/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 646 milliseconds