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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 50 // Simluates navigating to a page and getting the page contents and language
87 return (contents()->infobar_count() == 1) ?
88 contents()->GetInfoBarDelegateAt(0)->AsTranslateInfoBarDelegate() :
99 contents()->RemoveInfoBar(infobar);
132 contents()->RemoveInfoBar(infobar);
163 Source<TabContents>(contents()));
171 Source<TabContents>(contents()));
384 TestRenderViewContextMenu::CreateContextMenu(contents()));
412 menu.reset(TestRenderViewContextMenu::CreateContextMenu(contents()));
425 menu.reset(TestRenderViewContextMenu::CreateContextMenu(contents()));
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 86 // |contents|. Registers for INFOBAR_ADDED and INFOBAR_REMOVED
87 // notifications for |contents|. If we are currently showing any
89 // notifications. |contents| can be NULL, in which case no infobars
91 - (void)changeTabContents:(TabContents*)contents;
95 // if |contents| is the current tab contents.
96 - (void)tabDetachedWithContents:(TabContents*)contents;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 105 virtual void TabInsertedAt(TabContentsWrapper* contents,
108 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
110 TabContentsWrapper* contents,
113 virtual void TabMoved(TabContentsWrapper* contents,
116 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
122 virtual void TabMiniStateChanged(TabContentsWrapper* contents, int index);
123 virtual void TabBlockedStateChanged(TabContentsWrapper* contents,
387 void StartRemoveTabAnimation(int index, TabContents* contents);
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 37 bool TabContentsHasFocus(const TabContents* contents) {
38 views::View* view = static_cast<TabContentsViewTouch*>(contents->view());
177 TabContents* contents = browser_view()->browser()->GetSelectedTabContents(); local
178 bool* editable = contents ? GetFocusedStateAccessor()->GetProperty(
179 contents->property_bag()) : NULL;
213 TabContents* contents = new_contents->tab_contents();
214 if (!TabContentsHasFocus(contents))
218 contents->property_bag());
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 17 const TabContents* contents,
19 HWND hwnd = contents->GetContentNativeView();
pinned_contents_info_bubble.cc 30 // Now move the y position to make sure the bubble contents overlap the view.
42 views::View* contents,
47 contents, delegate);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 71 void TabContentsContainer::TabContentsDestroyed(TabContents* contents) {
74 DCHECK(contents == tab_contents_);
tab_contents_container_native.cc 38 void TabContentsContainer::ChangeTabContents(TabContents* contents) {
44 tab_contents_ = contents;
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui.cc 17 ConstrainedHtmlUI::ConstrainedHtmlUI(TabContents* contents)
18 : WebUI(contents) {
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
InMemoryResourceLoader.java 55 public void store(String name, String contents) {
56 items.put(name, contents);
  /external/webkit/Source/WebCore/notifications/
NotificationCenter.h 70 NotificationContents contents(iconURI.isEmpty() ? KURL() : scriptExecutionContext()->completeURL(iconURI), title, body);
71 return Notification::create(contents, scriptExecutionContext(), ec, this);
  /external/webkit/Tools/Scripts/webkitpy/common/
array_stream_unittest.py 45 def assertContentsMatch(self, a_stream, contents):
46 self.assertEquals(a_stream.get(), contents)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatereviewer.py 44 if re.search("unreviewed", changelog_entry.contents(), re.IGNORECASE):
46 if re.search("rubber[ -]stamp", changelog_entry.contents(), re.IGNORECASE):
validatereviewer_unittest.py 45 contents = self._boilerplate_entry.replace("REVIEW_LINE", text)
46 entry = ChangeLogEntry(contents)
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidGZIPStreamTest.java 97 ByteArrayOutputStream contents = new ByteArrayOutputStream(); local
102 contents.write(buf, 0, len);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 53 public int describe(InputStream contents, IContentDescription description) throws IOException {
57 if (contents.read(bytes, 0, length) == length) {
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.cc 41 TabContents* contents = new WizardWebPageViewTabContents(profile, local
44 contents->set_delegate(this);
45 return contents;
60 virtual void ActivateContents(TabContents* contents) {}
61 virtual void DeactivateContents(TabContents* contents) {}
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) {
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
31 const Extension* GetInstalledApp(TabContents* contents) {
33 contents->render_view_host()->process())->installed_app();
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 22 const std::string& contents,
50 const std::string& contents,
72 gtk_entry_set_text(GTK_ENTRY(input_), contents.c_str());
140 const std::wstring& contents,
145 WideToUTF8(contents),
  /external/replicaisland/src/com/replica/replicaisland/
FixedSizeArray.java 110 * @return The contents of the last element in the array.
147 * Clears the contents of the array, releasing all references to objects it contains and
199 final T[] contents = mContents;
202 index = Arrays.binarySearch(contents, object, comparator);
204 index = Arrays.binarySearch(contents, object);
216 final int result = comparator.compare(contents[x], object);
227 if (contents[x] == object) {
  /dalvik/vm/
UtfString.cpp 32 * the contents, sized as given. Additionally, a reference to the
216 hashCode = computeUtf16Hash((u2*)(void*)chars->contents + offset, len);
249 dvmConvertUtf8ToUtf16((u2*)(void*)chars->contents, utf8Str);
251 u4 hashCode = computeUtf16Hash((u2*)(void*)chars->contents, utf16Length);
271 if (len > 0) memcpy(chars->contents, unichars, len * sizeof(u2));
273 u4 hashCode = computeUtf16Hash((u2*)(void*)chars->contents, len);
295 const u2* data = (const u2*)(void*)chars->contents + offset;
323 const u2* data = (const u2*)(void*)chars->contents + offset;
344 return (const u2*)(void*)chars->contents + offset;
380 return memcmp((const u2*)(void*)chars1->contents + offset1
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 55 views::View* contents,
59 contents, delegate);
69 views::View* contents,
75 contents, delegate);
107 // Set the opacity for the main contents window.
159 views::View* contents,
164 contents_ = contents;
212 // Create a View to hold the contents of the main window.
215 // that when |contents| gets added, it will already have a widget, and thus
219 // Adding |contents| as a child has to be done before we cal
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 67 virtual void TabInsertedAt(TabContentsWrapper* contents,
71 TabContentsWrapper* contents,
73 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
74 virtual void TabMoved(TabContentsWrapper* contents,
77 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
80 virtual void TabDeselected(TabContentsWrapper* contents) {}
106 // are no more tab contents (after |start_from|) to configure on this
127 // Returns the tab contents from the tab model for this child at index.
136 // Configures a cell from the tab contents.
137 void ConfigureCell(WmOverviewSnapshot* cell, TabContents* contents);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
hung_renderer_dialog_gtk.cc 173 void HungRendererDialogGtk::EndForTabContents(TabContents* contents) {
174 DCHECK(contents);
176 contents->GetRenderProcessHost()) {
215 void ShowHungRendererDialog(TabContents* contents) {
219 g_instance->ShowForTabContents(contents);
223 void HideHungRendererDialog(TabContents* contents) {
225 g_instance->EndForTabContents(contents);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 181 OptionsUI::OptionsUI(TabContents* contents)
182 : WebUI(contents), initialized_handlers_(false) {
244 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
247 ThemeSource* theme = new ThemeSource(contents->profile());
248 contents->profile()->GetChromeURLDataManager()->AddDataSource(theme);
254 contents->profile()->GetChromeURLDataManager()->AddDataSource(
260 InitializeAboutDataSource(contents->profile());

Completed in 268 milliseconds

1 2 3 4 5 6 7 8 91011>>