Searched refs:RemoveAll (Results 26 - 50 of 207) sorted by relevance

123456789

/external/chromium_org/ui/views/layout/
H A Dgrid_layout_unittest.cc58 void RemoveAll() { function in class:views::GridLayoutTest
79 void RemoveAll() { function in class:views::GridLayoutAlignmentTest
94 RemoveAll();
146 RemoveAll();
170 RemoveAll();
195 RemoveAll();
222 RemoveAll();
252 RemoveAll();
282 RemoveAll();
306 RemoveAll();
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h142 RemoveAll (bool notify);
H A DWatchpointList.h244 RemoveAll (bool notify);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DEventHandlerRegistry.cpp68 ASSERT(op == Remove || op == RemoveAll);
69 ASSERT(op == RemoveAll || targets->contains(target));
71 if (op == RemoveAll) {
162 updateEventHandlerInternal(RemoveAll, handlerClass, &target);
247 updateEventHandlerInternal(RemoveAll, handlerClass, targetsToRemove[i]);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_enable_flow.cc123 registrar_.RemoveAll();
124 extension_registry_observer_.RemoveAll();
/external/chromium_org/ui/base/models/
H A Dlist_model_unittest.cc120 TEST_F(ListModelTest, RemoveAll) {
135 model.RemoveAll();
H A Dlist_model.h49 void RemoveAll() { function in class:ui::ListModel
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_reauth.cc69 notification_registrar_.RemoveAll();
/external/chromium_org/chrome/browser/ssl/
H A Dssl_client_auth_observer.cc84 notification_registrar_.RemoveAll();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h148 void RemoveAll();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.cc61 registrar_.RemoveAll();
129 registrar_.RemoveAll();
168 registrar_.RemoveAll();
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_offline_signin_limiter.cc85 pref_change_registrar_.RemoveAll();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.cc133 notification_registrar_.RemoveAll();
/external/chromium_org/chrome/browser/extensions/
H A Dtheme_installed_infobar_delegate.cc101 registrar_.RemoveAll();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h128 void RemoveAll(int profile);
H A Dsingle_client_bookmarks_sync_test.cc27 using bookmarks_helper::RemoveAll;
287 RemoveAll(0);
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc77 registrar_.RemoveAll();
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model_unittest.cc36 registrar_.RemoveAll();
/external/chromium_org/v8/src/
H A Dhydrogen-store-elimination.cc16 flags.RemoveAll();
/external/pdfium/core/src/fxcrt/
H A Dextension.h159 m_Blocks.RemoveAll();
277 m_Blocks.RemoveAll();
337 m_Blocks.RemoveAll();
349 m_Blocks.RemoveAll();
H A Dfx_basic_maps.cpp28 void CFX_MapPtrToPtr::RemoveAll() function in class:CFX_MapPtrToPtr
41 RemoveAll();
184 RemoveAll();
198 void CFX_MapByteStringToPtr::RemoveAll() function in class:CFX_MapByteStringToPtr
218 RemoveAll();
314 RemoveAll();
446 RemoveAll();
448 void CFX_CMapByteStringToPtr::RemoveAll() function in class:CFX_CMapByteStringToPtr
455 m_Buffer.RemoveAll();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp92 m_ObjectStreamMap.RemoveAll();
93 m_SortedOffset.RemoveAll();
94 m_CrossRef.RemoveAll();
95 m_V5Type.RemoveAll();
96 m_ObjVersion.RemoveAll();
101 m_Trailers.RemoveAll();
609 m_CrossRef.RemoveAll();
610 m_V5Type.RemoveAll();
611 m_SortedOffset.RemoveAll();
612 m_ObjVersion.RemoveAll();
[all...]
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp40 m_pCurrLine->RemoveAll();
45 m_pTempLine->RemoveAll();
315 pTable->m_pCellArray.RemoveAll();
316 pTable->m_nCell.RemoveAll();
431 prevLine.RemoveAll();
434 line.RemoveAll();
471 prevLine.RemoveAll();
473 line.RemoveAll();
493 prevLine.RemoveAll();
496 line.RemoveAll();
[all...]
/external/chromium_org/base/prefs/
H A Dpref_change_registrar_unittest.cc104 TEST_F(PrefChangeRegistrarTest, RemoveAll) {
120 registrar.RemoveAll();
123 // Explicitly check the expectations now to make sure that the RemoveAll
/external/chromium_org/chrome/browser/ui/
H A Dgesture_prefs_observer_factory_aura.cc122 registrar_.RemoveAll();
142 registrar_.RemoveAll();

Completed in 529 milliseconds

123456789