Home
last modified time | relevance | path

Searched refs:wrapWithinFrame (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DTextFinderTest.cpp75 bool wrapWithinFrame = true; in TEST_F() local
78 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
87 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
96 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
109 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
118 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
127 …ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)… in TEST_F()
143 bool wrapWithinFrame = true; in TEST_F() local
146 …EXPECT_FALSE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect… in TEST_F()
162 bool wrapWithinFrame = true; in TEST_F() local
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.h61 bool wrapWithinFrame, WebRect* selectionRect);
DTextFinder.cpp95 …er, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* sel… in find() argument
123 | (wrapWithinFrame ? WrapAround : 0) in find()
DWebRemoteFrameImpl.h147 bool wrapWithinFrame, WebRect* selectionRect) OVERRIDE;
DWebRemoteFrameImpl.cpp670 bool wrapWithinFrame, WebRect* selectionRect) in find() argument
DWebLocalFrameImpl.h200 bool wrapWithinFrame, WebRect* selectionRect) OVERRIDE;
DWebLocalFrameImpl.cpp1395 …er, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* sel… in find() argument
1397 return ensureTextFinder().find(identifier, searchText, options, wrapWithinFrame, selectionRect); in find()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h541 bool wrapWithinFrame,