OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPathOrURL
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp
219
static void runTest(const wxString
testPathOrURL
)
223
string pathOrURLString(
testPathOrURL
.char_str());
/external/webkit/Tools/DumpRenderTree/
LayoutTestController.h
43
static PassRefPtr<LayoutTestController> create(const std::string&
testPathOrURL
, const std::string& expectedPixelHash);
267
const std::string&
testPathOrURL
() const { return m_testPathOrURL; }
338
LayoutTestController(const std::string&
testPathOrURL
, const std::string& expectedPixelHash);
LayoutTestController.cpp
45
LayoutTestController::LayoutTestController(const std::string&
testPathOrURL
, const std::string& expectedPixelHash)
89
, m_testPathOrURL(
testPathOrURL
)
94
PassRefPtr<LayoutTestController> LayoutTestController::create(const std::string&
testPathOrURL
, const std::string& expectedPixelHash)
96
return adoptRef(new LayoutTestController(
testPathOrURL
, expectedPixelHash));
[
all
...]
/external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp
97
static void runTest(const string&
testPathOrURL
);
634
static void runTest(const string&
testPathOrURL
)
636
ASSERT(!
testPathOrURL
.empty());
639
string testURL(
testPathOrURL
);
643
testURL = string(
testPathOrURL
, 0, separatorPos);
644
expectedPixelHash = string(
testPathOrURL
, separatorPos + 1);
[
all
...]
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
107
static void runTest(const string&
testPathOrURL
);
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp
731
bool isSVGW3CTest = (gLayoutTestController->
testPathOrURL
().find("svg\\W3C-SVG-1.1") != string::npos);
945
static void runTest(const string&
testPathOrURL
)
950
string pathOrURL(
testPathOrURL
);
[
all
...]
Completed in 65 milliseconds