OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islaunching
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Launcher/
ThreadLauncher.h
53
bool
isLaunching
() const { return m_isLaunching; }
ProcessLauncher.h
68
bool
isLaunching
() const { return m_isLaunching; }
/external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp
80
if (m_processLauncher->
isLaunching
()) {
95
if (m_processLauncher->
isLaunching
()) {
109
if (m_processLauncher->
isLaunching
()) {
/external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc
79
} while ( (be_app == NULL) || be_app->
IsLaunching
() );
/external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp
135
if (
isLaunching
()) {
147
bool WebProcessProxy::
isLaunching
() const
150
return m_processLauncher->
isLaunching
();
152
return m_threadLauncher->
isLaunching
();
WebProcessProxy.h
89
bool
isLaunching
() const;
90
bool canSendMessage() const { return isValid() ||
isLaunching
(); }
ChunkedUpdateDrawingAreaProxy.cpp
70
if (page->process()->
isLaunching
())
DrawingAreaProxyImpl.cpp
298
if (m_webPageProxy->process()->
isLaunching
())
TiledDrawingAreaProxy.cpp
321
if (page->process()->
isLaunching
())
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java
687
// returns true if
isLaunching
() was true on the old task
689
boolean
isLaunching
= false;
692
if (oldTask.
isLaunching
()) {
693
isLaunching
= true;
697
return
isLaunching
;
700
public void startLoader(Context context, boolean
isLaunching
) {
703
Log.d(TAG, "startLoader
isLaunching
=" +
isLaunching
);
709
// also, don't downgrade
isLaunching
if we're already running
710
isLaunching
= isLaunching || stopLoaderLocked()
[
all
...]
/development/samples/Home/src/com/example/android/home/
Home.java
258
private void bindFavorites(boolean
isLaunching
) {
259
if (!
isLaunching
|| mFavorites == null) {
479
private void loadApplications(boolean
isLaunching
) {
480
if (
isLaunching
&& mApplications != null) {
Completed in 200 milliseconds