Searched defs:contents (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc56 // contents to NULL, otherwise if the view is animating to its destination
93 TabContents* contents) const {
95 return contents == dragged_contents_->tab_contents() ? source_tab_ : NULL;
147 void DraggedTabControllerGtk::ActivateContents(TabContents* contents) { argument
151 void DraggedTabControllerGtk::DeactivateContents(TabContents* contents) { argument
568 // tab strip) and the navigation controller/tab contents is deleted before
598 // The delegate of the dragged contents should have been reset. Unset the
H A Dtab_renderer_gtk.cc285 void TabRendererGtk::UpdateData(TabContents* contents, argument
288 DCHECK(contents);
289 theme_service_ = GtkThemeService::GetFrom(contents->profile());
292 data_.title = contents->GetTitle();
293 data_.incognito = contents->profile()->IsOffTheRecord();
294 data_.crashed = contents->is_crashed();
297 TabContentsWrapper::GetCurrentWrapperForContents(contents)->
302 data_.favicon = contents->GetFavicon();
318 data_.loading = contents->is_loading();
319 data_.show_icon = contents
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc180 ImageBurnHandler::ImageBurnHandler(TabContents* contents) argument
181 :tab_contents_(contents),
814 ImageBurnUI::ImageBurnUI(TabContents* contents) : WebUI(contents) { argument
815 ImageBurnHandler* handler = new ImageBurnHandler(contents);
818 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dmobile_setup_ui.cc165 void Init(TabContents* contents);
472 void MobileSetupHandler::Init(TabContents* contents) { argument
473 tab_contents_ = contents;
1322 MobileSetupUI::MobileSetupUI(TabContents* contents) : WebUI(contents) { argument
1327 handler->Init(contents);
1332 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc900 ExtensionsUI::ExtensionsUI(TabContents* contents) : WebUI(contents) { argument
911 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium/net/url_request/
H A Durl_request_unittest.cc1340 std::string contents; local
1341 EXPECT_TRUE(file_util::ReadFileToString(path, &contents));
1342 EXPECT_EQ(contents, d.data_received());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.cc214 const ContentInfos& contents = sdesc->contents(); local
215 for (ContentInfos::const_iterator content = contents.begin();
216 content != contents.end(); content++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java386 * Returns the given input stream's contents as a byte array.
394 byte[] contents;
396 contents = new byte[0];
402 // resize contents if needed
403 if (contentsLength + amountRequested > contents.length) {
405 contents,
407 contents = new byte[contentsLength + amountRequested],
413 amountRead = stream.read(contents, contentsLength, amountRequested);
416 // remember length of contents
421 // resize contents i
768 writeFile(String outputFileName, String contents) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java918 * as the ordering of the given contents.
921 LinkedHashSet<E> set, Collection<E> contents) {
923 new ArrayList<E>(set), new ArrayList<E>(contents));
924 verifySetContents(set, contents);
944 private static <E> void verifySetContents(Set<E> set, Iterable<E> contents) { argument
946 if (contents instanceof Set) {
947 expected = (Set<E>) contents;
950 for (E element : contents) {
920 verifyLinkedHashSetContents( LinkedHashSet<E> set, Collection<E> contents) argument
/external/quake/quake/src/WinQuake/
H A Dbspfile.h32 #define MAX_MAP_NODES 32767 // because negative shorts are contents
168 short children[2]; // negative numbers are contents
215 int contents; member in struct:__anon11581
H A Dmodel.h131 int contents; // 0, to differentiate from leafs member in struct:mnode_s
151 int contents; // wil be a negative contents number member in struct:mleaf_s
164 int key; // BSP sequence number for leaf's contents
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp178 // set contents to 0 and then back to its original value to see if that
180 RetainPtr<CFTypeRef> contents = CACFLayerGetContents(m_layer.get()); local
182 CACFLayerSetContents(m_layer.get(), contents.get());
448 CFTypeRef PlatformCALayer::contents() const function in class:PlatformCALayer
669 // Print contents if needed
670 CFTypeRef layerContents = layer->contents();
675 fprintf(stderr, "(contents (image [%d %d]))\n",
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c31 static const char* contents = "<html><body><p>This is a test. This is the second sentence. And this the third.</p></body></html>"; variable
577 webkit_web_view_load_string(webView, contents, 0, 0, 0);
602 webkit_web_view_load_string(webView, contents, 0, 0, 0);
/external/chromium/base/
H A Dfile_util_unittest.cc164 const std::wstring& contents) {
168 file << contents; local
174 wchar_t contents[64]; local
178 file.getline(contents, arraysize(contents));
180 return std::wstring(contents);
575 // contents through it.
576 std::wstring contents = ReadTextFile(link_from); local
577 ASSERT_EQ(contents, bogus_content);
698 // Delete recursively and make sure all contents ar
163 CreateTextFile(const FilePath& filename, const std::wstring& contents) argument
1378 std::wstring contents; local
[all...]
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc521 // | | tab contents |
523 // | | old tab contents | |
527 // cleaning the old tab contents.
531 // | | tab contents | |
1085 int AeroPeekManager::GetTabID(TabContents* contents) const {
1086 if (!contents)
1088 return contents->controller().session_id().id();
1094 void AeroPeekManager::TabInsertedAt(TabContentsWrapper* contents, argument
1097 if (!contents)
1100 CreateAeroPeekWindowIfNecessary(contents, foregroun
1103 TabDetachedAt(TabContentsWrapper* contents, int index) argument
1149 TabMoved(TabContentsWrapper* contents, int from_index, int to_index, bool pinned_state_changed) argument
1158 TabChangedAt(TabContentsWrapper* contents, int index, TabChangeType change_type) argument
1188 TabContents* contents = GetTabContents(tab_id); local
1197 TabContents* contents = GetTabContents(tab_id); local
1211 TabContents* contents = GetTabContents(tab_id); local
1227 TabContents* contents = GetTabContents(tab_id); local
[all...]
H A Dexternal_tab_container_win.cc143 // TODO(jcampan): limit focus traversal to contents.
392 LOG(ERROR) << "Invalid automation provider. Dropping new contents notify";
399 // new tab contents could potentially navigate back to Chrome from a new
467 void ExternalTabContainer::ActivateContents(TabContents* contents) { argument
470 void ExternalTabContainer::DeactivateContents(TabContents* contents) { argument
1000 // We have to copy the table to access its contents.
/external/chromium/chrome/browser/history/
H A Dhistory_backend.cc701 // However, in most cases, we'll get at least a title and usually contents,
769 // importing. Even though we don't have page contents, we can at least
1478 const string16& contents) {
1482 text_database_->AddPageContents(url, contents);
1477 SetPageContents(const GURL& url, const string16& contents) argument
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc92 virtual Browser* CreateNewStripWithContents(TabContentsWrapper* contents, argument
98 virtual void ContinueDraggingDetachedTab(TabContentsWrapper* contents, argument
117 virtual void CreateHistoricalTab(TabContentsWrapper* contents) {} argument
118 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) { argument
167 void GoBack(TabContents* contents) { argument
171 void GoForward(TabContents* contents) { argument
175 void SwitchTabTo(TabContents* contents) { argument
176 // contents()->DidBecomeSelected();
179 // Sets the id of the specified contents.
180 void SetID(TabContents* contents, in argument
185 GetID(TabContents* contents) argument
230 TabContentsWrapper* contents = CreateTabContents(); local
333 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
350 TabMoved( TabContentsWrapper* contents, int from_index, int to_index) argument
357 TabClosingAt(TabStripModel* tab_strip_model, TabContentsWrapper* contents, int index) argument
362 TabDetachedAt(TabContentsWrapper* contents, int index) argument
365 TabChangedAt(TabContentsWrapper* contents, int index, TabChangeType change_type) argument
377 TabPinnedStateChanged(TabContentsWrapper* contents, int index) argument
657 GetInsertionIndex(TabStripModel* tabstrip, TabContentsWrapper* contents) argument
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc136 explicit DefaultBrowserInfoBarDelegate(TabContents* contents);
170 TabContents* contents)
171 : ConfirmInfoBarDelegate(contents),
172 profile_(contents->profile()),
301 explicit SessionCrashedInfoBarDelegate(TabContents* contents);
321 TabContents* contents)
322 : ConfirmInfoBarDelegate(contents),
323 profile_(contents->profile()) {
169 DefaultBrowserInfoBarDelegate( TabContents* contents) argument
320 SessionCrashedInfoBarDelegate( TabContents* contents) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc444 void LocationBarViewGtk::Update(const TabContents* contents) { argument
449 location_entry_->Update(contents);
664 TabContents* contents = GetTabContents(); local
665 if (!page_action_views_.empty() && contents) {
670 toolbar_model_->input_in_progress() ? NULL : contents, url);
693 void LocationBarViewGtk::SaveStateToContents(TabContents* contents) { argument
694 location_entry_->SaveStateToTab(contents);
1054 // contents of the PRIMARY selection in the current tab.
1449 // Load all the icons declared in the manifest. This is the contents of the
1480 TabContents* contents, cons
1479 UpdateVisibility( TabContents* contents, const GURL& url) argument
[all...]
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc345 TabContents* contents = GetTabContentsFromDelegate(delegate_); local
355 page_action_view->UpdateVisibility(contents,
933 TabContents* contents = GetTabContentsFromDelegate(delegate_); local
934 if (!page_action_views_.empty() && contents) {
939 (*i)->UpdateVisibility(model_->input_in_progress() ? NULL : contents,
949 Details<TabContents>(contents));
1109 void LocationBarView::SaveStateToContents(TabContents* contents) { argument
1110 location_entry_->SaveStateToTab(contents);
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc308 : contents(NULL),
341 // contents to NULL, otherwise if the view is animating to its destination
408 drag_data->contents = GetModel(source_tabstrip_)->GetTabContentsAt(
413 Source<TabContents>(drag_data->contents->tab_contents()));
419 drag_data->contents->tab_contents()->delegate();
420 drag_data->contents->tab_contents()->set_delegate(this);
464 void DraggedTabController::ActivateContents(TabContents* contents) { argument
468 void DraggedTabController::DeactivateContents(TabContents* contents) { argument
512 if (drag_data_[i].contents->tab_contents() == destroyed_contents) {
516 drag_data_[i].contents
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc187 // Task run on the FILE thread to read the contents of a log file. The result
1448 NetInternalsUI::NetInternalsUI(TabContents* contents) : WebUI(contents) { argument
1454 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/dbus/test/
H A Ddecode-gcov.c247 dump_bb_file (const DBusString *contents) argument
255 while (string_get_int (contents, i, &val))
268 if (string_get_string (contents, i,
283 if (string_get_string (contents, i,
311 dump_bbg_file (const DBusString *contents) argument
325 while (i < _dbus_string_get_length (contents))
345 if (!string_get_function (contents, i,
357 if (!string_get_int (contents, i, &val))
364 if (!string_get_int (contents, i, &n_arcs_in_func))
382 if (!string_get_int (contents,
444 dump_da_file(const DBusString *contents) argument
504 dump_da_file(const DBusString *contents) argument
738 get_functions_from_bbg(const DBusString *contents, DBusList **functions) argument
879 add_counts_from_da(const DBusString *contents, DBusList **functions) argument
1021 add_counts_from_da(const DBusString *contents, DBusList **functions) argument
1280 DBusString contents; local
1376 get_lines_from_bb_file(const DBusString *contents, File *fl) argument
1554 DBusString contents; local
1873 DBusString contents; local
2148 DBusString contents; local
2171 DBusString contents; local
2194 DBusString contents; local
[all...]
/external/flac/include/FLAC/
H A Dformat.h206 * give the string equivalent. The contents should not be modified.
237 const FLAC__EntropyCodingMethod_PartitionedRiceContents *contents; member in struct:__anon5403
276 * give the string equivalent. The contents should not be modified.
390 * give the string equivalent. The contents should not be modified.
403 * give the string equivalent. The contents should not be modified.
519 * give the string equivalent. The contents should not be modified.
757 * will give the string equivalent. The contents should not be
821 * The contents are opaque. The structure is used only internally to
941 * See the format specification for limits on the contents of the
967 * See the format specification for limits on the contents o
[all...]

Completed in 1149 milliseconds

1234567891011>>