Searched refs:attachment_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl.cc21 const AttachmentUrl& attachment_url);
24 AttachmentUrl attachment_url; member in struct:syncer::AttachmentDownloaderImpl::DownloadState
34 const AttachmentUrl& attachment_url)
35 : attachment_id(attachment_id), attachment_url(attachment_url) {
98 CreateFetcher(download_state->attachment_url, access_token).Pass();
119 DCHECK(state_map_.find(download_state->attachment_url) != state_map_.end());
120 state_map_.erase(download_state->attachment_url);
32 DownloadState( const AttachmentId& attachment_id, const AttachmentUrl& attachment_url) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Durls.py66 attachment_url = _bug_server_regex + r"attachment\.cgi\?id=(?P<attachment_id>\d+)(&action=(?P<action>\w+))?"
91 match = re.search(attachment_url, string)

Completed in 77 milliseconds