Searched refs:anchor (Results 251 - 275 of 617) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/common/
H A Dinput_messages.h82 IPC_STRUCT_TRAITS_MEMBER(anchor)
91 IPC_STRUCT_TRAITS_MEMBER(anchor)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp332 for (HTMLAnchorElement* anchor = Traversal<HTMLAnchorElement>::firstWithin(rootNode()); anchor; anchor = Traversal<HTMLAnchorElement>::next(*anchor)) {
335 if (equalIgnoringCase(anchor->name(), name))
336 return anchor;
339 if (anchor->name() == name)
340 return anchor;
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.cc59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m, int n) { argument
60 if (!re.Match(input, 0, input.size(), anchor, m, n)) {
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h14 // Ash status area). Mostly this handles custom anchor location and arrow and
45 // AnchorAlignment determines to which side of the anchor the bubble will
116 views::View* anchor,
172 views::View* anchor,
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc65 Menu::Menu(Delegate* delegate, AnchorPoint anchor) argument
67 anchor_(anchor) {
H A Dmenu_runner_impl.cc75 MenuAnchorPosition anchor,
131 anchor,
72 RunMenuAt(Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, int32 run_types) argument
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc53 ExampleBubble(View* anchor, BubbleBorder::Arrow arrow) argument
54 : BubbleDelegateView(anchor, arrow) {}
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp41 virtual void anchor();
252 void BackendConsumer::anchor() {} function in class:clang::BackendConsumer
695 void EmitAssemblyAction::anchor() { } function in class:EmitAssemblyAction
699 void EmitBCAction::anchor() { } function in class:EmitBCAction
703 void EmitLLVMAction::anchor() { } function in class:EmitLLVMAction
707 void EmitLLVMOnlyAction::anchor() { } function in class:EmitLLVMOnlyAction
711 void EmitCodeGenOnlyAction::anchor() { } function in class:EmitCodeGenOnlyAction
715 void EmitObjAction::anchor() { } function in class:EmitObjAction
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp63 void MipsebTargetMachine::anchor() { } function in class:MipsebTargetMachine
72 void MipselTargetMachine::anchor() { } function in class:MipselTargetMachine
H A DMipsMachineFunction.h103 virtual void anchor();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp79 void NVPTXTargetMachine32::anchor() {} function in class:NVPTXTargetMachine32
87 void NVPTXTargetMachine64::anchor() {} function in class:NVPTXTargetMachine64
H A DNVPTXSubtarget.h33 virtual void anchor();
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp49 void PPC32TargetMachine::anchor() { } function in class:PPC32TargetMachine
59 void PPC64TargetMachine::anchor() { } function in class:PPC64TargetMachine
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m, int n) { argument
60 if (!re.Match(input, 0, input.size(), anchor, m, n)) {
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc86 views::View* anchor = tray->tray_container(); local
88 gfx::Point bounds(anchor->width() / 2, 0);
89 views::View::ConvertPointToWidget(anchor, &bounds);
93 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
/external/chromium_org/cc/input/
H A Dinput_handler.h123 const gfx::Point& anchor) = 0;
H A Dpage_scale_animation.h47 // Zoom based on a specified anchor. The animator will attempt to keep it
49 // unless the edges of the root layer are hit. The anchor is specified
51 void ZoomWithAnchor(const gfx::Vector2dF& anchor,
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.h49 // method on the anchor. Since the nacl::WeakRefAnchor object is
50 // thread-safe and is reference counted, the anchor pointer may be
52 // maintaining the anchor refcount: each thread would hold a
81 // should probably Unref its anchor (and do other cleanup) and exit.
142 // signal completion. If the anchor corresponding to the callback had
188 // thread. Pointers to the anchor object can be given to worker
194 nacl::WeakRefAnchor* anchor() const { return anchor_; } function in class:nacl_ppapi::NaClPpapiPluginInstance
/external/chromium_org/v8/src/
H A Dv8threads.cc262 void ThreadManager::DeleteThreadStateList(ThreadState* anchor) { argument
263 // The list starts and ends with the anchor.
264 for (ThreadState* current = anchor->next_; current != anchor;) {
269 delete anchor;
/external/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h56 virtual void anchor();
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h28 virtual void anchor();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h30 virtual void anchor();
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h37 virtual void anchor();
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h31 virtual void anchor();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h32 void anchor() override;

Completed in 366 milliseconds

<<11121314151617181920>>