Searched defs:FramePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/webdriver/
H A Dframe_path.h15 class FramePath { class in namespace:webdriver
18 FramePath();
19 FramePath(const FramePath& other);
20 explicit FramePath(const std::string& path);
21 ~FramePath();
22 FramePath& operator=(const FramePath& other);
24 bool operator==(const FramePath& other) const;
26 // Returns a FramePath appende
[all...]
H A Dframe_path.cc11 FramePath::FramePath() {} function in class:webdriver::FramePath
13 FramePath::FramePath(const FramePath& other) : path_(other.path_) {} function in class:webdriver::FramePath
15 FramePath::FramePath(const std::string& path) : path_(path) {} function in class:webdriver::FramePath
17 FramePath::~FramePath() {}
19 FramePath
[all...]

Completed in 89 milliseconds