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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 52 void BookmarkEditor::Show(HWND parent_hwnd,
60 editor->Show(parent_hwnd);
226 void BookmarkEditorView::Show(HWND parent_hwnd) {
227 views::Window::CreateChromeWindow(parent_hwnd, gfx::Rect(), this);
bookmark_editor_view.h 121 void Show(HWND parent_hwnd);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 186 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details,
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 509 HWND parent_hwnd = manager_->GetParentView(); local
511 ::ClientToScreen(parent_hwnd, &top_left);
    [all...]

Completed in 71 milliseconds