Searched defs:DefaultState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
H A Ddefault_state.h15 // DefaultState implements Ash behavior without state machine.
16 class DefaultState : public WindowState::State { class in namespace:ash::wm
18 explicit DefaultState(WindowStateType initial_state_type);
19 virtual ~DefaultState();
75 DISALLOW_COPY_AND_ASSIGN(DefaultState);
H A Ddefault_state.cc69 DefaultState::DefaultState(WindowStateType initial_state_type) function in class:ash::wm::DefaultState
71 DefaultState::~DefaultState() {}
73 void DefaultState::OnWMEvent(WindowState* window_state,
135 WindowStateType DefaultState::GetType() const {
139 void DefaultState::AttachState(
159 void DefaultState::DetachState(WindowState* window_state) {
174 bool DefaultState::ProcessCompoundEvents(WindowState* window_state,
286 bool DefaultState
[all...]
/external/chromium_org/chrome/installer/util/
H A Dshell_util.h42 enum DefaultState { enum in class:ShellUtil
412 // Returns the DefaultState of Chrome for HTTP and HTTPS.
413 static DefaultState GetChromeDefaultState();
415 // Returns the DefaultState of the Chrome instance with the specified path
417 static DefaultState GetChromeDefaultStateFromPath(
420 // Returns the DefaultState of Chrome for |protocol|.
421 static DefaultState GetChromeDefaultProtocolClientState(
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp777 ConsumableAttr::ConsumedState DefaultState; local
782 DefaultState)) {
794 ConsumableAttr(Attr.getRange(), S.Context, DefaultState,
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 602 milliseconds