Searched defs:initial_pos (Results 26 - 34 of 34) sorted by relevance

12

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc833 const gfx::Rect& initial_pos,
853 source, new_contents, disposition, initial_pos, user_gesture,
830 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.cc775 const gfx::Rect& initial_pos) {
776 GetWebContents()->ShowCreatedWidget(route_id, initial_pos);
774 OnShowWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc766 const gfx::Rect& initial_pos,
772 const gfx::Rect& initial_pos) {
764 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
771 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/content/browser/renderer_host/
H A Drender_view_host_impl.cc1023 const gfx::Rect& initial_pos,
1027 route_id, disposition, initial_pos, user_gesture);
1033 const gfx::Rect& initial_pos) {
1035 delegate_->ShowCreatedWidget(route_id, initial_pos);
1021 OnShowView(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
1032 OnShowWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc377 const gfx::Rect& initial_pos,
384 initial_pos,
374 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc1008 const gfx::Rect& initial_pos,
1014 initial_pos,
1005 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/ui/
H A Dbrowser.cc1375 const gfx::Rect& initial_pos,
1378 chrome::AddWebContents(this, source, new_contents, disposition, initial_pos,
1372 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/web_contents/
H A Dweb_contents_impl.cc1604 gfx::Rect initial_pos; local
1606 this, new_contents, params.disposition, initial_pos,
1676 const gfx::Rect& initial_pos,
1683 this, contents, disposition, initial_pos, user_gesture, NULL);
1689 const gfx::Rect& initial_pos) {
1690 ShowCreatedWidget(route_id, false, initial_pos);
1699 const gfx::Rect& initial_pos) {
1729 widget_host_view->InitAsPopup(view, initial_pos);
1674 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
1688 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
1697 ShowCreatedWidget(int route_id, bool is_fullscreen, const gfx::Rect& initial_pos) argument

Completed in 3866 milliseconds

12