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 157 // Invoked by native panel destructor. Do not access native_panel_ here.
192 native_panel_->PanelExpansionStateChanging(expansion_state_, new_state);
198 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
208 return native_panel_->IsDrawingAttention();
212 native_panel_->FullScreenModeChanged(is_full_screen);
216 return native_panel_->TitleOnlyHeight();
228 return native_panel_->IsPanelActive();
245 return native_panel_->GetNativePanelWindow();
249 gfx::Rect bounds = native_panel_->GetPanelBounds();
261 return native_panel_->GetPanelBounds()
    [all...]
panel.h 152 NativePanel* native_panel() const { return native_panel_; }
387 NativePanel* native_panel_; // Weak, owns us. member in class:Panel

Completed in 33 milliseconds