HomeSort by relevance Sort by last modified time
    Searched refs:initial_pos (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_contents_handler.h 26 const gfx::Rect& initial_pos,
chrome_web_contents_handler.cc 75 // 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;
  /external/chromium_org/ui/web_dialogs/test/
test_web_contents_handler.cc 27 const gfx::Rect& initial_pos,
test_web_contents_handler.h 31 const gfx::Rect& initial_pos,
  /external/chromium_org/chrome/browser/ui/
browser_tabstrip.h 47 const gfx::Rect& initial_pos,
browser_tabstrip.cc 51 const gfx::Rect& initial_pos,
62 params.window_bounds = initial_pos;
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.cc 46 const gfx::Rect& initial_pos,
web_dialog_web_contents_delegate.cc 45 WindowOpenDisposition disposition, const gfx::Rect& initial_pos,
49 initial_pos, user_gesture);
web_dialog_web_contents_delegate.h 34 const gfx::Rect& initial_pos,
62 const gfx::Rect& initial_pos,
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_host_delegate.cc 44 const gfx::Rect& initial_pos,
47 web_contents, extension_id, disposition, initial_pos, user_gesture);
chrome_extension_host_delegate.h 28 const gfx::Rect& initial_pos,
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.h 38 const gfx::Rect& initial_pos,
65 const gfx::Rect& initial_pos,
background_contents.cc 119 const gfx::Rect& initial_pos,
123 new_contents, disposition, initial_pos, user_gesture, was_blocked);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TreeFragment.py 33 def parse_from_strings(name, code, pxds={}, level=None, initial_pos=None,
58 if initial_pos is None:
59 initial_pos = (name, 1, 0)
62 scope = context.find_module(module_name, pos = initial_pos, need_pxd = 0)
67 scope = scope, context = context, initial_pos = initial_pos)
201 def __init__(self, code, name="(tree fragment)", pxds={}, temps=[], pipeline=[], level=None, initial_pos=None):
209 mod = t = parse_from_strings(name, fmt_code, fmt_pxds, level=level, initial_pos=initial_pos)
  /external/chromium_org/athena/extensions/
athena_app_delegate_base.h 32 const gfx::Rect& initial_pos,
  /external/chromium_org/extensions/browser/
extension_host_delegate.h 49 const gfx::Rect& initial_pos,
  /external/chromium_org/extensions/shell/browser/
shell_extension_host_delegate.cc 39 const gfx::Rect& initial_pos,
shell_extension_host_delegate.h 29 const gfx::Rect& initial_pos,
  /external/chromium_org/content/test/
test_web_contents.h 120 const gfx::Rect& initial_pos,
123 const gfx::Rect& initial_pos) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_sign_in_delegate.cc 92 const gfx::Rect& initial_pos,
97 source, new_contents, disposition, initial_pos, user_gesture, local
autofill_dialog_sign_in_delegate.h 41 const gfx::Rect& initial_pos,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 255 const gfx::Rect& initial_pos,
261 const gfx::Rect& initial_pos) {}
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 40 const gfx::Rect& initial_pos,
  /external/chromium_org/chromecast/shell/browser/android/
cast_window_android.h 62 const gfx::Rect& initial_pos,
  /external/chromium_org/extensions/browser/app_window/
app_delegate.h 51 const gfx::Rect& initial_pos,

Completed in 3217 milliseconds

1 2 3