HomeSort by relevance Sort by last modified time
    Searched full:autostart (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium/chrome/common/
auto_start_linux.h 13 class AutoStart {
15 // Registers an application to autostart on user login. |is_terminal_app|
21 // Removes an autostart file.
23 // Gets the entire contents of an autostart file.
26 // Gets a specific value from an autostart file.
31 DISALLOW_IMPLICIT_CONSTRUCTORS(AutoStart);
auto_start_linux.cc 16 const FilePath::CharType kAutostart[] = "autostart";
29 bool AutoStart::AddApplication(const std::string& autostart_filename,
58 bool AutoStart::Remove(const std::string& autostart_filename) {
65 bool AutoStart::GetAutostartFileContents(
73 bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename,
service_process_util_linux.cc 87 return AutoStart::AddApplication(
95 return AutoStart::Remove(
  /external/chromium_org/chrome/common/
auto_start_linux.h 12 class AutoStart {
14 // Registers an application to autostart on user login. |is_terminal_app|
20 // Removes an autostart file.
22 // Gets the entire contents of an autostart file.
25 // Gets a specific value from an autostart file.
30 DISALLOW_IMPLICIT_CONSTRUCTORS(AutoStart);
auto_start_linux.cc 16 const base::FilePath::CharType kAutostart[] = "autostart";
29 bool AutoStart::AddApplication(const std::string& autostart_filename,
59 bool AutoStart::Remove(const std::string& autostart_filename) {
67 bool AutoStart::GetAutostartFileContents(
76 bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename,
service_process_util_linux.cc 80 return AutoStart::AddApplication(
88 return AutoStart::Remove(
service_process_util_unittest.cc 139 EXPECT_TRUE(AutoStart::GetAutostartFileValue(
162 EXPECT_FALSE(AutoStart::GetAutostartFileValue(
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleBootReceiver.java 14 // BEGIN_INCLUDE(autostart)
25 //END_INCLUDE(autostart)
  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_autostart_screen_actor.h 12 // Interface between kiosk autostart screen and its representation.
  /external/chromium/chrome/browser/
background_mode_manager_linux.cc 53 if (!AutoStart::Remove(ShellIntegration::GetDesktopName(environment.get()))) {
72 if (!AutoStart::AddApplication(
  /external/chromium_org/chrome/browser/background/
background_mode_manager_gtk.cc 42 if (!AutoStart::AddApplication(
53 if (!AutoStart::Remove(
  /frameworks/base/tests/HwAccelerationTest/res/layout/
stack.xml 32 android:autoStart="true" />
widget.xml 40 android:autoStart="true"
  /packages/experimental/DreamTheater/res/layout/
slideshow.xml 20 android:autoStart="true"
  /packages/services/Telephony/res/xml/
cdma_options.xml 40 <extra android:name="autoStart" android:value="true" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt 36 ?android:autoStart
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
android.R.attr.html 94 <A NAME="android.R.attr.autoStart"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#autoStart" target="_top"><code>autoStart</code></A></nobr>
fields_index_additions.html 65 <nobr><A HREF="android.R.attr.html#android.R.attr.autoStart" class="hiddenlink" target="rightframe">autoStart</A>
  /hardware/ti/omap3/dspbridge/inc/
cfg.h 57 *! 04-Jun-1996 gp: Added AutoStart regkey and accessor function. Placed
91 * Retreive the autostart mask, if any, for this board.
94 * pdwAutoStart: Ptr to location for 32 bit autostart mask.
102 * DSP_SOK: *pdwAutoStart contains autostart mask for this devnode.
dbreg.h 98 #define AUTOSTART "AutoStart" /* Statically load flag */
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 201 public void setAutoStart(boolean autoStart) {
202 mAutoStart = autoStart;
AdapterViewFlipper.java 251 public void setAutoStart(boolean autoStart) {
252 mAutoStart = autoStart;
  /system/core/init/
init.h 66 #define SVC_DISABLED 0x01 /* do not autostart with class */
  /external/qemu/
sysemu.h 97 extern int autostart;
  /packages/apps/UnifiedEmail/res/layout/
widget.xml 67 android:autoStart="true"

Completed in 1375 milliseconds

1 2 3