Lines Matching defs:NavigateParams
43 struct NavigateParams { struct
51 GURL url;
52 GURL referrer;
66 TabContentsWrapper* target_contents;
75 TabContentsWrapper* source_contents;
91 WindowOpenDisposition disposition;
95 PageTransition::Type transition;
101 int tabstrip_index;
106 int tabstrip_add_types;
109 std::string extension_app_id;
116 gfx::Rect window_bounds;
120 enum WindowAction {
131 WindowAction window_action;
134 enum PathBehavior {
164 NavigateParams(); argument