Searched defs:anchor (Results 76 - 100 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbundle_installed_bubble.cc158 views::View* anchor = browser_view->GetToolbarView()->app_menu(); local
159 new BundleInstalledBubble(bundle, anchor, views::BubbleBorder::TOP_RIGHT);
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc66 aura::Window* anchor = dialog->GetWidget()->GetNativeWindow(); local
68 aura::client::GetDispatcherClient(anchor->GetRootWindow());
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DValidationMessageBubble.java31 * the specified anchor rectangle.
54 ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) {
61 contentViewCore, (int) (anchor.centerX() - getAnchorOffset()), (int) anchor.bottom);
74 * Moves the popup window on the specified anchor rectangle.
86 RectF anchor = makePixRectInScreen(
89 contentViewCore, (int) (anchor.centerX() - getAnchorOffset()), (int) anchor.bottom);
53 ValidationMessageBubble( ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) argument
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc100 uint32_t anchor) {
103 instance_.pp_instance(), text.c_str(), caret, anchor);
98 UpdateSurroundingText(const std::string& text, uint32_t caret, uint32_t anchor) argument
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
H A Dcall_on_main_thread.h47 // regardless of whether the anchor has been abandoned, since
55 nacl::WeakRefAnchor* anchor,
58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data);
69 nacl::WeakRefAnchor* anchor,
74 WeakRefNewCallback(anchor, callback_fn, raw_data, &cc);
107 "WeakRefAutoAbandoner: weak ref NULL, anchor was abandoned\n");
118 // argument, and is not invoked if the anchor has been abandoned.
120 nacl::WeakRefAnchor* anchor,
130 anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >(
143 nacl::WeakRefAnchor* anchor,
54 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R* raw_data) argument
68 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R* raw_data) argument
119 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, void (*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
142 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, void raw_callback_fn(R* raw_data, int32_t err), R* raw_data) argument
205 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, E* object, void (E::*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
230 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, E* object, void (E::*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_text_input_thunk.cc74 uint32_t caret, uint32_t anchor) {
77 enter.functions()->UpdateSurroundingText(instance, text, caret, anchor);
81 uint32_t caret, uint32_t anchor) {
88 anchor);
73 UpdateSurroundingText_0_2(PP_Instance instance, const char* text, uint32_t caret, uint32_t anchor) argument
80 UpdateSurroundingText_1_0(PP_Instance instance, PP_Var text, uint32_t caret, uint32_t anchor) argument
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDynamicsCompressor.cpp137 float anchor = parameterValue(ParamFilterAnchor); member in namespace:WebCore
139 if (filterStageGain != m_lastFilterStageGain || filterStageRatio != m_lastFilterStageRatio || anchor != m_lastAnchor) {
142 m_lastAnchor = anchor;
/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.cpp67 void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, const String& message) argument
70 hideValidationMessage(anchor);
73 if (!anchor.renderBox())
77 m_currentAnchor = &anchor;
78 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
96 void ValidationMessageClientImpl::hideValidationMessage(const Element& anchor) argument
98 if (!m_currentAnchor || !isValidationMessageVisible(anchor))
107 bool ValidationMessageClientImpl::isValidationMessageVisible(const Element& anchor) argument
109 return m_currentAnchor == &anchor;
/external/chromium_org/third_party/re2/re2/
H A Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { argument
17 anchor_ = anchor;
/external/clang/lib/Driver/
H A DAction.cpp43 void InputAction::anchor() {} function in class:InputAction
49 void BindArchAction::anchor() {} function in class:BindArchAction
55 void JobAction::anchor() {} function in class:JobAction
65 void PreprocessJobAction::anchor() {} function in class:PreprocessJobAction
71 void PrecompileJobAction::anchor() {} function in class:PrecompileJobAction
77 void AnalyzeJobAction::anchor() {} function in class:AnalyzeJobAction
83 void MigrateJobAction::anchor() {} function in class:MigrateJobAction
89 void CompileJobAction::anchor() {} function in class:CompileJobAction
95 void AssembleJobAction::anchor() {} function in class:AssembleJobAction
101 void LinkJobAction::anchor() {} function in class:LinkJobAction
107 void LipoJobAction::anchor() {} function in class:LipoJobAction
113 void DsymutilJobAction::anchor() {} function in class:DsymutilJobAction
119 void VerifyJobAction::anchor() {} function in class:VerifyJobAction
135 void VerifyDebugInfoJobAction::anchor() {} function in class:VerifyDebugInfoJobAction
142 void VerifyPCHJobAction::anchor() {} function in class:VerifyPCHJobAction
[all...]
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp145 virtual void anchor() {} function in class:T
148 template <> class T<2> { virtual void anchor(); };
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
/external/llvm/lib/IR/
H A DUser.cpp21 void User::anchor() {} function in class:llvm::User
/external/llvm/lib/Object/
H A DMachOUniversal.cpp100 void MachOUniversalBinary::anchor() { } function in class:MachOUniversalBinary
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp140 void MipsFunctionInfo::anchor() { } function in class:MipsFunctionInfo
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp79 void SparcV8TargetMachine::anchor() { } function in class:SparcV8TargetMachine
91 void SparcV9TargetMachine::anchor() { } function in class:SparcV9TargetMachine
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp42 void X86MCAsmInfoDarwin::anchor() { } function in class:X86MCAsmInfoDarwin
88 void X86ELFMCAsmInfo::anchor() { } function in class:X86ELFMCAsmInfo
143 void X86MCAsmInfoMicrosoft::anchor() { } function in class:X86MCAsmInfoMicrosoft
161 void X86MCAsmInfoGNUCOFF::anchor() { } function in class:X86MCAsmInfoGNUCOFF
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp24 void ValueMapTypeRemapper::anchor() {} function in class:ValueMapTypeRemapper
25 void ValueMaterializer::anchor() {} function in class:ValueMaterializer
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp46 void Consumer::anchor() { } function in class:Consumer
/external/regex-re2/re2/
H A Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { argument
17 anchor_ = anchor;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPopupWindowTest.java129 private View anchor; field in class:PopupWindowTest.WithContentView
136 anchor = new View(Robolectric.application);
142 popupWindow.showAsDropDown(anchor);
149 popupWindow.showAsDropDown(anchor, 56, 69);
157 popupWindow.showAsDropDown(anchor);
166 popupWindow.showAsDropDown(anchor);
173 popupWindow.showAsDropDown(anchor);
/external/chromium_org/ash/
H A Dpopup_message.cc48 views::View* anchor,
69 views::View* anchor,
73 : views::BubbleDelegateView(anchor, arrow),
79 // An anchor can have an asymmetrical border for spacing reasons. Adjust the
80 // anchor location for this.
81 if (anchor->border())
82 insets += anchor->border()->GetInsets();
186 views::View* anchor,
192 caption, message, message_type, anchor, arrow, size_override,
66 MessageBubble(const base::string16& caption, const base::string16& message, IconType message_type, views::View* anchor, views::BubbleBorder::Arrow arrow, const gfx::Size& size_override, int arrow_offset) argument
183 PopupMessage(const base::string16& caption, const base::string16& message, IconType message_type, views::View* anchor, views::BubbleBorder::Arrow arrow, const gfx::Size& size_override, int arrow_offset) argument
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc42 void OverflowBubbleView::InitOverflowBubble(views::View* anchor, argument
46 SetAnchorView(anchor);
64 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dinvert_bubble_view.cc160 views::View* anchor = browser_view->toolbar()->app_menu(); local
161 if (gfx::IsInvertedColorScheme() && anchor && anchor->GetWidget() &&
164 InvertBubbleView* delegate = new InvertBubbleView(browser, anchor);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dnew_credit_card_bubble_views.cc28 // without an anchor (e.g. when requestAutocomplete() is called from a popup).
43 views::View* anchor = GetAnchor(controller); local
44 return anchor ? views::BubbleBorder::TOP_RIGHT : views::BubbleBorder::NONE;

Completed in 653 milliseconds

1234567891011>>