Searched defs:rvh_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc160 rvh_(NULL) {
185 if (validated_url != delay_url_ || !rvh_)
188 rvh_->GetMainFrame()->ExecuteJavaScript(base::UTF8ToUTF16(script_));
200 rvh_ = render_frame_host->GetRenderViewHost();
212 content::RenderViewHost* rvh_; member in class:extensions::__anon3858::DelayLoadStartAndExecuteJavascript
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.cc67 ActiveDirectoryEnumeration() : rvh_(NULL) {}
71 RenderViewHost* rvh_; member in struct:FileSelectHelper::ActiveDirectoryEnumeration
180 entry->rvh_ = render_view_host;
213 if (!entry->rvh_)
224 NotifyRenderViewHost(entry->rvh_, selected_files, dialog_mode_);
226 entry->rvh_->DirectoryEnumerationFinished(id, entry->results_);

Completed in 203 milliseconds