HomeSort by relevance Sort by last modified time
    Searched defs:contents (Results 426 - 450 of 687) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider_unittest.cc 835 const char* contents; member in struct:TestCase
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 69 // Add the view contents.
305 views::View* contents = WrapWithPadding(label_, kInsets); local
306 SetContents(contents);
307 contents->set_border(views::Border::CreateSolidBorder(
311 contents->set_background(views::Background::CreateSolidBackground(
316 label_->SetBackgroundColor(contents->background()->get_color());
788 views::View* candidate_area_contents = candidate_area_->contents();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc 484 std::string contents; local
485 if (!base::ReadFileToString(update_reboot_needed_uptime_file_, &contents)) {
489 if (!base::StringToDouble(contents.substr(0, contents.find(' ')), &seconds) ||
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc 263 content::WebContents* contents) {
268 contents->GetRenderViewHost());
287 content::WebContents* contents = local
289 if (devtools_window->web_contents() != contents) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 408 WebContents* contents = NULL; local
411 NULL, NULL, &contents, NULL)) {
413 contents->GetRenderProcessHost(),
414 contents->GetRenderViewHost()->GetRoutingID(),
418 if (contents && contents->GetController().NeedsReload()) {
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 367 content::WebContents* contents = local
372 if (contents &&
373 (gaia::IsGaiaSignonRealm(contents->GetURL().GetOrigin()) ||
374 signin::IsContinueUrlForWebBasedSigninFlow(contents->GetURL()) ||
375 contents->GetURL() == GURL(std::string(chrome::kChromeUISettingsURL) +
380 if (contents && contents->GetURL().SchemeIs(chrome::kChromeUIScheme)) {
382 if (contents->GetURL().host() == chrome::kChromeUIMetroFlowHost)
387 if (contents->GetURL().host() == chrome::kChromeUINewTabHost) {
389 Profile::FromBrowserContext(contents->GetBrowserContext())
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 135 FileSystemOperation::FileEntryList* contents,
141 *contents = file_list;
147 FileSystemOperation::FileEntryList* contents,
149 DCHECK(contents);
153 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
294 FileSystemOperation::FileEntryList contents; local
297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
300 ASSERT_EQ(test_folders.size(), contents.size());
302 for (size_t i = 0; i < contents.size(); ++i) {
303 EXPECT_TRUE(contents[i].is_directory)
340 FileSystemOperation::FileEntryList contents; local
343 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
349 FileSystemOperation::FileEntryList contents; local
352 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
428 FileSystemOperation::FileEntryList contents; local
431 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
447 FileSystemOperation::FileEntryList contents; local
450 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
566 FileSystemOperation::FileEntryList contents; local
570 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
    [all...]
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 613 WebContents* contents = local
617 contents,
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 383 content::WebContents* contents = local
388 ASSERT_TRUE(content::ExecuteScriptAndExtractString(contents, javascript.str(),
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.h 227 // Query the list of current prerender pages to see if the given web contents
381 PrerenderContents* contents,
387 // placing the current prerender contents into |to_delete_prerenders_|.
404 PrerenderContents* contents() { return contents_.get(); } function in class:prerender::PrerenderManager::PrerenderData
651 void AddToHistory(PrerenderContents* contents);
684 void RecordEvent(PrerenderContents* contents, PrerenderEvent event) const;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 402 WebContents* contents = local
411 InterstitialPage::GetInterstitialPage(contents)->
418 WebContents* contents = local
421 contents);
427 WebContents* contents = local
430 contents);
436 WebContents* contents = local
439 if (contents->ShowingInterstitialPage() && wait_for_delete) {
443 contents->GetInterstitialPage()->GetDelegateForTesting());
449 ASSERT_FALSE(contents->ShowingInterstitialPage())
453 WebContents* contents = local
461 WebContents* contents = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 276 content::WebContents* contents = tab->GetWebContents(); local
277 if (contents) {
278 Browser* browser = chrome::FindBrowserWithWebContents(contents);
280 browser->tab_strip_model()->GetActiveWebContents() != contents) {
288 contents->WasHidden();
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 134 const std::string& contents) {
155 ssize_t bytes_written = file_util::WriteFileDescriptor(fd, contents.data(),
156 contents.length());
160 if (bytes_written != static_cast<ssize_t>(contents.length())) {
180 // Creates a shortcut with |shortcut_filename| and |contents| in the system
185 const std::string& contents,
206 int bytes_written = file_util::WriteFile(temp_file_path, contents.data(),
207 contents.length());
209 if (bytes_written != static_cast<int>(contents.length()))
876 std::string contents = ShellIntegrationLinux::GetDesktopFileContents local
909 std::string contents = ShellIntegrationLinux::GetDesktopFileContents( local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 741 std::string contents; local
742 base::ReadFileToString(full_path, &contents);
744 reinterpret_cast<const unsigned char*>(contents.data()), contents.size());
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 147 GtkWidget* contents = gtk_hbox_new(FALSE, ui::kLabelSpacing); local
148 gtk_container_set_border_width(GTK_CONTAINER(contents),
154 gtk_box_pack_start(GTK_BOX(contents), image, FALSE, FALSE, 0);
161 gtk_box_pack_start(GTK_BOX(contents), label, FALSE, FALSE, 0);
163 gtk_widget_show_all(contents);
172 contents,
282 // Create the container for the contents of the permissions tab.
303 // Create the container for the contents of the connection tab.
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 279 void SetContents(content::WebContents* contents) {
281 contents_ = contents;
288 content::WebContents* contents() { return contents_; } function in class:__anon8903::WebContentsCloseObserver
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 424 // Check the frame first, as we allow a small area overlapping the contents
630 content::WebContents* contents = panel_view_->panel()->GetWebContents(); local
631 return contents ? contents->IsLoading() : false;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 208 content::WebContents* contents; member in struct:TabDragController::TabDragData
210 // content::WebContentsDelegate for |contents| before it was detached from
414 // any dragged contents (as happens when a WebContents is deleted out from
448 // Convenience for |source_tab_drag_data()->contents|.
450 return source_tab_drag_data()->contents;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 1046 WebContents* contents = web_ui()->GetWebContents(); local
    [all...]
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 195 base::StringPiece contents; local
198 if (!ParsePacket(&reader, &tag, &contents))
202 Reader inner(contents);
208 if (!ParsePacket(&reader, &tag, &contents))
214 inner = Reader(contents);
215 if (!ParseSymmetricallyEncrypted(&inner, &decryption_context, &contents))
218 reader = Reader(contents);
219 if (!ParsePacket(&reader, &tag, &contents))
225 inner = Reader(contents);
633 static ByteString MakePacket(unsigned tag, const ByteString& contents) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 437 inline bool ReadFile(const char* filename, std::string* contents) {
443 contents->clear();
445 contents->append(buffer, read);
501 std::string contents; local
502 if (!ReadFile(filename, &contents)) {
510 contents.c_str(), contents.size());
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 61 char *contents; member in struct:__anon17263::__anon17264
145 #define ID_val (curval.str.contents)
147 #define LABEL_val (curval.str.contents)
  /external/chromium_org/ui/compositor/
layer_unittest.cc 141 // Invalidates the entire contents of the layer.
183 gfx::ImageSkiaRep contents = canvas->ExtractImageRep(); variable
184 paint_size_ = gfx::Size(contents.pixel_width(), contents.pixel_height());
390 // Invalidates the entire contents of the layer.
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 481 View* contents = NULL; local
485 contents = new View();
486 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE));
488 contents->AddChildView(cb);
493 contents->AddChildView(cb);
498 contents->AddChildView(cb);
503 contents->AddChildView(link);
508 contents->AddChildView(text_field);
516 style_tab_->AddTab(ASCIIToUTF16("Style"), contents);
520 contents = new View()
    [all...]
  /external/chromium_org/v8/src/
json-stringifier.h 666 Handle<FixedArray> contents = local
670 for (int i = 0; i < contents->length(); i++) {
671 Object* key = contents->get(i);

Completed in 2532 milliseconds

<<11121314151617181920>>