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

  /external/chromium_org/content/browser/
site_instance_impl.cc 78 RenderProcessHost::ShouldUseProcessPerSite(browser_context, site_) &&
79 RenderProcessHostImpl::GetProcessHostForSite(browser_context, site_)) {
101 RenderProcessHost::ShouldUseProcessPerSite(browser_context, site_);
104 site_);
109 browser_context, site_)) {
111 site_);
124 SupportsBrowserPlugin(browser_context, site_);
128 site_.SchemeIs(chrome::kGuestScheme));
138 process_, site_);
163 site_ = GetSiteForURL(browser_context, url)
    [all...]
site_instance_impl.h 123 GURL site_; member in class:content::SiteInstanceImpl
  /external/chromium/chrome/common/
sqlite_utils.cc 206 site_(site) {
217 if (site_->GetTopTransaction() == this) {
218 site_->SetTopTransaction(NULL);
224 DCHECK(site_ && site_->GetTopTransaction());
228 if (site_->GetTopTransaction() == this) {
232 site_->OnBegin();
236 if (site_->GetTopTransaction()->needs_rollback_) {
246 DCHECK(site_ && site_->GetTopTransaction())
    [all...]
sqlite_utils.h 171 SQLNestedTransactionSite* site_; member in class:SQLNestedTransaction

Completed in 56 milliseconds