HomeSort by relevance Sort by last modified time
    Searched refs:GetStore (Results 1 - 21 of 21) 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/sync/internal_api/public/attachments/
attachment_service.h 67 virtual AttachmentStore* GetStore() = 0;
attachment_service_proxy.h 55 // GetStore always returns NULL.
56 virtual AttachmentStore* GetStore() OVERRIDE;
86 virtual AttachmentStore* GetStore() OVERRIDE;
attachment_service_impl.h 62 virtual AttachmentStore* GetStore() OVERRIDE;
  /external/chromium_org/sync/internal_api/attachments/
attachment_service_proxy_unittest.cc 37 virtual AttachmentStore* GetStore() OVERRIDE { return NULL; }
158 TEST_F(AttachmentServiceProxyTest, GetStore) {
159 EXPECT_EQ(NULL, proxy->GetStore());
attachment_service_proxy.cc 61 AttachmentStore* AttachmentServiceProxy::GetStore() {
110 AttachmentStore* AttachmentServiceProxy::Core::GetStore() {
attachment_service_impl_unittest.cc 275 TEST_F(AttachmentServiceImplTest, GetStore) {
276 EXPECT_EQ(store(), attachment_service()->GetStore());
attachment_service_impl.cc 164 AttachmentStore* AttachmentServiceImpl::GetStore() {
  /external/chromium_org/v8/tools/testrunner/local/
perfdata.py 113 def GetStore(self, arch, mode):
execution.py 66 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 358 SafeBrowsingStore* GetStore(int list_id);
safe_browsing_database.cc 422 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int 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 718 milliseconds