Home
last modified time | relevance | path

Searched refs:source_file_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dcrx_installer.cc138 &extension_file_util::DeleteFile, source_file_, false)); in ~CrxInstaller()
147 source_file_ = source_file; in InstallCrx()
165 source_file_ = source_file; in InstallUserScript()
176 ConvertUserScriptToExtension(source_file_, original_url_, &error); in ConvertUserScriptOnFileThread()
Dcrx_installer.h175 FilePath source_file_; variable
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc1113 source_file_, ::strlen(source_file_))) && in Lock()
1115 logging::LogMessage(source_file_, line_, logging::LOG_INFO).stream() in Lock()
1124 source_file_(source_file), line_(line), writer_(writer) { in BaseTransaction()
1132 source_file_(NULL), in BaseTransaction()
1158 source_file_, ::strlen(source_file_))) && in NotifyTransactionChangingAndEnding()
1160 logging::LogMessage(source_file_, line_, logging::LOG_INFO).stream() in NotifyTransactionChangingAndEnding()
Dsyncable.h1107 const char* const source_file_; variable