Searched defs:LayoutManager (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/aura/
H A Dlayout_manager.cc11 LayoutManager::LayoutManager() { function in class:aura::LayoutManager
14 LayoutManager::~LayoutManager() {
17 void LayoutManager::SetChildBoundsDirect(aura::Window* child,
H A Dlayout_manager.h19 class AURA_EXPORT LayoutManager { class in namespace:aura
21 LayoutManager();
22 virtual ~LayoutManager();
44 // |child|'s bounds. LayoutManager may modify |requested_bounds|
50 // Sets the child's bounds forcibly. LayoutManager is responsible
/external/chromium_org/ui/views/layout/
H A Dlayout_manager.h20 // LayoutManager interface
22 // The LayoutManager interface provides methods to handle the sizing of
26 class VIEWS_EXPORT LayoutManager { class in namespace:views
28 virtual ~LayoutManager();
30 // Notification that this LayoutManager has been installed on a particular
34 // Notification that this LayoutManager has been uninstalled on a particular
H A Dlayout_manager.cc11 LayoutManager::~LayoutManager() {
14 void LayoutManager::Installed(View* host) {
17 void LayoutManager::Uninstalled(View* host) {
20 int LayoutManager::GetPreferredHeightForWidth(const View* host,
25 void LayoutManager::ViewAdded(View* host, View* view) {
28 void LayoutManager::ViewRemoved(View* host, View* view) {
/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dframe_controller.cc15 class FrameController::LayoutManager : public views::LayoutManager, class in class:FrameController
18 explicit LayoutManager(FrameController* controller) function in class:FrameController::LayoutManager
24 virtual ~LayoutManager() {}
31 // Overridden from views::LayoutManager:
69 DISALLOW_COPY_AND_ASSIGN(LayoutManager);
79 frame_view_layout_manager_(new LayoutManager(this)),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 117 milliseconds