Searched defs:initial_pos (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.cc75 // opened. |initial_pos| is the position of the window if a new window is
83 const gfx::Rect& initial_pos,
105 params.window_bounds = initial_pos;
78 AddNewContents( content::BrowserContext* context, WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc27 const gfx::Rect& initial_pos,
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_host_delegate.cc44 const gfx::Rect& initial_pos,
47 web_contents, extension_id, disposition, initial_pos, user_gesture);
41 CreateTab(content::WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dextension_tab_util_android.cc110 const gfx::Rect& initial_pos,
107 CreateTab(WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dextension_tab_util.cc507 const gfx::Rect& initial_pos,
527 params.window_bounds = initial_pos;
504 CreateTab(WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc46 const gfx::Rect& initial_pos,
42 HandleAddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dweb_dialog_web_contents_delegate.cc45 WindowOpenDisposition disposition, const gfx::Rect& initial_pos,
49 initial_pos, user_gesture);
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabstrip.cc51 const gfx::Rect& initial_pos,
62 params.window_bounds = initial_pos;
47 AddWebContents(Browser* browser, content::WebContents* source_contents, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc119 const gfx::Rect& initial_pos,
123 new_contents, disposition, initial_pos, user_gesture, was_blocked);
116 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc92 const gfx::Rect& initial_pos,
97 source, new_contents, disposition, initial_pos, user_gesture, local
88 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc128 const gfx::Rect& initial_pos,
125 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc302 const gfx::Rect& initial_pos,
298 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_window_delegate.cc184 const gfx::Rect& initial_pos,
202 initial_pos, user_gesture, was_blocked);
181 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc137 const gfx::Rect& initial_pos,
149 navigate_params.window_bounds = initial_pos;
134 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h258 const gfx::Rect& initial_pos,
264 const gfx::Rect& initial_pos) {}
256 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
263 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium_org/content/test/
H A Dtest_web_contents.cc245 const gfx::Rect& initial_pos,
250 const gfx::Rect& initial_pos) {
243 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
249 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium_org/extensions/browser/
H A Dextension_host.cc385 const gfx::Rect& initial_pos,
404 associated_contents, new_contents, disposition, initial_pos,
412 new_contents, extension_id_, disposition, initial_pos, user_gesture);
382 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc309 const gfx::Rect& initial_pos,
313 source, new_contents, disposition, initial_pos, user_gesture)) {
317 source, new_contents, disposition, initial_pos, user_gesture,
306 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc785 const gfx::Rect& initial_pos,
793 initial_pos, user_gesture, was_blocked);
782 AddWebContents( WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h98 // method returns. If |disposition| is NEW_POPUP, |initial_pos| should hold
105 const gfx::Rect& initial_pos,
102 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/shell/browser/
H A Dshell.cc196 const gfx::Rect& initial_pos,
199 CreateShell(new_contents, AdjustWindowSize(initial_pos.size()));
193 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc847 const gfx::Rect& initial_pos) {
848 GetWebContents()->ShowCreatedWidget(route_id, initial_pos);
846 OnShowWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc754 const gfx::Rect& initial_pos,
760 const gfx::Rect& initial_pos) {
752 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
759 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/opencv/cv/src/
H A Dcvcontours.cpp152 CvMemStoragePos initial_pos; /* starting storage pos */ member in struct:_CvContourScanner
294 cvSaveMemStoragePos( storage, &(scanner->initial_pos) );
/external/chromium_org/apps/
H A Dapp_window.cc410 const gfx::Rect& initial_pos,
417 initial_pos,
407 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument

Completed in 685 milliseconds

12