HomeSort by relevance Sort by last modified time
    Searched refs:Task (Results 76 - 100 of 338) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h 51 Task* callback);
79 Task* callback_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FindMachineTask.java 19 import org.apache.tools.ant.Task;
27 public class FindMachineTask extends Task {
VersionNumberStripper.java 13 import org.apache.tools.ant.Task;
23 public class VersionNumberStripper extends Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedGetPropertyTask.java 16 import org.apache.tools.ant.Task;
31 public class RSSFeedGetPropertyTask extends Task {
57 // The method executing the task
  /sdk/anttasks/src/com/android/ant/
GetEmmaFilterTask.java 20 import org.apache.tools.ant.Task;
23 * Task building an emma filter to remove all build-only classes.
32 public class GetEmmaFilterTask extends Task {
IfElseTask.java 20 import org.apache.tools.ant.Task;
58 public class IfElseTask extends Task {
XPathTask.java 22 import org.apache.tools.ant.Task;
33 * Android specific XPath task.
37 public class XPathTask extends Task {
  /external/chromium/chrome/browser/
upgrade_detector.cc 14 #include "base/task.h"
65 // This task checks the currently running version of Chrome against the
67 // callback task. Otherwise it just deletes the task.
68 class DetectUpgradeTask : public Task {
70 explicit DetectUpgradeTask(Task* upgrade_detected_task,
80 new DeleteTask<Task>(upgrade_detected_task_));
146 Task* upgrade_detected_task_;
190 Task* callback_task =
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.h 128 class Task {
129 WTF_MAKE_NONCOPYABLE(Task); WTF_MAKE_FAST_ALLOCATED;
131 Task() { }
132 virtual ~Task();
138 virtual void postTask(PassOwnPtr<Task>) = 0; // Executes the task on context's thread asynchronously.
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 10 #include "base/task.h"
22 // appropriate event is received the task is notified.
25 InputDispatcher(Task* task, WPARAM message_waiting_for);
32 // an event that notifies the task.
40 // Notifies the task and release this (which should delete it).
43 // The task we notify.
44 scoped_ptr<Task> task_;
110 InputDispatcher::InputDispatcher(Task* task, UINT message_waiting_for
    [all...]
ui_controls_linux.cc 27 EventWaiter(Task* task, GdkEventType type, int count)
28 : task_(task),
59 Task* task_;
147 Task* task) {
156 // This object will delete itself after running |task|.
157 new EventWaiter(task, GDK_KEY_RELEASE, release_count);
172 bool SendMouseMoveNotifyWhenDone(long x, long y, Task* task) {
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 26 import org.apache.tools.ant.Task;
113 Element (final Task task, final IProperties settings)
115 if (task == null)
116 throw new IllegalArgumentException ("null input: task");
120 m_task = task;
151 protected final Task m_task; // never null
167 Element_HTML (final Task task, final IProperties settings)
169 super (task, settings)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store.h 19 class Task;
132 // Schedule the given |task| to be run in the PasswordStore's own thread.
133 virtual void ScheduleTask(Task* task);
182 // the method specified in |task| and then calls back into the source thread
185 // method will actually modify the password store data. |task| may not be
186 // NULL. This method owns and will delete |task|.
187 void WrapModificationTask(Task* task);
  /external/chromium/chrome/common/
service_process_util_posix.cc 17 Task* shutdown_task)
139 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
142 scoped_ptr<Task> scoped_shutdown_task(shutdown_task);
service_process_util_win.cc 13 #include "base/task.h"
52 explicit ServiceProcessShutdownMonitor(Task* shutdown_task)
71 scoped_ptr<Task> shutdown_task_;
127 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
130 scoped_ptr<Task> scoped_shutdown_task(shutdown_task);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 19 import org.apache.tools.ant.Task;
41 public GenericCfg (final Task task)
43 if (task == null) throw new IllegalArgumentException ("null input: task");
45 m_task = task;
141 private final Task m_task;
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerBase.h 83 virtual void postTaskToLoader(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
85 PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const WTF::String& mode);
98 // Executes the given task on the main thread.
99 static void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h 58 byte Task();
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 25 class CancelTask : public Task {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 60 // Invoke a task that gets run after the service process successfully
61 // launches. The task typically involves sending an IPC to the service
63 bool InvokeServiceTask(Task* task);
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 13 #include "base/task.h"
55 class CreateRootTask : public Task {
  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 56 invalidation::Closure* task) {
59 Task* task_to_post = MakeTaskToPost(task);
68 invalidation::Closure* task) {
71 Task* task_to_post = MakeTaskToPost(task);
81 invalidation::Closure* task) {
84 ScheduleImmediately(task);
146 Task* ChromeSystemResources::MakeTaskToPost(
147 invalidation::Closure* task) {
    [all...]
chrome_system_resources.h 18 #include "base/task.h"
40 invalidation::Closure* task);
42 virtual void ScheduleImmediately(invalidation::Closure* task);
44 virtual void ScheduleOnListenerThread(invalidation::Closure* task);
65 // If the scheduler has been started, inserts |task| into
66 // |posted_tasks_| and returns a Task* to post. Otherwise,
67 // immediately deletes |task| and returns NULL.
68 Task* MakeTaskToPost(invalidation::Closure* task);
70 // Runs the task, deletes it, and removes it from |posted_tasks_|
    [all...]

Completed in 5399 milliseconds

1 2 34 5 6 7 8 91011>>