Searched refs:source_file_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | crx_installer.cc | 138 &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()
|
D | crx_installer.h | 175 FilePath source_file_; variable
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable.cc | 1113 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()
|
D | syncable.h | 1107 const char* const source_file_; variable
|