HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 151 - 175 of 1022) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 56 // Modifies the dialog to show a warning for the given tab contents.
58 // process with |contents|. The caller must not delete any tab
59 // contents without first calling endForTabContents.
60 - (void)showForTabContents:(TabContents*)contents;
62 // Notifies the dialog that |contents| is either responsive or closed.
63 // If |contents| shares the same render process as the tab contents
65 // If |contents| has a different process, this function does nothing.
66 - (void)endForTabContents:(TabContents*)contents;
dev_tools_controller.h 21 // It swaps in the relevant devTools contents for a given TabContents or removes
22 // the view, if there's no devTools contents to show.
25 // A view hosting docked devTools contents.
28 // Manages currently displayed devTools contents.
41 // Depending on |contents|'s state, decides whether the docked web inspector
44 - (void)updateDevToolsForTabContents:(TabContents*)contents
sidebar_controller.h 20 // It swaps in the relevant sidebar contents for a given TabContents or removes
21 // the vew, if there's no sidebar contents to show.
24 // A view hosting sidebar contents.
27 // Manages currently displayed sidebar contents.
40 // Depending on |contents|'s state, decides whether the sidebar
43 - (void)updateSidebarForTabContents:(TabContents*)contents;
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.h 21 virtual void AttachContents(TabContents* contents) OVERRIDE;
22 virtual void DetachContents(TabContents* contents) OVERRIDE;
native_tab_contents_container_win.h 19 virtual void AttachContents(TabContents* contents) OVERRIDE;
20 virtual void DetachContents(TabContents* contents) OVERRIDE;
tab_contents_container_native.h 26 void ChangeTabContents(TabContents* contents);
40 // Updates the current reserved rect in view coordinates where contents
71 void TabContentsDestroyed(TabContents* contents);
86 // The current reserved rect in view coordinates where contents should not be
tab_contents_container_views.h 25 void ChangeTabContents(TabContents* contents);
39 // Updates the current reserved rect in view coordinates where contents
63 void TabContentsDestroyed(TabContents* contents);
74 // The current reserved rect in view coordinates where contents should not be
native_tab_contents_container_gtk.cc 31 void NativeTabContentsContainerGtk::AttachContents(TabContents* contents) {
32 Attach(contents->GetNativeView());
35 void NativeTabContentsContainerGtk::DetachContents(TabContents* contents) {
36 gtk_widget_hide(contents->GetNativeView());
62 // Called when the tab contents native view gets focused (typically through a
95 // We need to be focusable when our contents is not a view hierarchy, as
96 // clicking on the contents needs to focus us.
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 49 virtual void ActivateContents(TabContents* contents);
50 virtual void DeactivateContents(TabContents* contents);
bookmarks_ui.h 37 explicit BookmarksUI(TabContents* contents);
constrained_html_ui.h 36 explicit ConstrainedHtmlUI(TabContents* contents);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtPluginTest.java 38 String contents = AdtPlugin.readFile(new StringReader(input)); local
39 assertEquals(input, contents);
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cpp 40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset);
  /external/chromium/chrome/browser/download/
download_types.h 24 // is synchronized via the lock. Each entry in 'contents' represents one data
31 typedef std::pair<net::IOBuffer*, int> Contents;
32 std::vector<Contents> contents; member in struct:DownloadBuffer
  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.h 19 SimpleAlertInfoBarDelegate(TabContents* contents,
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 108 void TabStripModel::AppendTabContents(TabContentsWrapper* contents,
111 InsertTabContentsAt(index, contents,
117 TabContentsWrapper* contents,
122 contents->extension_tab_helper()->is_app() || add_types & ADD_PINNED;
131 // Have to get the selected contents before we monkey with |contents_|
132 // otherwise we run into problems when we try to change the selected contents
133 // since the old contents and the new contents will be the same...
135 TabContentsData* data = new TabContentsData(contents);
159 TabInsertedAt(contents, index, active))
547 TabContentsWrapper* contents = GetTabContentsAt(index); local
999 TabContentsWrapper* contents = GetTabContentsAt(i); local
    [all...]
  /external/chromium/chrome/browser/ui/
input_window_dialog.h 36 const std::wstring& contents,
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.h 27 void UpdateVisibility(TabContents* contents, const GURL& url);
  /external/chromium/chrome/common/
auto_start_linux.h 23 // Gets the entire contents of an autostart file.
25 std::string* contents);
  /external/chromium-trace/trace-viewer/build/
flatten.py 23 out.write(module.contents)
24 if module.contents[-1] != '\n':
37 out.write(style_sheet.contents)
38 if style_sheet.contents[-1] != '\n':
  /external/openssl/ssl/
kssl_lcl.h 76 char *knumber(int len, krb5_octet *contents);
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 46 bool Write(const string& filename, const string& contents);
  /frameworks/base/test-runner/src/junit/runner/
ClassPathTestCollector.java 50 String[] contents= thisRoot.list(); local
51 if (contents != null) {
52 for (int i= 0; i < contents.length; i++)
53 gatherFiles(classRoot, classFileName+File.separatorChar+contents[i], result);
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 64 * Fully read the contents of the given stream.
129 byte[] contents = readFully(in);
130 String s = new String(contents, "UTF-8");
185 byte[] contents = readFully(in);
186 String s = new String(contents, "UTF-8");
  /external/chromium/chrome/browser/
content_setting_bubble_model_unittest.cc 30 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_GEOLOCATION));
48 contents()->GetTabSpecificContentSettings();
54 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_IMAGES));
66 contents()->GetTabSpecificContentSettings();
72 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_COOKIES));
84 contents()->GetTabSpecificContentSettings();
90 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_PLUGINS));
109 GURL url = contents()->GetURL();
120 contents()->GetTabSpecificContentSettings();
128 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_PLUGINS))
    [all...]

Completed in 941 milliseconds

1 2 3 4 5 67 8 91011>>