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

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 188 aura::Window* this_window = GetWidget()->GetNativeWindow(); local
191 chrome::GetHostDesktopTypeForNativeWindow(this_window);
194 this_window->GetRootWindow() == anchor_window->GetRootWindow() &&
195 gained_active->transient_parent() != this_window)
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 116 GtkWindow* this_window = GTK_WINDOW(element->data); local
117 if (gtk_window_is_active(this_window)) {
118 event_window = GTK_WIDGET(this_window)->window;
testing_automation_provider.cc 1291 gfx::NativeWindow this_window = (*iter)->window()->GetNativeHandle(); local
    [all...]
  /external/chromium_org/ui/base/test/
ui_controls_gtk.cc 121 GtkWindow* this_window = GTK_WINDOW(element->data); local
122 if (gtk_window_is_active(this_window)) {
123 event_window = gtk_widget_get_window(GTK_WIDGET(this_window));

Completed in 771 milliseconds