Searched refs:anchor (Results 51 - 75 of 617) sorted by relevance

1234567891011>>

/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { argument
36 bubble_->InitOverflowBubble(anchor, shelf_view);
38 anchor_ = anchor;
42 RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())->
64 views::View* anchor = anchor_;
66 // Update overflow button (|anchor|) status when overflow bubble is hidden
68 anchor->SchedulePaint();
/external/chromium_org/content/browser/resources/media/
H A Ddump_creator.js89 var anchor = this.root_.getElementsByTagName('a')[0];
90 anchor.href = URL;
91 anchor.download = 'webrtc_internals_dump.txt';
92 // The default action of the anchor will download the URL.
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h66 virtual void anchor();
72 virtual void anchor();
78 virtual void anchor();
84 virtual void anchor();
90 virtual void anchor();
96 virtual void anchor();
/external/chromium_org/content/common/input/
H A Dsynthetic_smooth_scroll_gesture_params.cc22 anchor(other.anchor),
H A Dsynthetic_pinch_gesture_params.h25 gfx::Point anchor; member in struct:content::SyntheticPinchGestureParams
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_adapter.cc31 MenuAnchorPosition anchor,
33 return impl_->RunMenuAt(parent, button, bounds, anchor, types);
27 RunMenuAt( Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, int32 types) argument
/external/icu/icu4c/source/layout/
H A DMarkArrays.cpp17 LEPoint &anchor) const
29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkArrays.h33 LEPoint &anchor) const;
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp24 void MachineModuleInfoMachO::anchor() {} function in class:MachineModuleInfoMachO
25 void MachineModuleInfoELF::anchor() {} function in class:MachineModuleInfoELF
/external/clang/include/clang/Sema/
H A DSemaConsumer.h27 virtual void anchor();
/external/clang/test/CodeGenCXX/
H A Dvtt-layout.cpp64 virtual void anchor();
67 void A::anchor() { function in class:Test5::A
74 virtual void anchor();
77 void A::anchor() { function in class:Test6::A
H A Drtti-linkage.cpp145 virtual void anchor() {} function in class:T
148 template <> class T<2> { virtual void anchor(); };
/external/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h23 virtual void anchor();
H A DObjectBuffer.h32 virtual void anchor();
60 void anchor() override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITRegistrar.h19 virtual void anchor();
/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/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp19 void HexagonMCAsmInfo::anchor() {} function in class:HexagonMCAsmInfo
/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.h22 virtual void anchor();
H A DR600MachineFunctionInfo.h24 void anchor() override;
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp14 void XCoreMCAsmInfo::anchor() { } function in class:XCoreMCAsmInfo
/external/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp26 void XCoreSubtarget::anchor() { } function in class:XCoreSubtarget
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
H A Dpopup.js34 var anchor = $('<a>');
35 anchor.attr('href', bookmarkNode.url);
36 anchor.text(bookmarkNode.title);
41 anchor.click(function() {
95 edit.val(anchor.text());
103 anchor.text(edit.val());
117 }).append(anchor);
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp141 void UnaryConstantExpr::anchor() { } function in class:UnaryConstantExpr
143 void BinaryConstantExpr::anchor() { } function in class:BinaryConstantExpr
145 void SelectConstantExpr::anchor() { } function in class:SelectConstantExpr
147 void ExtractElementConstantExpr::anchor() { } function in class:ExtractElementConstantExpr
149 void InsertElementConstantExpr::anchor() { } function in class:InsertElementConstantExpr
151 void ShuffleVectorConstantExpr::anchor() { } function in class:ShuffleVectorConstantExpr
153 void ExtractValueConstantExpr::anchor() { } function in class:ExtractValueConstantExpr
155 void InsertValueConstantExpr::anchor() { } function in class:InsertValueConstantExpr
157 void GetElementPtrConstantExpr::anchor() { } function in class:GetElementPtrConstantExpr
159 void CompareConstantExpr::anchor() { } function in class:CompareConstantExpr
[all...]
/external/clang/include/clang/Driver/
H A DAction.h102 virtual void anchor();
116 virtual void anchor();
132 virtual void anchor();
145 void anchor() override;
155 void anchor() override;
165 void anchor() override;
175 void anchor() override;
185 void anchor() override;
195 void anchor() override;
205 void anchor() overrid
[all...]
/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

Completed in 1455 milliseconds

1234567891011>>