HomeSort by relevance Sort by last modified time
    Searched refs:GetStore (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/rlz/lib/
rlz_lib_clear.cc 21 rlz_lib::RlzValueStore* store = lock.GetStore();
33 rlz_lib::RlzValueStore* store = lock.GetStore();
55 if (!lock_->GetStore())
72 if (lock_->GetStore())
rlz_value_store.h 81 // it is in scope. If the class fails to acquire a lock, its GetStore() method
85 // RlzValueStore* store = lock.GetStore();
97 RlzValueStore* GetStore();
rlz_lib.cc 148 rlz_lib::RlzValueStore* store = lock.GetStore();
226 RlzValueStore* store = lock.GetStore();
245 RlzValueStore* store = lock.GetStore();
274 RlzValueStore* store = lock.GetStore();
303 RlzValueStore* store = lock.GetStore();
315 RlzValueStore* store = lock.GetStore();
500 rlz_lib::RlzValueStore* store = lock.GetStore();
615 RlzValueStore* store = lock.GetStore();
financial_ping.cc 104 RlzValueStore* store = lock.GetStore();
354 RlzValueStore* store = lock.GetStore();
382 RlzValueStore* store = lock.GetStore();
393 RlzValueStore* store = lock.GetStore();
financial_ping_test.cc 184 rlz_lib::RlzValueStore* store = lock.GetStore();
  /external/chromium_org/v8/tools/testrunner/local/
perfdata.py 113 def GetStore(self, arch, mode):
execution.py 65 self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode)
  /external/chromium_org/v8/tools/testrunner/server/
main.py 233 data_store = self.perf_data_manager.GetStore(arch, mode)
237 data_store = self.perf_data_manager.GetStore(arch, mode)
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 359 SafeBrowsingStore* GetStore(int list_id);
safe_browsing_database.cc 423 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
886 SafeBrowsingStore* store = GetStore(list_id)
    [all...]
  /external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.cc 326 RlzValueStore* ScopedRlzValueStoreLock::GetStore() {
  /external/chromium_org/rlz/win/lib/
rlz_value_store_registry.cc 382 RlzValueStore* ScopedRlzValueStoreLock::GetStore() {
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 60 self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 55 #define MAPI_IMAPIMESSAGESITE_METHODS(IPURE) MAPIMETHOD(GetSession) (THIS_ LPMAPISESSION *ppSession) IPURE; MAPIMETHOD(GetStore) (THIS_ LPMDB *ppStore) IPURE; MAPIMETHOD(GetFolder) (THIS_ LPMAPIFOLDER *ppFolder) IPURE; MAPIMETHOD(GetMessage) (THIS_ LPMESSAGE *ppmsg) IPURE; MAPIMETHOD(GetFormManager) (THIS_ LPMAPIFORMMGR *ppFormMgr) IPURE; MAPIMETHOD(NewMessage) (THIS_ ULONG fComposeInFolder,LPMAPIFOLDER pFolderFocus,LPPERSISTMESSAGE pPersistMessage,LPMESSAGE *ppMessage,LPMAPIMESSAGESITE *ppMessageSite,LPMAPIVIEWCONTEXT *ppViewContext) IPURE; MAPIMETHOD(CopyMessage) (THIS_ LPMAPIFOLDER pFolderDestination) IPURE; MAPIMETHOD(MoveMessage) (THIS_ LPMAPIFOLDER pFolderDestination,LPMAPIVIEWCONTEXT pViewContext,LPCRECT prcPosRect) IPURE; MAPIMETHOD(DeleteMessage) (THIS_ LPMAPIVIEWCONTEXT pViewContext,LPCRECT prcPosRect) IPURE; MAPIMETHOD(SaveMessage) (THIS) IPURE; MAPIMETHOD(SubmitMessage) (THIS_ ULONG ulFlags) IPURE; MAPIMETHOD(GetSiteStatus) (THIS_ LPULONG lpulStatus) IPURE;

Completed in 425 milliseconds