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

<<11121314

  /external/chromium/chrome/browser/
aeropeek_manager.cc 237 // A task that registers a thumbnail window as a child of the specified
239 class RegisterThumbnailTask : public Task {
292 // A task which creates a thumbnail image used by AeroPeek and sends it to
294 class SendThumbnailTask : public Task {
428 // An event to notify when this task finishes.
432 // A task which creates a preview image used by AeroPeek and sends it to
434 // This task becomes more complicated than SendThumbnailTask because this task
437 // This task is used if an AeroPeek window receives a
439 class SendLivePreviewTask : public Task {
    [all...]
shell_integration_win.cc 17 #include "base/task.h"
75 class MigrateChromiumShortcutsTask : public Task {
browser_browsertest.cc 113 class CloseWindowTask : public Task {
128 class RunCloseWithAppMenuTask : public Task {
133 // ShowAppMenu is modal under views. Schedule a task that closes the window.
jumplist_win.cc 331 // * The "Task" category is a registered category.
333 // * The items in the "Task" category are static.
339 // "Task" category. (We can also use this object for the "Task" category.)
478 // Represents a task which updates an application JumpList.
479 // This task encapsulates all I/O tasks and OS-specific tasks required for
485 // To spawn this task,
486 // 1. Prepare objects required by this task:
493 // 3. Post this task to the file thread.
494 class JumpListUpdateTask : public Task {
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 109 class SetAsDefaultBrowserTask : public Task {
236 class NotifyNotDefaultBrowserTask : public Task {
269 class CheckDefaultBrowserTask : public Task {
    [all...]
  /external/v8/benchmarks/
richards.js 44 * The Richards benchmark simulates the task dispatcher of an
84 * how many times a task is put on hold in a correct run of richards.
95 * priorities. Scheduling is done by maintaining a list of task control blocks
120 * Add an idle task to this scheduler.
121 * @param {int} id the identity of the task
122 * @param {int} priority the task's priority
123 * @param {Packet} queue the queue of work to be processed by the task
124 * @param {int} count the number of times to schedule the task
131 * Add a work task to this scheduler.
132 * @param {int} id the identity of the task
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 39 * The Richards benchmark simulates the task dispatcher of an
79 * how many times a task is put on hold in a correct run of richards.
90 * priorities. Scheduling is done by maintaining a list of task control blocks
115 * Add an idle task to this scheduler.
116 * @param {int} id the identity of the task
117 * @param {int} priority the task's priority
118 * @param {Packet} queue the queue of work to be processed by the task
119 * @param {int} count the number of times to schedule the task
126 * Add a work task to this scheduler.
127 * @param {int} id the identity of the task
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 39 * The Richards benchmark simulates the task dispatcher of an
79 * how many times a task is put on hold in a correct run of richards.
90 * priorities. Scheduling is done by maintaining a list of task control blocks
115 * Add an idle task to this scheduler.
116 * @param {int} id the identity of the task
117 * @param {int} priority the task's priority
118 * @param {Packet} queue the queue of work to be processed by the task
119 * @param {int} count the number of times to schedule the task
126 * Add a work task to this scheduler.
127 * @param {int} id the identity of the task
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 39 * The Richards benchmark simulates the task dispatcher of an
79 * how many times a task is put on hold in a correct run of richards.
90 * priorities. Scheduling is done by maintaining a list of task control blocks
115 * Add an idle task to this scheduler.
116 * @param {int} id the identity of the task
117 * @param {int} priority the task's priority
118 * @param {Packet} queue the queue of work to be processed by the task
119 * @param {int} count the number of times to schedule the task
126 * Add a work task to this scheduler.
127 * @param {int} id the identity of the task
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 446 // Observer that posts task upon the context menu creation.
451 explicit ContextMenuNotificationObserver(Task* task) : task_(task) {
463 // Sets the task that is posted when the context menu is shown.
464 void set_task(Task* task) { task_ = task; }
468 Task* task_;
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 334 /* USB main task. Performs enumeration/cleanup */
335 void USB::Task( void ) //USB state machine
344 /* modify USB task state if Vbus changed */
363 //Serial.print("USB task state: ");
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 80 class ResetDefaultProxyConfigServiceTask : public Task {
87 // Task override.
camera.cc 581 Task* task) {
586 thread_->message_loop()->PostTask(from_here, task);
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 11 #include "base/task.h"
516 // Posts a task to IO thread with the new config, so it can update
518 Task* task = NewRunnableMethod(this, local
522 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task))
523 VLOG(1) << "Couldn't post task to IO thread to set new proxy config";
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 141 // Calling NotifyAuthSupplied() directly instead of posting a task
382 // This task is run on the UI thread and creates a constrained window with
385 class LoginDialogTask : public Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 137 // We observed mDNSResponder spending 30% of its total CPU time on this single task alone.
265 #pragma mark - RR List Management & Task Management
  /external/chromium/net/ocsp/
nss_ocsp.cc 62 void PostTaskToIOLoop(const tracked_objects::Location& from_here, Task* task);
496 const tracked_objects::Location& from_here, Task* task) {
499 io_loop_->PostTask(from_here, task);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 26 import org.apache.tools.ant.Task;
44 public class TestResultsGenerator extends Task {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 28 import org.apache.tools.ant.Task;
33 public class UpdateBugStateTask extends Task
  /external/chromium/net/disk_cache/
backend_impl.cc 85 // This is a simple Task to cleanup old caches.
86 class CleanupTask : public Task {
118 // Moves the cache files to a new folder and creates a task to delete them.
270 // A task to perform final cleanup on the background thread.
271 class FinalCleanup : public Task {
    [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 116 class SetupWatchTask : public Task {
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 209 class LoginDatabaseQueryTask : public Task {
351 // task to notify us that it's safe to carry on with the test.
369 // Again, the WDS schedules tasks to run on the DB thread, so schedule a task
470 // task to notify us that it's safe to carry on with the test.
552 // yet another task to notify us that it's safe to carry on with the test.
635 // Schedule another task on the DB thread to notify us that it's safe to
  /external/chromium/chrome/browser/themes/
theme_service.cc 174 class WritePackToDiskTask : public Task {

Completed in 1063 milliseconds

<<11121314