HomeSort by relevance Sort by last modified time
    Searched defs:blocker (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
task_dependency_manager_unittest.cc 24 TaskBlocker blocker; local
25 blocker.app_id = app_id;
26 blocker.paths.push_back(MakePath(path));
27 return manager->Insert(&blocker);
33 TaskBlocker blocker; local
34 blocker.app_id = app_id;
35 blocker.paths.push_back(MakePath(path));
36 return manager->Erase(&blocker);
40 TaskBlocker blocker; local
41 blocker.exclusive = true
46 TaskBlocker blocker; local
55 TaskBlocker blocker; local
    [all...]
  /external/chromium_org/v8/src/compiler/
gap-resolver.cc 105 op_iterator blocker = std::find_if( local
108 if (blocker == moves->end()) {
115 DCHECK(blocker->IsPending());
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc 63 message_center::NotificationBlocker* blocker) OVERRIDE {
80 const message_center::NotificationBlocker* blocker() { function in class:MultiUserNotificationBlockerChromeOSTest
109 return blocker()->ShouldShowNotificationAsPopup(id_with_profile);
117 return blocker()->ShouldShowNotification(id_with_profile);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.h 73 int blocker; member in struct:rbug_context::__anon18546
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 73 int blocker; member in struct:rbug_context::__anon6884
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.h 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply
181 rbug_block_t blocker,
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply
181 rbug_block_t blocker,
  /external/chromium_org/mojo/shell/
app_child_process.cc 32 // Blocker ---------------------------------------------------------------------
36 class Blocker {
51 friend class Blocker;
52 Unblocker(Blocker* blocker) : blocker_(blocker) {
56 Blocker* blocker_;
61 Blocker() : event_(true, false) {}
62 ~Blocker() {}
78 DISALLOW_COPY_AND_ASSIGN(Blocker);
280 Blocker blocker; local
    [all...]
  /external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc 89 void BlockTask(int id, ThreadBlocker* blocker) {
98 blocker->Block();
226 ThreadBlocker blocker; local
230 tracker(), -1, &blocker));
235 blocker.Unblock(kNumWorkerThreads);
258 ThreadBlocker* blocker,
264 blocker->Unblock(threads_to_awake);
410 ThreadBlocker blocker; local
414 base::Bind(&TestTracker::BlockTask, tracker(), 100, &blocker));
447 blocker.Unblock(1)
459 ThreadBlocker blocker; local
509 ThreadBlocker blocker; local
555 ThreadBlocker blocker; local
606 ThreadBlocker blocker; local
649 ThreadBlocker blocker; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 

Completed in 281 milliseconds