HomeSort by relevance Sort by last modified time
    Searched defs:CanResize (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ash/shell/
panel_window.cc 76 bool PanelWindow::CanResize() const {
toplevel_window.cc 103 bool ToplevelWindow::CanResize() const {
widgets.cc 40 virtual bool CanResize() const OVERRIDE;
128 bool WidgetsWindow::CanResize() const {
window_type_launcher.cc 94 virtual bool CanResize() const OVERRIDE {
159 virtual bool CanResize() const OVERRIDE {
290 bool WindowTypeLauncher::CanResize() const {
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_view.cc 43 bool CaptivePortalView::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 63 // is called because CreateWindowWithParent refers the result of CanResize().
133 bool ExtensionDialog::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 130 bool UserManagerView::CanResize() const {
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 184 bool ViewEventTestBase::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.cc 162 bool SSLClientCertificateSelector::CanResize() const {
task_manager_view.cc 174 virtual bool CanResize() const OVERRIDE;
519 bool TaskManagerView::CanResize() const {
  /external/chromium_org/ash/test/
child_modal_window.cc 71 virtual bool CanResize() const OVERRIDE;
104 bool ChildModalWindow::CanResize() const {
169 bool ChildModalParent::CanResize() const {
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 124 bool WebDialogView::CanResize() const {
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 46 bool WidgetDelegate::CanResize() const {
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 192 bool NativeAppWindowViews::CanResize() const {
  /external/chromium_org/ash/wm/
window_state.cc 160 bool WindowState::CanResize() const {
169 if (!CanResize() || window_->type() == ui::wm::WINDOW_TYPE_PANEL ||
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 119 bool BookmarkEditorView::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 782 bool PanelView::CanResize() const {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 583 bool DesktopWindowTreeHostWin::CanResize() const {
584 return GetWidget()->widget_delegate()->CanResize();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 323 milliseconds