HomeSort by relevance Sort by last modified time
    Searched full:infobar (Results 226 - 250 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesPanel.js 118 WebInspector.SourcesPanel._infobarSymbol = Symbol("infobar");
563 var infobar = new WebInspector.UISourceCodeFrame.Infobar(WebInspector.UISourceCodeFrame.Infobar.Level.Info, title);
564 infobar.createDetailsRowMessage(WebInspector.UIString("You can map files in your workspace to the ones loaded over the network. As a result, changes made in DevTools will be persisted to disk."));
565 infobar.createDetailsRowMessage(WebInspector.UIString("Use context menu to establish the mapping at any time."));
566 var actionLink = infobar.createDetailsRowMessage("").createChild("a");
570 appendInfobar(infobar);
588 var infobar = new WebInspector.UISourceCodeFrame.Infobar(WebInspector.UISourceCodeFrame.Infobar.Level.Info, WebInspector.UIString("Serving from the file sy (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 244 // Verifies that the toolbar, infobar, tab content area, and download shelf
250 NSRect infobar = [[controller infoBarContainerView] frame];
258 EXPECT_EQ(NSMaxY(contentArea), NSMinY(infobar));
263 EXPECT_EQ(NSMaxY(infobar), NSMinY(bookmark));
267 EXPECT_EQ(NSMaxY(infobar), NSMinY(toolbar));
409 NSView* infobar = [controller_ infoBarContainerView];
430 // Expand the infobar to 60px and recheck
431 [controller_ resizeView:infobar newHeight:60];
442 // Shrink the infobar to 0px and toolbar to 39px and recheck
443 [controller_ resizeView:infobar newHeight:0]
    [all...]
browser_window_controller_browsertest.mm 93 infoBarController.infobar)->animation();
470 // Show infobar for controller.
493 // Tests that top infobar tip is streched when bookmark bar becomes SHOWN/HIDDEN
498 // The infobar tip is animated during the infobar is being added, wait until
505 NSInteger max_tip_height = infobars::InfoBar::kMaximumArrowTargetHeight +
506 infobars::InfoBar::kSeparatorLineHeight;
browser_window_controller_private.h 35 // bookmark bar (if shown), infobar, NTP detached bookmark bar (if shown),
50 // Returns YES if the bookmark bar should be placed below the infobar, NO
109 // Update visibility of the infobar tip, depending on the state of the window.
  /external/chromium_org/chrome/browser/translate/
chrome_translate_client.cc 26 #include "components/infobars/core/infobar.h"
193 // Infobar UI.
237 // for Mac, Cocoa is still providing the infobar in a toolkit-views build.
239 scoped_ptr<infobars::InfoBar> ChromeTranslateClient::CreateInfoBar(
241 return scoped_ptr<infobars::InfoBar>();
translate_manager_browsertest.cc 27 // Test that session restore restores the translate infobar and other translate
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 33 #include "components/infobars/core/infobar.h"
78 // Helper class to put up an infobar when installation fails.
81 // Creates an error infobar and delegate and adds the infobar to
131 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 5 package org.chromium.chrome.browser.infobar;
27 * Language panel shown in the translate infobar.
90 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 131 // installed but not in use if it there is an infobar to revert to the previous
151 // Show an infobar to prevent the current theme from being uninstalled.
170 // via an infobar.
  /external/chromium-trace/trace-viewer/src/cc/
raster_task_slice_view.js 28 this.infoBar_ = new ui.InfoBar();
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.cc 9 #include "components/infobars/core/infobar.h"
download_request_infobar_delegate_unittest.cc 29 // The actual infobar delegate we're listening to.
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_extensions.cc 77 // we care? Shouldn't we still put an infobar up in the current tab?
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_browsertest.cc 32 // Ensure the infobar is enabled, since we expect that in this test.
  /external/chromium_org/chrome/browser/ui/
view_ids.h 81 // The Infobar container.
  /external/chromium_org/chrome/
chrome_nibs.gypi 60 'app/nibs/InfoBar.xib',
  /external/chromium_org/ppapi/api/trusted/
ppb_broker_trusted.idl 69 * website. This is done through an infobar that is displayed when |Connect|
  /external/chromium_org/chrome/android/java/strings/
android_chrome_strings.grd 182 <!-- InfoBar -->
183 <message desc="Accessibility label for the dismiss infobar Button" name="IDS_INFOBAR_CLOSE">
187 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the translate infobar to offer a translate. [CHAR-LIMIT=64]">
211 <message name="IDS_TRANSLATE_BUTTON" desc="Possible texts to display on the translate infobar buttons. [CHAR-LIMIT=24]">
214 <message name="IDS_TRANSLATE_NOPE" desc="Button text for rejecting infobar translations">
229 <message name="IDS_TRANSLATE_BUTTON_DONE" desc="Text to display on the translate infobar button to apply new languages. [CHAR-LIMIT=24]">
385 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false">
388 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be displayed in the data reduction proxy infobar link" translateable="false">
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.cc 16 #include "components/infobars/core/infobar.h"
136 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
  /external/chromium_org/chrome/browser/ui/android/infobars/
translate_infobar.cc 17 scoped_ptr<infobars::InfoBar> ChromeTranslateClient::CreateInfoBar(
19 return scoped_ptr<infobars::InfoBar>(new TranslateInfoBar(delegate.Pass()));
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 86 // InfoBar is present) or to the right (no InfoBar). If
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 19 scoped_ptr<infobars::InfoBar> ConfirmInfoBarDelegate::CreateInfoBar(
21 return scoped_ptr<infobars::InfoBar>(new ConfirmInfoBar(delegate.Pass()));
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 23 #include "components/infobars/core/infobar.h"
148 // ThreeDAPIInfoBarDelegate; doing so doesn't remove the infobar, and
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 136 // Accepting the infobar should grant permission to access the PPAPI broker.
140 // PPB_Broker_Trusted::IsAllowed should return false before the infobar is
141 // popped and true after the infobar is popped.
156 // Canceling the infobar should deny permission to access the PPAPI broker.
161 // infobar is popped.
180 // We shouldn't see an infobar.
192 // We shouldn't see an infobar.
    [all...]
  /external/chromium_org/content/browser/media/cdm/
browser_cdm_manager.h 116 // The primary use case is infobar permission callback, i.e., when infobar

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>