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

  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 162 // Invoked by native panel destructor. Do not access native_panel_ here.
198 native_panel_->PanelExpansionStateChanging(expansion_state_, new_state);
204 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
214 return native_panel_->IsDrawingAttention();
218 native_panel_->FullScreenModeChanged(is_full_screen);
222 return native_panel_->TitleOnlyHeight();
234 return native_panel_->IsPanelActive();
251 return native_panel_->GetNativePanelWindow();
255 gfx::Rect bounds = native_panel_->GetPanelBounds();
267 return native_panel_->GetPanelBounds()
    [all...]
panel.h 162 NativePanel* native_panel() const { return native_panel_; }
390 NativePanel* native_panel_; // Weak, owns us. member in class:Panel

Completed in 46 milliseconds