Searched defs:anchor (Results 126 - 150 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc250 void SystemTrayBubble::InitView(views::View* anchor, argument
262 tray_->GetBubbleWindowContainer(), anchor, tray_, init_params);
/external/chromium_org/cc/input/
H A Dpage_scale_animation.cc91 // For uniform-looking zooming, infer an anchor from the start and target
97 void PageScaleAnimation::ZoomWithAnchor(const gfx::Vector2dF& anchor, argument
100 start_anchor_ = anchor;
104 // We start zooming out from the anchor tapped by the user. But if
106 // edges, then infer an anchor that doesn't collide with the edges.
126 // The anchor is the point which is at the same normalized relative position
129 // anchor (0.5, 0.5), while one to a rect touching the bottom-right of the
130 // screen will have normalized anchor (1.0, 1.0). In other words, it obeys
132 // anchor = start_size * normalized + start_offset
133 // anchor
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc55 views::MenuAnchorPosition anchor; local
56 bookmark_bar_->GetAnchorPositionForButton(menu_button, &anchor);
67 bounds, anchor, ui::MENU_SOURCE_NONE,
167 views::MenuAnchorPosition* anchor,
182 bookmark_bar_->GetAnchorPositionForButton(*button, anchor);
164 GetSiblingMenu( views::MenuItemView* menu, const gfx::Point& screen_point, views::MenuAnchorPosition* anchor, bool* has_mnemonics, views::MenuButton** button) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc115 views::MenuAnchorPosition anchor = views::MENU_ANCHOR_TOPRIGHT; local
117 ignore_result(menu_runner_->RunMenuAt(window, menu_button_, bounds, anchor,
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc114 void TouchEditableImplAura::OnSelectionOrCursorChanged(const gfx::Rect& anchor, argument
116 selection_anchor_rect_ = anchor;
154 gfx::Rect anchor(selection_anchor_rect_.origin(),
158 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
277 void TouchEditableImplAura::OpenContextMenu(const gfx::Point& anchor) { argument
280 gfx::Point point = anchor;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp294 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(*this); local
300 anchor->setAttribute(classAttr, classValue);
301 anchor->setAttribute(targetAttr, "_blank");
302 anchor->setAttribute(hrefAttr, url);
303 m_current->parserAppendChild(anchor);
304 return anchor.release();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp82 Position anchor = selection.isBaseFirst() ? selection.start() : selection.end(); local
83 return anchor.parentAnchoredEquivalent();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp512 WebRect anchor; local
514 webViewImpl()->selectionBounds(anchor, focus);
520 EXPECT_POINT_EQ(expected, IntRect(anchor).location());
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
349 SearchBitState(const StringPiece& text, const StringPiece& context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc65 Menu::Menu(Delegate* delegate, AnchorPoint anchor) argument
67 anchor_(anchor) {
H A Dmenu_delegate.cc140 MenuAnchorPosition* anchor,
138 GetSiblingMenu(MenuItemView* menu, const gfx::Point& screen_point, MenuAnchorPosition* anchor, bool* has_mnemonics, MenuButton** button) argument
H A Dmenu_runner.cc47 MenuAnchorPosition anchor,
147 MenuAnchorPosition anchor,
198 MenuItemView* result = controller->Run(parent, button, menu_, bounds, anchor,
303 MenuAnchorPosition anchor,
307 return runner_handler_->RunMenuAt(parent, button, bounds, anchor,
324 anchor = MENU_ANCHOR_TOPLEFT;
328 anchor = MENU_ANCHOR_BOTTOMCENTER;
335 return holder_->RunMenuAt(parent, button, bounds, anchor, types);
144 RunMenuAt(Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, int32 types) argument
300 RunMenuAt(Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, ui::MenuSourceType source_type, int32 types) argument
H A Dmenu_scroll_view_container.cc319 MenuAnchorPosition anchor) {
320 switch (anchor) {
318 BubbleBorderTypeFromAnchor( MenuAnchorPosition anchor) argument
/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/lib/AST/
H A DMangle.cpp50 void MangleContext::anchor() { } function in class:MangleContext
/external/clang/lib/Frontend/
H A DFrontendAction.cpp515 void PluginASTAction::anchor() { } function in class:PluginASTAction
/external/doclava/src/com/google/doclava/
H A DMemberInfo.java67 public String anchor() { method in class:MemberInfo
76 return mContainingClass.htmlPage() + "#" + anchor();
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp32 void LiveRangeEdit::Delegate::anchor() { } function in class:LiveRangeEdit::Delegate
H A DMachineRegisterInfo.cpp23 void MachineRegisterInfo::Delegate::anchor() {} function in class:MachineRegisterInfo::Delegate
/external/llvm/lib/MC/
H A DMCExpr.cpp447 void MCTargetExpr::anchor() {} function in class:MCTargetExpr
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp355 void DAGDeltaAlgorithm::anchor() { function in class:DAGDeltaAlgorithm
/external/llvm/lib/TableGen/
H A DSetTheory.cpp243 void SetTheory::Operator::anchor() {} function in class:SetTheory::Operator
244 void SetTheory::Expander::anchor() {} function in class:SetTheory::Expander
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp31 void MipsInstrInfo::anchor() {} function in class:MipsInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp33 void SparcInstrInfo::anchor() {} function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp47 void XCoreInstrInfo::anchor() {} function in class:XCoreInstrInfo

Completed in 739 milliseconds

1234567891011>>