HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1101 - 1125 of 2856) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos_unittest.cc 225 StorageInfo info; local
226 if (!monitor_->GetStorageInfoForPath(base::FilePath(device_location), &info))
229 return info.total_size_in_bytes();
storage_monitor_win_unittest.cc 201 StorageInfo info; local
203 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &info));
204 if (StorageInfo::IsRemovableDevice(info.device_id()))
282 StorageInfo info; local
284 base::FilePath(ASCIIToUTF16("F:\\")), &info));
285 EXPECT_EQ(ASCIIToUTF16("F:\\"), info.location());
287 info.device_id());
288 EXPECT_EQ(ASCIIToUTF16("F:\\ Drive"), info.storage_label());
291 base::FilePath(ASCIIToUTF16("G:\\")), &info));
293 base::FilePath(ASCIIToUTF16("F:\\")), &info));
321 StorageInfo info; local
482 StorageInfo info; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 141 const extensions::PendingExtensionInfo* info = local
143 if (!info)
145 return info->is_from_sync();
162 const extensions::PendingExtensionInfo* info = NULL; local
164 ASSERT_TRUE((info = pending_extension_manager->GetById(*iter)));
165 if (!info->is_from_sync())
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 192 const ChangeInfo& info = found->second; local
193 change_seqs_[info.change_seq] = url;
194 changes_[url] = info;
378 ChangeInfo& info = (*changes)[url]; local
379 if (info.change_seq >= 0 && change_seqs)
380 change_seqs->erase(info.change_seq);
381 info.change_list.Update(change);
382 if (info.change_list.empty()) {
386 info.change_seq = new_change_seq;
388 (*change_seqs)[info.change_seq] = url
    [all...]
local_file_sync_service_unittest.cc 347 // Retrieve the expected file info.
348 base::PlatformFileInfo info; local
352 kFile, &info, &platform_path));
354 ASSERT_FALSE(info.is_directory);
355 ASSERT_EQ(kTestFileDataSize, info.size);
359 metadata.size = info.size;
360 metadata.last_modified = info.last_modified;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 711 LOG(INFO) << "Skipping test due to ShouldSkipStateAndEventPair("
805 const StateTransitionInfo& info = state_transitions_[state1][state2]; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk_unittest.cc 172 RunInfo info = RunInfoForAttrType(location, local
175 return info.length_;
181 RunInfo info = RunInfoForAttrType(location, local
185 return info.attr_ && pango_attribute_equal(info.attr_, attribute);
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 100 LOG(INFO) << "Rendering didn't match, see result " <<
132 base::PlatformFileInfo info; local
133 ASSERT_TRUE(base::GetFileInfo(reference, &info));
134 int size = static_cast<size_t>(info.size);
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 88 SessionInfo info; local
89 info.id = CreateUniqueID();
90 sessions_.push_back(info);
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 159 NMLISTVIEW* info = reinterpret_cast<NM_LISTVIEW*>(lparam); local
160 if (wparam == IDC_Messages && info->hdr.code == LVN_ITEMCHANGED) {
161 if (info->uChanged & LVIF_STATE) {
162 bool checked = (info->uNewState >> 12) == 2;
163 OnCheck(static_cast<int>(info->lParam), checked);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 234 content_settings::SettingInfo info; local
236 site_url_, site_url_, type, std::string(), &info));
237 DCHECK(info.source == content_settings::SETTING_SOURCE_USER);
239 info.primary_pattern.Compare(primary_pattern);
243 primary_pattern = info.primary_pattern;
246 info.secondary_pattern.Compare(secondary_pattern);
250 secondary_pattern = info.secondary_pattern;
552 content_settings::SettingInfo info; local
559 &info));
568 &info));
641 WebsiteSettingsUI::IdentityInfo info; local
    [all...]
  /external/chromium_org/chrome/common/
crash_keys.cc 86 const char kPrinterInfo[] = "prn-info-%" PRIuS;
193 // Register the printer info.
330 std::vector<std::string> info; local
331 base::SplitString(data.as_string(), ';', &info);
335 if (i < info.size())
336 value = info[i];
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.cc 118 FileBrowserHandlerInfo* info = static_cast<FileBrowserHandlerInfo*>( local
120 if (info)
121 return &info->file_browser_handlers;
276 scoped_ptr<FileBrowserHandlerInfo> info(new FileBrowserHandlerInfo);
279 &info->file_browser_handlers,
284 extension->SetManifestData(keys::kFileBrowserHandlers, info.release());
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 39 def info(self, msg, *args): self._log(logging.info, msg, args) member in class:_CronLogger
57 _cronlog.info('%s: starting', title)
77 _cronlog.info('%s: rendered %s of %s with %s failures in %s',
130 _cronlog.info('starting')
172 _cronlog.info('%s took %s: %s to initialize and %s to resolve' %
182 _cronlog.info(title)
187 _cronlog.info('%s took %s' % (title, timer.Stop().FormatElapsed()))
218 _cronlog.info(title)
224 _cronlog.info('%s took %s' % (title, timer.Stop().FormatElapsed())
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 335 ContentScriptsInfo* info = static_cast<ContentScriptsInfo*>( local
337 return info ? info->content_scripts
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 59 base::FileEnumerator::FileInfo info = en.GetInfo(); local
60 if (info.IsDirectory()) {
414 // No default browser check, it would create an info-bar (if we are not the
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client.cc 46 WebViewsInfo::WebViewsInfo(const std::vector<WebViewInfo>& info)
47 : views_info(info) {}
299 base::DictionaryValue* info; local
300 if (!list->GetDictionary(i, &info))
303 if (!info->GetString("id", &id))
306 if (!info->GetString("type", &type_as_string))
309 if (!info->GetString("url", &url))
312 info->GetString("webSocketDebuggerUrl", &debugger_url);
337 return Status(kUnknownError, "version info not in JSON");
340 return Status(kUnknownError, "version info not a dictionary")
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 21 const char kPrivetInfo[] = "/privet/info";
129 const net::HttpServerRequestInfo& info) {
130 VLOG(1) << "Processing HTTP request: " << info.path;
131 GURL url("http://host" + info.path);
133 if (!ValidateRequestMethod(connection_id, url.path(), info.method))
138 info.headers.find("x-privet-token");
139 if (iter == info.headers.end()) {
157 net::HttpStatusCode status_code = ProcessHttpRequest(url, info, &response);
164 const net::HttpServerRequestInfo& info) {
203 const net::HttpServerRequestInfo& info,
240 DeviceInfo info; local
398 LocalPrintJob::Info info; local
    [all...]
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 54 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) {
55 if (handler->IsShuttingDown() && info->upload) {
56 base::DeleteFile(base::FilePath(info->filename), false);
58 base::DeleteFile(base::FilePath(info->log_filename), false);
63 HandleCrashDump(*info);
64 delete[] info->filename;
66 delete[] info->log_filename;
68 delete[] info->process_type;
69 delete[] info->distro;
70 delete info->crash_keys
331 BreakpadInfo* info = new BreakpadInfo; local
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 212 LOG(ERROR) << "GetNexeFd: Invalid cache info";
362 base::PlatformFileInfo info; local
365 if (!base::GetPlatformFileInfo(fd, &info) ||
366 info.size >= std::numeric_limits<int>::max()) {
371 new net::IOBuffer(static_cast<int>(info.size)), info.size);
373 info.size) {
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 97 LocalStorageUsageInfo info; local
98 info.origin = DOMStorageArea::OriginFromDatabaseFileName(path);
101 info.data_size = find_info.GetSize();
102 info.last_modified = find_info.GetLastModifiedTime();
104 infos->push_back(info);
121 SessionStorageUsageInfo info; local
122 info.persistent_namespace_id = it->first;
123 info.origin = *origin_it;
124 infos->push_back(info);
dom_storage_context_impl_unittest.cc 237 SessionStorageUsageInfo info; local
238 info.origin = kOrigin;
239 info.persistent_namespace_id = kPersistentId;
240 context_->DeleteSessionStorage(info);
  /external/chromium_org/content/browser/download/
save_file_manager.cc 137 SaveFileCreateInfo* info = new SaveFileCreateInfo(file_full_path, local
141 info->render_process_id = render_process_host_id;
142 info->render_view_id = render_view_id;
149 this, info));
211 // The IO thread created |info|, but the file thread (this method) uses it
212 // to create a SaveFile which will hold and finally destroy |info|. It will
213 // then passes |info| to the UI thread for reporting saving status.
214 void SaveFileManager::StartSave(SaveFileCreateInfo* info) {
216 DCHECK(info);
218 SaveFile* save_file = new SaveFile(info, false)
    [all...]
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 87 base::PlatformFileInfo info; local
88 base::GetFileInfo(LocalPath(file_name), &info); local
89 return info.size;
194 base::PlatformFileInfo info; local
195 ASSERT_TRUE(base::GetFileInfo(LocalPath(file_name), &info));
197 info.last_accessed + base::TimeDelta::FromHours(10);
199 info.last_modified + base::TimeDelta::FromHours(5);
205 ASSERT_TRUE(base::GetFileInfo(LocalPath(file_name), &info));
206 EXPECT_EQ(new_accessed, info.last_accessed);
207 EXPECT_EQ(new_modified, info.last_modified)
222 base::PlatformFileInfo info; local
    [all...]
  /external/chromium_org/content/browser/loader/
async_resource_handler.cc 149 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
150 if (!info->filter())
158 new_url, request(), info->GetContext(), response);
164 return info->filter()->Send(new ResourceMsg_ReceivedRedirect(
177 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
178 if (!info->filter())
183 request(), info->GetContext(), response, info->filter());
189 GetHostZoomMapForResourceContext(info->GetContext());
191 if (info->GetResourceType() == ResourceType::MAIN_FRAME && host_zoom_map)
314 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
    [all...]

Completed in 591 milliseconds

<<41424344454647484950>>