Searched defs:AppState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_app_helper.cc19 struct AppState { struct in namespace:__anon5860
20 AppState();
21 ~AppState();
23 bool Equals(const AppState& other) const;
29 typedef std::map<std::string, AppState> AppStateMap;
31 AppState::AppState() {} function in class:__anon5860::AppState
33 AppState::~AppState() {}
35 bool AppState
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppState.java39 * AppState represents a continously executing code inside the main loop.
40 * An <code>AppState</code> can track when it is attached to the
41 * {@link AppStateManager} or when it is detached. <br/><code>AppState</code>s
42 * are initialized in the render thread, upon a call to {@link AppState#initialize(com.jme3.app.state.AppStateManager, com.jme3.app.Application) }
43 * and are de-initialized upon a call to {@link AppState#cleanup()}.
45 * {@link AppState#isInitialized() } as specified above.<br/>
50 public interface AppState { interface
53 * Called to initialize the AppState.
67 * Enable or disable the functionality of the <code>AppState</code>.
69 * <code>AppState</cod
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h64 enum AppState { enum in class:ChromeLauncherController
253 AppState app_state) = 0;

Completed in 105 milliseconds