Searched defs:removed (Results 26 - 50 of 131) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.cpp156 bool removed = eventQueue->cancelEvent(m_enqueuedEvents[i].get()); local
157 ASSERT_UNUSED(removed, removed);
547 // other reasons they must be removed from this list via dequeueEvent().
H A DIDBDatabase.cpp388 bool removed = eventQueue->cancelEvent(m_enqueuedEvents[i].get()); local
389 ASSERT_UNUSED(removed, removed);
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc332 MessageList* removed) {
338 if (removed) {
339 removed->push_back(msgPeek_);
350 if (removed) {
351 removed->push_back(*it);
367 if (removed) {
368 removed->push_back(it->msg_);
331 Clear(MessageHandler *phandler, uint32 id, MessageList* removed) argument
H A Dthread.cc516 MessageList* removed) {
527 if (removed) {
528 removed->push_back(smsg.msg);
540 MessageQueue::Clear(phandler, id, removed);
515 Clear(MessageHandler *phandler, uint32 id, MessageList* removed) argument
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp153 unsigned removed; local
161 // Up to 2 branches are removed.
162 // Note that indirect branches are not removed.
163 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
169 return removed;
246 // Return if the last instruction cannot be removed.
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c206 wpa_printf(MSG_DEBUG, "RSN: removed the oldest idle "
251 int removed = 0; local
269 removed++;
275 if (removed)
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c206 wpa_printf(MSG_DEBUG, "RSN: removed the oldest idle "
251 int removed = 0; local
269 removed++;
275 if (removed)
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c206 wpa_printf(MSG_DEBUG, "RSN: removed the oldest idle "
251 int removed = 0; local
269 removed++;
275 if (removed)
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc177 OnVisitRemoved::Removed removed; local
178 removed.all_history = details->all_history;
185 removed.urls.reset(urls);
187 scoped_ptr<base::ListValue> args = OnVisitRemoved::Create(removed);
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc233 bool removed = false; local
242 removed = true;
245 return removed;
250 bool removed = false; local
259 removed = true;
262 return removed;
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc618 bool removed = false; local
622 removed = true;
625 if (!removed)
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc82 // |removed| is a list of namespaces that were present in the previous
83 // schema and have been removed in the updated version.
85 scoped_ptr<PolicyNamespaceList> removed);
187 scoped_ptr<PolicyNamespaceList> removed) {
188 // Purge any components that have been removed.
196 if (removed) {
197 for (size_t i = 0; i < removed->size(); ++i)
198 updater_->CancelUpdate((*removed)[i]);
461 scoped_ptr<PolicyNamespaceList> removed(new PolicyNamespaceList);
465 new_schema_map->GetChanges(current_schema_map_, removed
185 OnSchemasUpdated( scoped_refptr<SchemaMap> schema_map, scoped_ptr<PolicyNamespaceList> removed) argument
[all...]
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc579 void FocusManager::ViewRemoved(View* removed) { argument
580 // If the view being removed contains (or is) the focused view,
584 if (focused_view_ && removed->Contains(focused_view_))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui_3.6.1.M20100826-1330.jar ... runtime.preferences.IEclipsePreferences$NodeChangeEvent event public void removed (org.eclipse.core.runtime.preferences. ...
/external/fio/
H A Dclient.h94 client_timed_out_op *removed; member in struct:client_ops
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_win.c296 int removed = 0; local
306 removed++;
310 return removed;
319 int removed = 0; local
330 removed = 1;
337 return removed;
H A Deloop.c666 int removed = 0; local
676 removed++;
680 return removed;
689 int removed = 0; local
700 removed = 1;
707 return removed;
/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c296 int removed = 0; local
306 removed++;
310 return removed;
319 int removed = 0; local
330 removed = 1;
337 return removed;
H A Deloop.c666 int removed = 0; local
676 removed++;
680 return removed;
689 int removed = 0; local
700 removed = 1;
707 return removed;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_win.c296 int removed = 0; local
306 removed++;
310 return removed;
319 int removed = 0; local
330 removed = 1;
337 return removed;
H A Deloop.c666 int removed = 0; local
676 removed++;
680 return removed;
689 int removed = 0; local
700 removed = 1;
707 return removed;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp324 bool removed = m_placedFloatsTree.remove(intervalForFloatingObject(floatingObject)); local
325 ASSERT_UNUSED(removed, removed);
/external/chromium_org/v8/src/
H A Dsampler.cc524 bool removed = instance_->active_samplers_.RemoveElement(sampler); local
525 DCHECK(removed);
526 USE(removed);
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp691 bool removed = getVarInfo(Reg).removeKill(MI); local
692 assert(removed && "kill not in register's VarInfo?");
693 (void)removed;
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c94 int removed; member in struct:joystick_hwdata
158 device->removed = 1;
729 if (device->removed) /* device was unplugged; ignore it. */

Completed in 3417 milliseconds

123456