HomeSort by relevance Sort by last modified time
    Searched refs:relative_to (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 43 // Create and show a popup with |url| positioned adjacent to |relative_to| in
57 const gfx::Rect& relative_to,
103 const gfx::Rect& relative_to,
extension_popup.cc 48 const gfx::Rect& relative_to,
54 relative_to,
56 relative_to_(relative_to),
183 const gfx::Rect& relative_to,
196 ExtensionPopup* popup = new ExtensionPopup(host, frame, relative_to,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 175 def get_relative_test_path(filename, relative_to,
177 """Constructs a relative path to |filename| from |relative_to|.
180 relative_to: The absolute path we're relative to.
183 |relative_to|.
187 return ospath.relpath(abs_path, relative_to)
190 def find_dups(hashes, port_fallbacks, relative_to):
196 relative_to: the directory that we want the results relative to
224 path = get_relative_test_path(platforms[platform], relative_to)
  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 35 const gfx::Rect& relative_to,
39 relative_to_(relative_to),
browser_bubble.h 43 // that the bubble is being positioned relative to, |relative_to| is the
45 // e.g. if the buuble is showing for a toolbar button, |relative_to| usually
50 const gfx::Rect& relative_to,
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 221 // |relative_to| coordinates. This is the middle of the omnibox location icon.
222 int GetXPositionOfLocationIcon(GtkWidget* relative_to);
browser_window_gtk.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 2878 milliseconds