Searched defs:anchor (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp19 void MipsMCAsmInfo::anchor() { } function in class:MipsMCAsmInfo
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp26 void NVPTXMCAsmInfo::anchor() {} function in class:NVPTXMCAsmInfo
/external/llvm/lib/Target/R600/
H A DR600MachineFunctionInfo.cpp17 void R600MachineFunctionInfo::anchor() {} function in class:R600MachineFunctionInfo
H A DAMDGPUMachineFunction.cpp10 void AMDGPUMachineFunction::anchor() {} function in class:AMDGPUMachineFunction
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp14 void XCoreMCAsmInfo::anchor() { } function in class:XCoreMCAsmInfo
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp19 void PPCMCAsmInfoDarwin::anchor() { } function in class:PPCMCAsmInfoDarwin
45 void PPCLinuxMCAsmInfo::anchor() { } function in class:PPCLinuxMCAsmInfo
/external/chromium_org/content/common/input/
H A Dsynthetic_pinch_gesture_params.h25 gfx::Point anchor; member in struct:content::SyntheticPinchGestureParams
H A Dsynthetic_smooth_scroll_gesture_params.h27 gfx::Point anchor; member in struct:content::SyntheticSmoothScrollGestureParams
/external/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp22 void ArgumentsAdjuster::anchor() { function in class:clang::tooling::ArgumentsAdjuster
/external/clang/test/CodeGenCXX/
H A Dvtable-key-function.cpp30 virtual void anchor();
33 void Derived<char>::anchor() { } function in class:Derived
/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp19 void MachinePassRegistryListener::anchor() { } function in class:MachinePassRegistryListener
H A DMachineModuleInfoImpls.cpp24 void MachineModuleInfoMachO::anchor() {} function in class:MachineModuleInfoMachO
25 void MachineModuleInfoELF::anchor() {} function in class:MachineModuleInfoELF
/external/chromium_org/ui/views/bubble/
H A Dbubble_border_unittest.cc206 gfx::Rect anchor = gfx::Rect(100, 100, 20, 20); local
212 gfx::Rect visible_tip_1 = b1.GetBounds(anchor, contents);
218 gfx::Rect invisible_tip_1 = b1.GetBounds(anchor, contents);
228 gfx::Rect visible_tip_2 = b2.GetBounds(anchor, contents);
234 gfx::Rect invisible_tip_2 = b2.GetBounds(anchor, contents);
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp20 void PreprocessorLexer::anchor() { } function in class:PreprocessorLexer
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp46 >::anchor() { } function in class:Checker
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp20 void ARMMCAsmInfoDarwin::anchor() { } function in class:ARMMCAsmInfoDarwin
42 void ARMELFMCAsmInfo::anchor() { } function in class:ARMELFMCAsmInfo
87 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } function in class:ARMCOFFMCAsmInfoMicrosoft
95 void ARMCOFFMCAsmInfoGNU::anchor() { } function in class:ARMCOFFMCAsmInfoGNU
/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp99 void HexagonSubtarget::anchor() {} function in class:HexagonSubtarget
/external/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp26 void MSP430Subtarget::anchor() { } function in class:MSP430Subtarget
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp21 void SparcELFMCAsmInfo::anchor() { } function in class:SparcELFMCAsmInfo
H A DSparcTargetStreamer.cpp23 void SparcTargetStreamer::anchor() {} function in class:SparcTargetStreamer
/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp16 void XCoreFunctionInfo::anchor() { } function in class:XCoreFunctionInfo
H A DXCoreSubtarget.cpp26 void XCoreSubtarget::anchor() { } function in class:XCoreSubtarget
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc66 // anchor to the corner. Otherwise, anchor to the cursor position.
67 gfx::Point anchor; local
/external/chromium_org/ppapi/cpp/
H A Dtext_input_controller.cc52 uint32_t anchor) {
58 anchor);
50 UpdateSurroundingText(const Var& text, uint32_t caret, uint32_t anchor) argument
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.h19 // anchor: the index of the last tab the user clicked on. Extending the
22 // Typically there is only one selected item, in which case the anchor and
34 // See class description for details of the anchor.
35 void set_anchor(int anchor) { anchor_ = anchor; } argument
36 int anchor() const { return anchor_; } function in class:ui::ListSelectionModel
50 // updates the anchor and active indices.
60 // Sets the anchor, active and selection to |index|.
66 // Adds |index| to the selection. This does not change the active or anchor
71 // anchor indice
[all...]

Completed in 676 milliseconds

1234567891011>>