HomeSort by relevance Sort by last modified time
    Searched refs:frame_xpath (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/test/functional/
perf_endure.py 442 do_scenario, frame_xpath=''):
459 frame_xpath: The string xpath of the frame in which to inject javascript
512 self.ExecuteJavascript(js, frame_xpath=frame_xpath)
    [all...]
secure_shell.py 71 frame_xpath=login_ui_frame,
  /external/chromium_org/chrome/test/automation/
tab_proxy.h 76 bool ExecuteAndExtractString(const std::wstring& frame_xpath,
79 bool ExecuteAndExtractBool(const std::wstring& frame_xpath,
82 bool ExecuteAndExtractInt(const std::wstring& frame_xpath,
257 const std::wstring& frame_xpath,
tab_proxy.cc 169 bool TabProxy::ExecuteAndExtractString(const std::wstring& frame_xpath,
172 scoped_ptr<Value> root(ExecuteAndExtractValue(frame_xpath, jscript));
190 bool TabProxy::ExecuteAndExtractBool(const std::wstring& frame_xpath,
193 scoped_ptr<Value> root(ExecuteAndExtractValue(frame_xpath, jscript));
210 bool TabProxy::ExecuteAndExtractInt(const std::wstring& frame_xpath,
213 scoped_ptr<Value> root(ExecuteAndExtractValue(frame_xpath, jscript));
230 Value* TabProxy::ExecuteAndExtractValue(const std::wstring& frame_xpath,
236 if (!sender_->Send(new AutomationMsg_DomOperation(handle_, frame_xpath,
automation_json_requests.h 216 const std::string& frame_xpath,
  /external/chromium_org/content/public/test/
browser_test_utils.h 107 // Executes the passed |script| in the frame pointed to by |frame_xpath| (use
113 const std::string& frame_xpath,
117 // |frame_xpath| (use empty string for main frame) and sets |result| to the
123 const std::string& frame_xpath,
128 const std::string& frame_xpath,
133 const std::string& frame_xpath,
browser_test_utils.cc 82 const std::string& frame_xpath,
87 // |frame_xpath|. If |result| is not NULL, stores the value that the evaluation
90 const std::string& frame_xpath,
98 render_view_host->ExecuteJavascriptInWebFrame(UTF8ToUTF16(frame_xpath),
303 const std::string& frame_xpath,
307 return ExecuteScriptHelper(adapter.render_view_host(), frame_xpath, script,
313 const std::string& frame_xpath,
318 if (!ExecuteScriptHelper(adapter.render_view_host(), frame_xpath, script,
327 const std::string& frame_xpath,
332 if (!ExecuteScriptHelper(adapter.render_view_host(), frame_xpath, script
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 31 bool IsAppInstalled(const char* frame_xpath) {
38 frame_xpath,
45 std::string InstallState(const char* frame_xpath) {
53 frame_xpath,
60 std::string RunningState(const char* frame_xpath) {
68 frame_xpath,
subscribe_page_action_browsertest.cc 80 const std::string& frame_xpath,
86 if (!content::ExecuteScriptInFrameAndExtractString(tab, frame_xpath,
  /external/chromium_org/content/public/browser/
render_view_host.h 177 virtual void ExecuteJavascriptInWebFrame(const string16& frame_xpath,
184 const string16& frame_xpath,
230 virtual void InsertCSS(const string16& frame_xpath,
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 61 string16 frame_xpath; member in struct:ChromeRenderViewObserver::WebUIJavaScript
121 void OnWebUIJavaScript(const string16& frame_xpath,
chrome_render_view_observer.cc 278 const string16& frame_xpath,
283 webui_javascript_->frame_xpath = frame_xpath;
660 render_view()->EvaluateScript(webui_javascript_->frame_xpath,
    [all...]
  /external/chromium_org/content/public/renderer/
render_view.h 96 virtual void EvaluateScript(const string16& frame_xpath,
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
page_action_apitest.cc 276 const std::string frame_xpath; local
278 tab, frame_xpath, script, &result));
browser_action_apitest.cc 695 const std::string frame_xpath; local
697 tab, frame_xpath, script, &result));
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 236 string16 frame_xpath; local
237 render_view()->EvaluateScript(frame_xpath, js16, 0, false);
  /external/chromium_org/chrome/test/functional/gtalk/
gtalk_base_test.py 243 frame_xpath = xpath)
267 frame_xpath = xpath)
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 177 virtual void ExecuteJavascriptInWebFrame(const string16& frame_xpath,
180 const string16& frame_xpath,
197 virtual void InsertCSS(const string16& frame_xpath,
render_view_host_impl.cc 695 const string16& frame_xpath,
697 Send(new ViewMsg_ScriptEvalRequest(GetRoutingID(), frame_xpath, jscript,
702 const string16& frame_xpath,
707 Send(new ViewMsg_ScriptEvalRequest(GetRoutingID(), frame_xpath, jscript,
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 949 def __init__(self, ui_test, tab_index=0, windex=0, frame_xpath=''):
961 self.frame_xpath = frame_xpath
    [all...]
  /external/chromium_org/chrome/test/ui/
ui_test.h 374 const std::wstring& frame_xpath,
ui_test.cc 583 const std::wstring& frame_xpath,
592 bool success = tab->ExecuteAndExtractBool(frame_xpath, jscript,
  /external/chromium_org/content/renderer/
render_view_impl.h 715 virtual void EvaluateScript(const string16& frame_xpath,
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 1026 std::string javascript, frame_xpath; local
    [all...]
testing_automation_provider.cc     [all...]

Completed in 468 milliseconds

1 2