Searched refs:frame_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_session.cc58 FrameId::FrameId(const WebViewId& view_id, const FramePath& frame_path) argument
60 frame_path(frame_path) {
717 current_target_.frame_path = FramePath();
722 current_target_.frame_path.GetComponents(&components);
727 FramePath frame_path; local
733 FrameId frame_id(current_target_.view_id, frame_path);
745 frame_path = frame_path.Append(components[i]);
939 for (FramePath frame_path
[all...]
H A Dwebdriver_session.h20 #include "chrome/test/webdriver/frame_path.h"
44 FrameId(const WebViewId& view_id, const FramePath& frame_path);
47 FramePath frame_path; member in struct:webdriver::FrameId
H A Dwebdriver_automation.h89 const FramePath& frame_path,
H A Dwebdriver_automation.cc37 #include "chrome/test/webdriver/frame_path.h"
538 const FramePath& frame_path,
550 frame_path.value(), script,
537 ExecuteScript(const WebViewId& view_id, const FramePath& frame_path, const std::string& script, std::string* result, Error** error) argument

Completed in 87 milliseconds