Searched defs:route_all_top_level_navigations (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dchrome_frame_plugin.h71 bool route_all_top_level_navigations) {
85 incognito_mode, is_widget_mode, route_all_top_level_navigations);
68 InitializeAutomation(const std::wstring& profile_name, bool incognito, bool is_widget_mode, const GURL& url, const GURL& referrer, bool route_all_top_level_navigations) argument
H A Dchrome_frame_automation.h114 bool route_all_top_level_navigations)
120 route_all_top_level_navigations_(route_all_top_level_navigations) {
179 bool route_all_top_level_navigations) {
180 route_all_top_level_navigations_ = route_all_top_level_navigations;
183 bool route_all_top_level_navigations() const { function in class:ChromeFrameLaunchParams
109 ChromeFrameLaunchParams(const GURL& url, const GURL& referrer, const base::FilePath& profile_path, const std::wstring& profile_name, const std::wstring& language, bool incognito, bool widget_mode, bool route_all_top_level_navigations) argument
178 set_route_all_top_level_navigations( bool route_all_top_level_navigations) argument
/external/chromium/chrome/common/
H A Dautomation_messages.h73 bool route_all_top_level_navigations);
85 bool route_all_top_level_navigations; member in struct:ExternalTabSettings
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc125 bool route_all_top_level_navigations) {
134 route_all_top_level_navigations_ = route_all_top_level_navigations;
115 Init(Profile* profile, HWND parent, const gfx::Rect& bounds, DWORD style, bool load_requests_via_automation, bool handle_top_level_requests, TabContentsWrapper* existing_contents, const GURL& initial_url, const GURL& referrer, bool infobars_enabled, bool route_all_top_level_navigations) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc350 bool route_all_top_level_navigations) {
360 route_all_top_level_navigations_ = route_all_top_level_navigations;
340 Init(Profile* profile, HWND parent, const gfx::Rect& bounds, DWORD style, bool load_requests_via_automation, bool handle_top_level_requests, content::WebContents* existing_contents, const GURL& initial_url, const GURL& referrer, bool infobars_enabled, bool route_all_top_level_navigations) argument

Completed in 131 milliseconds