Searched defs:anchor (Results 151 - 175 of 265) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp454 bool DOMPatchSupport::insertBeforeAndMarkAsUsed(ContainerNode* parentNode, Digest* digest, Node* anchor, ExceptionState& es) argument
456 bool result = m_domEditor->insertBefore(parentNode, digest->m_node, anchor, es);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h198 // Returns the anchor and focus bounds of the current selection.
200 virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; } argument
206 // Returns true if the selection range is nonempty and its anchor is first
207 // (i.e its anchor is its start).
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc687 Anchor anchor, MatchKind kind,
695 anchor = kAnchored;
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
686 SearchNFA(const StringPiece& text, const StringPiece& context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
H A Donepass.cc209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
207 SearchOnePass(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
/external/chromium_org/third_party/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/ui/views/controls/menu/
H A Dmenu_controller.h87 // Get the anchor position wich is used to show this menu.
88 MenuItemView::AnchorPosition GetAnchorPosition() { return state_.anchor; }
195 MenuItemView::AnchorPosition anchor; member in struct:views::MenuController::State
H A Dmenu_win.cc231 AnchorPoint anchor,
233 return new MenuWin(delegate, anchor, parent);
241 MenuWin::MenuWin(Delegate* d, AnchorPoint anchor, HWND owner) argument
242 : Menu(d, anchor),
465 : Menu(parent->delegate(), parent->anchor()),
550 switch (anchor()) {
230 Create(Delegate* delegate, AnchorPoint anchor, gfx::NativeView parent) argument
/external/clang/lib/Frontend/
H A DFrontendAction.cpp479 void PluginASTAction::anchor() { } function in class:PluginASTAction
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp601 void NodeBuilder::anchor() { } function in class:NodeBuilder
622 void NodeBuilderWithSinks::anchor() { } function in class:NodeBuilderWithSinks
631 void BranchNodeBuilder::anchor() { } function in class:BranchNodeBuilder
H A DSValBuilder.cpp30 void SValBuilder::anchor() { } function in class:SValBuilder
H A DSymbolManager.cpp24 void SymExpr::anchor() { } function in class:SymExpr
85 void SymbolData::anchor() { } function in class:SymbolData
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp661 void DWARFContextInMemory::anchor() { } function in class:DWARFContextInMemory
/external/llvm/lib/IR/
H A DFunction.cpp43 void Argument::anchor() { } function in class:Argument
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp633 void DifferenceEngine::Oracle::anchor() { } function in class:DifferenceEngine::Oracle
/external/regex-re2/re2/
H A Dnfa.cc687 Anchor anchor, MatchKind kind,
695 anchor = kAnchored;
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
686 SearchNFA(const StringPiece& text, const StringPiece& context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
H A Donepass.cc209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
207 SearchOnePass(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
/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.cc99 NonActivatableSettingsBubble(views::View* anchor, views::View* content) argument
100 : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_RIGHT) {
103 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc86 views::View* anchor,
88 DCHECK(anchor);
91 bubble_->InitView(anchor, login_status, init_params);
500 views::View* anchor; local
509 anchor = system_bubble_->bubble_view();
512 anchor = tray_container();
525 notification_bubble_->InitView(this, anchor, &init_params);
85 InitView(TrayBackgroundView* tray, views::View* anchor, TrayBubbleView::InitParams* init_params) argument
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc183 views::View* anchor = tray->tray_container(); local
185 gfx::Point bounds(anchor->width() / 2, 0);
186 views::View::ConvertPointToWidget(anchor, &bounds);
190 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.cc72 nacl::WeakRefAnchor* anchor,
78 : anchor_(anchor),
71 PluginReverseInterface( nacl::WeakRefAnchor* anchor, Plugin* plugin, const Manifest* manifest, ServiceRuntime* service_runtime, pp::CompletionCallback init_done_cb, pp::CompletionCallback crash_cb) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp412 ETextAnchor anchor = svgStyle->textAnchor(); local
414 if (anchor == TA_MIDDLE) {
415 ts << "(middle anchor";
419 } else if (anchor == TA_END) {
420 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.cc52 View* anchor,
56 anchor_(anchor),
67 // Sets the bubble on top of the anchor when it has no arrow.
94 // Position the bubble on top of the anchor.
104 // Note: tray_arrow_offset_ is relative to the anchor widget.
139 // anchor (without the bubble tip the bubble should be flush to the shelf).
265 View* anchor,
284 return new TrayBubbleView(parent_window, anchor, delegate, *init_params);
288 View* anchor,
291 : BubbleDelegateView(anchor, init_param
51 TrayBubbleBorder(View* owner, View* anchor, TrayBubbleView::InitParams params) argument
264 Create(gfx::NativeView parent_window, View* anchor, Delegate* delegate, InitParams* init_params) argument
287 TrayBubbleView(gfx::NativeView parent_window, View* anchor, Delegate* delegate, const InitParams& init_params) argument
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp156 void LiveVariables::Observer::anchor() { } function in class:LiveVariables::Observer

Completed in 925 milliseconds

1234567891011