Searched defs:anchor (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/external/regex-re2/re2/testing/
H A Dtester.cc123 // Returns string representation of anchor kind.
124 static string FormatAnchor(Prog::Anchor anchor) { argument
125 switch (anchor) {
282 Prog::Anchor anchor,
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
356 anchor == Prog::kUnanchored ||
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind
279 RunSearch(Engine type, const StringPiece& orig_text, const StringPiece& orig_context, Prog::Anchor anchor, Result *result) argument
474 RunCase(const StringPiece& text, const StringPiece& context, Prog::Anchor anchor) argument
552 LogMatch(const char* prefix, Engine e, const StringPiece& text, const StringPiece& context, Prog::Anchor anchor) argument
599 TestCase(const StringPiece& text, const StringPiece& context, Prog::Anchor anchor) argument
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc118 InfoBubble(views::View* anchor, argument
121 : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_RIGHT),
125 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc88 views::View* anchor,
91 DCHECK(anchor);
94 bubble_->InitView(anchor, login_status, init_params);
533 views::View* anchor; local
542 anchor = system_bubble_->bubble_view();
545 anchor = tray_container();
556 notification_bubble_->InitView(this, anchor, &init_params, false);
87 InitView(TrayBackgroundView* tray, views::View* anchor, TrayBubbleView::InitParams* init_params, bool is_persistent) argument
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc213 views::View* anchor = tray->tray_container(); local
215 gfx::Point bounds(anchor->width() / 2, 0);
216 views::View::ConvertPointToWidget(anchor, &bounds);
220 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermissions_bubble_view.cc177 views::View* anchor,
218 views::View* anchor,
223 : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_LEFT),
217 PermissionsBubbleDelegateView( views::View* anchor, PermissionBubbleViewViews* owner, const std::vector<PermissionBubbleRequest*>& requests, const std::vector<bool>& accept_state, bool customization_mode) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue.cc54 const gfx::PointF& anchor) {
55 return (gfx::PointF(event.touches[0].position) - anchor).LengthSquared() >
53 OutsideApplicationSlopRegion(const WebTouchEvent& event, const gfx::PointF& anchor) argument
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc513 gfx::Point anchor; local
516 anchor.SetPoint(rect.width / 2, rect.height / 2);
518 anchor.SetPoint(args[6]->IntegerValue() * page_scale_factor,
524 gesture_params->anchor = anchor;
633 gesture_params->anchor = start;
674 gesture_params->anchor.SetPoint(
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp420 ETextAnchor anchor = svgStyle->textAnchor(); local
422 if (anchor == TA_MIDDLE) {
423 ts << "(middle anchor";
427 } else if (anchor == TA_END) {
428 ts << "(end anchor";
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc108 pcre* PCRE::Compile(Anchor anchor) { argument
124 if (anchor != ANCHOR_BOTH) {
464 Anchor anchor,
468 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
495 if (anchor != UNANCHORED)
559 Anchor anchor,
566 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
598 Anchor anchor,
606 bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);
462 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
558 DoMatchImpl(const StringPiece& text, Anchor anchor, int* consumed, const Arg* const* args, int n, int* vec, int vecsize) const argument
597 DoMatch(const StringPiece& text, Anchor anchor, int* consumed, const Arg* const args[], int n) const argument
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc82 View* anchor,
86 anchor_(anchor),
97 // Sets the bubble on top of the anchor when it has no arrow.
124 // Position the bubble on top of the anchor.
134 // Note: tray_arrow_offset_ is relative to the anchor widget.
169 // anchor (without the bubble tip the bubble should be flush to the shelf).
295 View* anchor,
314 return new TrayBubbleView(parent_window, anchor, delegate, *init_params);
318 View* anchor,
321 : BubbleDelegateView(anchor, init_param
81 TrayBubbleBorder(View* owner, View* anchor, TrayBubbleView::InitParams params) argument
294 Create(gfx::NativeView parent_window, View* anchor, Delegate* delegate, InitParams* init_params) argument
317 TrayBubbleView(gfx::NativeView parent_window, View* anchor, Delegate* delegate, const InitParams& init_params) argument
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h99 // Get the anchor position wich is used to show this menu.
100 MenuAnchorPosition GetAnchorPosition() { return state_.anchor; }
210 MenuAnchorPosition anchor; member in struct:views::MenuController::State
/external/clang/lib/Analysis/
H A DLiveVariables.cpp141 void LiveVariables::Observer::anchor() { } function in class:LiveVariables::Observer
/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/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java900 private void addItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
930 final String fullHREFName = anchor ? "#".concat (nameHREF) : nameHREF;
1024 private void addClassItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
1055 final String fullHREFName = anchor ? "#".concat (nameHREF) : nameHREF;
1116 final IntObjectMap /* line num:int->anchor name:String */anchorMap,
1173 final String anchor = (String) anchorMap.get (adjustedl);
1174 if (anchor != null)
1177 //a.getAttributes ().set (Attribute.ID, anchor); ID anchoring does not work in NS 4.0
1178 a.getAttributes ().set (Attribute.NAME, anchor);
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp767 void DWARFContextInMemory::anchor() { } function in class:DWARFContextInMemory
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp33 void JITRegistrar::anchor() {} function in class:JITRegistrar
34 void ObjectImage::anchor() {} function in class:ObjectImage
35 void ObjectImageCommon::anchor() {} function in class:ObjectImageCommon
/external/llvm/lib/IR/
H A DAttributes.cpp298 void EnumAttributeImpl::anchor() {} function in class:EnumAttributeImpl
299 void AlignAttributeImpl::anchor() {} function in class:AlignAttributeImpl
300 void StringAttributeImpl::anchor() {} function in class:StringAttributeImpl
H A DMetadata.cpp34 void MDString::anchor() { } function in class:MDString
/external/llvm/lib/Support/
H A DYAMLTraits.cpp63 void Input::HNode::anchor() {} function in class:Input::HNode
64 void Input::EmptyHNode::anchor() {} function in class:Input::EmptyHNode
65 void Input::ScalarHNode::anchor() {} function in class:Input::ScalarHNode
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp235 void AbstractInterpreter::anchor() { } function in class:AbstractInterpreter
/external/regex-re2/util/
H A Dpcre.cc103 pcre* PCRE::Compile(Anchor anchor) { argument
119 if (anchor != ANCHOR_BOTH) {
459 Anchor anchor,
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
490 if (anchor != UNANCHORED)
554 Anchor anchor,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
593 Anchor anchor,
601 bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);
457 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
553 DoMatchImpl(const StringPiece& text, Anchor anchor, int* consumed, const Arg* const* args, int n, int* vec, int vecsize) const argument
592 DoMatch(const StringPiece& text, Anchor anchor, int* consumed, const Arg* const args[], int n) const argument
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc537 const gfx::Point anchor = tiler_->TileRect(tile).origin(); local
540 gfx::Vector2d dest_offset = source_rect.origin() - anchor;
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h537 CONTENT_EXPORT STDMETHODIMP get_anchor(long index, VARIANT* anchor) { argument
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc230 std::string anchor; local
231 EmitAnchor(view_entry_url.spec(), entry_url.spec(), &anchor);
232 return anchor;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc283 uint32_t anchor) {
280 UpdateSurroundingText(PP_Instance instance, const char* text, uint32_t caret, uint32_t anchor) argument

Completed in 831 milliseconds

1234567891011>>