Searched refs:anchor (Results 101 - 125 of 617) sorted by relevance

1234567891011>>

/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager.h51 void ShowDelayed(views::View* anchor, const base::string16& text);
54 void ShowImmediately(views::View* anchor, const base::string16& text);
100 void CreateBubble(views::View* anchor, const base::string16& text);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dutil.js26 var anchor = node.querySelector('a');
27 if (anchor) {
28 return anchor.href;
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
H A Davatar_base_controller.h43 - (void)showAvatarBubbleAnchoredAt:(NSView*)anchor
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
H A Dinfo.js86 var anchor = document.createElement('a');
87 anchor.href = url;
88 anchor.innerText = urltext;
89 divurl.appendChild(anchor);
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.h53 uint32_t caret, uint32_t anchor);
/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/re2/re2/
H A Dset.h20 Set(const RE2::Options& options, RE2::Anchor anchor);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_interface.h37 MenuAnchorPosition anchor,
/external/chromium_org/v8/test/mjsunit/es6/
H A Dstring-html.js8 assertEquals('_'.anchor('b'), '<a name="b">_</a>');
9 assertEquals('<'.anchor('<'), '<a name="<"><</a>');
10 assertEquals('_'.anchor(0x2A), '<a name="42">_</a>');
11 assertEquals('_'.anchor('\x22'), '<a name="&quot;">_</a>');
12 assertEquals(String.prototype.anchor.call(0x2A, 0x2A), '<a name="42">42</a>');
14 String.prototype.anchor.call(undefined);
17 String.prototype.anchor.call(null);
19 assertEquals(String.prototype.anchor.length, 1);
/external/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h49 virtual void anchor();
/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h33 virtual void anchor();
/external/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h35 virtual void anchor();
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp20 void PreprocessorLexer::anchor() { } function in class:PreprocessorLexer
/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h39 virtual void anchor();
/external/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp26 void MSP430Subtarget::anchor() { } function in class:MSP430Subtarget
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp19 void MipsMCAsmInfo::anchor() { } function in class:MipsMCAsmInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h27 virtual void anchor();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcTargetStreamer.cpp23 void SparcTargetStreamer::anchor() {} function in class:SparcTargetStreamer
/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h21 virtual void anchor();
H A DSparcTargetStreamer.h18 virtual void anchor();
/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/regex-re2/re2/
H A Dset.h20 Set(const RE2::Options& options, RE2::Anchor anchor);
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
[all...]
/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/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...]

Completed in 811 milliseconds

1234567891011>>