Searched defs:anchor (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js979 var anchor = element.enclosingNodeOrSelfWithClass("network-graph-bar") || element.enclosingNodeOrSelfWithClass("network-graph-label"); variable
980 if (anchor && anchor.parentElement.request && anchor.parentElement.request.timing)
981 return anchor;
982 anchor = element.enclosingNodeOrSelfWithClass("network-script-initiated");
983 if (anchor && anchor.request && anchor.request.initiator)
984 return anchor;
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp785 WebRect anchor; local
787 webView->selectionBounds(anchor, focus);
788 frame->selectRange(WebPoint(focus.x, focus.y), WebPoint(anchor.x, anchor.y));
837 // Click an anchor
846 // Click a different anchor
1838 WebRect anchor, focus; local
1839 webView->selectionBounds(anchor, focus);
1841 ASSERT_TRUE(expectedIntRect.contains(anchor));
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c1873 AF_Edge anchor = NULL; local
1917 if ( !anchor )
1919 " was %.2f (anchor=edge %d)\n",
1944 if ( !anchor )
1945 anchor = edge;
1983 if ( !anchor )
2037 anchor = edge;
2058 org_pos = anchor->pos + ( edge->opos - anchor->opos );
2119 org_pos = anchor
[all...]
H A Daflatin2.c1844 AF_Edge anchor = 0; local
1899 if ( !anchor )
1901 anchor = edge;
1903 anchor_drift = ( anchor->pos - anchor->opos );
1941 if ( !anchor )
1990 anchor = edge;
1998 anchor_drift = ( ( anchor->pos - anchor->opos ) +
2211 if ( has_serifs || !anchor )
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc.c1163 const char* const* anchor = list; local
1170 return (int16_t)(list - anchor);
1182 const char *anchor; local
1185 anchor=src;
1188 return (int32_t)(src-anchor);
1191 return (int32_t)((src-anchor)+uprv_strlen(src));
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1872 Anchor anchor, MatchKind kind,
1893 bool anchored = anchor == kAnchored || anchor_start() || kind == kFullMatch;
1871 SearchDFA(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match0, bool* failed, vector<int>* matches) argument
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc106 Prog::Anchor anchor, bool expect_match);
802 Prog::Anchor anchor, bool expect_match) {
809 CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch,
819 Prog::Anchor anchor, bool expect_match) {
825 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
833 Prog::Anchor anchor, bool expect_match) {
840 CHECK_EQ(prog->SearchOnePass(text, text, anchor, Prog::kFirstMatch, NULL, 0),
848 Prog::Anchor anchor, bool expect_match) {
854 CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0),
862 Prog::Anchor anchor, boo
801 SearchDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
818 SearchNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
832 SearchOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
847 SearchBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
861 SearchPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
873 SearchRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
889 SearchCachedDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
906 SearchCachedNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
920 SearchCachedOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
934 SearchCachedBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
947 SearchCachedPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
959 SearchCachedRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1089 void Textfield::OpenContextMenu(const gfx::Point& anchor) { argument
1091 ShowContextMenu(anchor, ui::MENU_SOURCE_TOUCH_EDIT_MENU);
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc798 Widget* anchor = CreateTopLevelPlatformWidget(); local
799 anchor->Show();
802 new BubbleDelegateView(anchor->client_view(), BubbleBorder::NONE);
807 anchor->Hide();
808 anchor->CloseNow();
957 TestBubbleDelegateView(View* anchor) argument
958 : BubbleDelegateView(anchor, BubbleBorder::NONE),
971 Widget* anchor = CreateTopLevelPlatformWidget(); local
972 anchor->Show();
975 new TestBubbleDelegateView(anchor
[all...]
/external/chromium_org/v8/src/
H A Dmark-compact.h599 INLINE(static bool ShouldSkipEvacuationSlotRecording(Object** anchor)) { argument
600 return Page::FromAddress(reinterpret_cast<Address>(anchor))->
/external/clang/lib/AST/
H A DDeclCXX.cpp31 void AccessSpecDecl::anchor() { } function in class:AccessSpecDecl
1346 void CXXMethodDecl::anchor() { } function in class:CXXMethodDecl
1687 void CXXConstructorDecl::anchor() { } function in class:CXXConstructorDecl
1837 void CXXDestructorDecl::anchor() { } function in class:CXXDestructorDecl
1859 void CXXConversionDecl::anchor() { } function in class:CXXConversionDecl
1889 void LinkageSpecDecl::anchor() { } function in class:LinkageSpecDecl
1906 void UsingDirectiveDecl::anchor() { } function in class:UsingDirectiveDecl
1971 void NamespaceAliasDecl::anchor() { } function in class:NamespaceAliasDecl
1994 void UsingShadowDecl::anchor() { } function in class:UsingShadowDecl
2010 void UsingDecl::anchor() { } function in class:UsingDecl
2062 void UnresolvedUsingValueDecl::anchor() { } function in class:UnresolvedUsingValueDecl
2087 void UnresolvedUsingTypenameDecl::anchor() { } function in class:UnresolvedUsingTypenameDecl
2108 void StaticAssertDecl::anchor() { } function in class:StaticAssertDecl
[all...]
H A DDeclObjC.cpp51 void ObjCContainerDecl::anchor() { } function in class:ObjCContainerDecl
239 void ObjCInterfaceDecl::anchor() { } function in class:ObjCInterfaceDecl
1396 void ObjCIvarDecl::anchor() { } function in class:ObjCIvarDecl
1468 void ObjCAtDefsFieldDecl::anchor() { } function in class:ObjCAtDefsFieldDecl
1488 void ObjCProtocolDecl::anchor() { } function in class:ObjCProtocolDecl
1610 void ObjCCategoryDecl::anchor() { } function in class:ObjCCategoryDecl
1657 void ObjCCategoryImplDecl::anchor() { } function in class:ObjCCategoryImplDecl
1687 void ObjCImplDecl::anchor() { } function in class:ObjCImplDecl
1747 void ObjCImplementationDecl::anchor() { } function in class:ObjCImplementationDecl
1794 void ObjCCompatibleAliasDecl::anchor() { } function in class:ObjCCompatibleAliasDecl
1814 void ObjCPropertyDecl::anchor() { } function in class:ObjCPropertyDecl
[all...]
H A DExprCXX.cpp1529 void ArrayTypeTraitExpr::anchor() { } function in class:ArrayTypeTraitExpr
/external/clang/lib/Lex/
H A DLexer.cpp53 void Lexer::anchor() { } function in class:Lexer
/external/clang/lib/Parse/
H A DParseObjc.cpp314 virtual void anchor();
373 void Parser::ObjCPropertyCallback::anchor() { function in class:Parser::ObjCPropertyCallback
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp427 void GlobalsSpaceRegion::anchor() { } function in class:GlobalsSpaceRegion
428 void HeapSpaceRegion::anchor() { } function in class:HeapSpaceRegion
429 void UnknownSpaceRegion::anchor() { } function in class:UnknownSpaceRegion
430 void StackLocalsSpaceRegion::anchor() { } function in class:StackLocalsSpaceRegion
431 void StackArgumentsSpaceRegion::anchor() { } function in class:StackArgumentsSpaceRegion
432 void TypedRegion::anchor() { } function in class:TypedRegion
433 void TypedValueRegion::anchor() { } function in class:TypedValueRegion
434 void CodeTextRegion::anchor() { } function in class:CodeTextRegion
435 void SubRegion::anchor() { } function in class:SubRegion
H A DPathDiagnostic.cpp190 void PathDiagnosticConsumer::anchor() { } function in class:PathDiagnosticConsumer
/external/freetype/src/autofit/
H A Daflatin.c2296 AF_Edge anchor = NULL; local
2368 if ( !anchor )
2370 " was %.2f (anchor=edge %d)\n",
2395 if ( !anchor )
2396 anchor = edge;
2434 if ( !anchor )
2488 anchor = edge;
2509 org_pos = anchor->pos + ( edge->opos - anchor->opos );
2570 org_pos = anchor
[all...]
H A Daflatin2.c1845 AF_Edge anchor = 0; local
1900 if ( !anchor )
1902 anchor = edge;
1904 anchor_drift = ( anchor->pos - anchor->opos );
1942 if ( !anchor )
1991 anchor = edge;
1999 anchor_drift = ( ( anchor->pos - anchor->opos ) +
2212 if ( has_serifs || !anchor )
[all...]
/external/icu/icu4c/source/common/
H A Duloc.cpp1150 const char* const* anchor = list; local
1157 return (int16_t)(list - anchor);
1169 const char *anchor; local
1172 anchor=src;
1175 return (int32_t)(src-anchor);
1178 return (int32_t)((src-anchor)+uprv_strlen(src));
/external/llvm/lib/Support/
H A DCommandLine.cpp65 void GenericOptionValue::anchor() {} function in class:GenericOptionValue
66 void OptionValue<boolOrDefault>::anchor() {} function in class:OptionValue
67 void OptionValue<std::string>::anchor() {} function in class:OptionValue
68 void Option::anchor() {} function in class:Option
69 void basic_parser_impl::anchor() {} function in class:basic_parser_impl
70 void parser<bool>::anchor() {} function in class:parser
71 void parser<boolOrDefault>::anchor() {} function in class:parser
72 void parser<int>::anchor() {} function in class:parser
73 void parser<unsigned>::anchor() {} function in class:parser
74 void parser<unsigned long long>::anchor() {} function in class:parser
75 void parser<double>::anchor() {} function in class:parser
76 void parser<float>::anchor() {} function in class:parser
77 void parser<std::string>::anchor() {} function in class:parser
78 void parser<char>::anchor() {} function in class:parser
79 void StringSaver::anchor() {} function in class:StringSaver
[all...]
H A DYAMLParser.cpp100 void Node::anchor() {} function in class:llvm::yaml::Node
101 void NullNode::anchor() {} function in class:llvm::yaml::NullNode
102 void ScalarNode::anchor() {} function in class:llvm::yaml::ScalarNode
103 void KeyValueNode::anchor() {} function in class:llvm::yaml::KeyValueNode
104 void MappingNode::anchor() {} function in class:llvm::yaml::MappingNode
105 void SequenceNode::anchor() {} function in class:llvm::yaml::SequenceNode
106 void AliasNode::anchor() {} function in class:llvm::yaml::AliasNode
1351 setError("Got empty alias or anchor", Start);
2072 setError("Already encountered an anchor for this node!", T);
/external/llvm/lib/TableGen/
H A DRecord.cpp89 void RecTy::anchor() { } function in class:RecTy
428 void Init::anchor() { } function in class:Init
431 void UnsetInit::anchor() { } function in class:UnsetInit
438 void BitInit::anchor() { } function in class:BitInit
600 void StringInit::anchor() { } function in class:StringInit
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp62 void HexagonInstrInfo::anchor() {} function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp62 void PPCInstrInfo::anchor() {} function in class:PPCInstrInfo

Completed in 2451 milliseconds

1234567891011>>