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

<<11121314

  /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/
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/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 {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
ant-jsch.jar 
ant-apache-oro.jar 
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 17 #include "base/task.h"
297 void StartSyncService(Task* task,
303 task));
473 class AddAutofillTask : public Task {
593 NOTREACHED() << "Failed to post task to the db thread.";
609 NOTREACHED() << "Failed to post task to the db thread.";
641 CreateRootTask task(this, syncable::AUTOFILL);
643 StartSyncService(&task, false, syncable::AUTOFILL);
644 ASSERT_TRUE(task.success())
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 9 #include "base/task.h"
635 void WebDataService::ScheduleTask(Task* t) {
639 NOTREACHED() << "Task scheduled after Shutdown()";
    [all...]
  /external/emma/lib/
emma_ant.jar 

Completed in 1863 milliseconds

<<11121314