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

/external/chromium/chrome/browser/chromeos/login/
H A Dweb_page_screen.h37 const gfx::Rect& initial_pos,
34 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Denterprise_enrollment_view.cc58 const gfx::Rect& initial_pos,
55 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Deula_view.h52 const gfx::Rect& initial_pos,
49 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.cc59 WindowOpenDisposition disposition, const gfx::Rect& initial_pos,
72 params.window_bounds = initial_pos;
57 AddNewContents( TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.cc65 const gfx::Rect& initial_pos,
62 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dinstant_loader.cc185 const gfx::Rect& initial_pos,
438 const gfx::Rect& initial_pos,
434 AddNewContents( TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc159 const gfx::Rect& initial_pos,
172 browser->AddTabContents(contents, disposition, initial_pos, user_gesture);
157 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dballoon_host.h82 const gfx::Rect& initial_pos,
85 const gfx::Rect& initial_pos) {}
84 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.h107 const gfx::Rect& initial_pos,
104 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc245 const gfx::Rect& initial_pos,
249 delegate_->AddTabContents(contents, disposition, initial_pos, user_gesture);
253 const gfx::Rect& initial_pos) {
243 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
252 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc562 const gfx::Rect& initial_pos,
568 browser->AddTabContents(new_contents, disposition, initial_pos, user_gesture);
559 AddTabContents( TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dexternal_tab_container_win.cc388 const gfx::Rect& initial_pos,
420 initial_pos,
441 attach_params_.dimensions = initial_pos;
385 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc429 const gfx::Rect& initial_pos,
434 initial_pos,
426 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc420 const gfx::Rect& initial_pos,
427 const gfx::Rect& initial_pos) {
418 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
426 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_host.cc599 const gfx::Rect& initial_pos,
611 initial_pos);
633 contents, disposition, initial_pos, user_gesture);
650 browser->AddTabContents(contents, disposition, initial_pos, user_gesture);
654 const gfx::Rect& initial_pos) {
656 initial_pos);
666 const gfx::Rect& initial_pos) {
673 widget_host_view->InitAsPopup(render_view_host()->view(), initial_pos);
597 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
653 ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) argument
664 ShowCreatedWidgetInternal( RenderWidgetHostView* widget_host_view, const gfx::Rect& initial_pos) argument
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc135 const gfx::Rect& initial_pos,
143 initial_pos, user_gesture);
132 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) 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/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc452 const gfx::Rect& initial_pos,
460 source, new_contents, disposition, initial_pos, user_gesture);
449 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc389 gfx::Rect initial_pos(window_size);
390 browser->set_override_bounds(initial_pos);
1032 const gfx::Rect& initial_pos,
1034 AddNewContents(NULL, new_contents, disposition, initial_pos, user_gesture);
2900 const gfx::Rect& initial_pos,
2918 if (initial_pos.width() > max_width || initial_pos.width() == 0 ||
2919 initial_pos.height() > max_height || initial_pos.height() == 0) {
2931 params.window_bounds = initial_pos;
1030 AddTabContents(TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
2897 AddNewContents(TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
[all...]

Completed in 380 milliseconds