Home
last modified time | relevance | path

Searched refs:relative_to (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/extensions/
Dextension_popup.cc48 const gfx::Rect& relative_to, in ExtensionPopup() argument
54 relative_to, in ExtensionPopup()
56 relative_to_(relative_to), in ExtensionPopup()
183 const gfx::Rect& relative_to, in Show() argument
196 ExtensionPopup* popup = new ExtensionPopup(host, frame, relative_to, in Show()
Dextension_popup.h57 const gfx::Rect& relative_to,
103 const gfx::Rect& relative_to,
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests.py175 def get_relative_test_path(filename, relative_to, argument
187 return ospath.relpath(abs_path, relative_to)
190 def find_dups(hashes, port_fallbacks, relative_to): argument
224 path = get_relative_test_path(platforms[platform], relative_to)
/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble.cc35 const gfx::Rect& relative_to, in BrowserBubble() argument
39 relative_to_(relative_to), in BrowserBubble()
Dbrowser_bubble.h50 const gfx::Rect& relative_to,
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h222 int GetXPositionOfLocationIcon(GtkWidget* relative_to);
Dbrowser_window_gtk.cc1883 int BrowserWindowGtk::GetXPositionOfLocationIcon(GtkWidget* relative_to) { in GetXPositionOfLocationIcon() argument
1888 location_icon, relative_to, in GetXPositionOfLocationIcon()
1892 if (GTK_WIDGET_NO_WINDOW(relative_to)) in GetXPositionOfLocationIcon()
1893 x += relative_to->allocation.x; in GetXPositionOfLocationIcon()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1921 Symbol LookupSymbol(const string& name, const string& relative_to,
1928 const string& relative_to,
2320 const string& name, const string& relative_to, ResolveMode resolve_mode) { in LookupSymbolNoPlaceholder() argument
2347 string scope_to_try(relative_to); in LookupSymbolNoPlaceholder()
2389 const string& name, const string& relative_to, in LookupSymbol() argument
2392 name, relative_to, resolve_mode); in LookupSymbol()