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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 33 #include "components/infobars/core/infobar.h"
85 infobars::InfoBar* infobar);
130 infobars::InfoBar* infobar_;
162 // Creates an extension dev tools infobar and delegate and adds the infobar to
163 // the InfoBarService associated with |rvh|. Returns the infobar if it was
165 static infobars::InfoBar* Create(WebContents* web_contents,
192 infobars::InfoBar* ExtensionDevToolsInfoBarDelegate::Create(
313 infobars::InfoBar* infobar
594 infobars::InfoBar* infobar = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
permission_context_base.h 29 // - Creates a bubble or infobar when a permission is needed
69 // or NotifyPermissionSet if permission decided by presenting an infobar.
98 // Return an instance of the infobar queue controller, creating it if needed.
permission_infobar_delegate.h 20 // provide an icon and a message text to the infobar.
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.h 59 // Return an instance of the infobar queue controller, creating it
72 // infobar to the user. Called on the UI thread.
98 // Removes any pending InfoBar request.
  /external/chromium_org/chrome/browser/plugins/
npapi_infobar_browsertest.cc 32 // Tests that the NPAPI unauthorized plugin infobar is:
85 // When "UnauthorizedPluginInfoBar" is "Enabled", infobar for NPAPI plugin
100 // When "UnauthorizedPluginInfoBar" is "Disabled", infobar for NPAPI plugin
  /external/chromium_org/components/google/core/browser/
google_url_tracker_infobar_delegate.cc 9 #include "components/infobars/core/infobar.h"
17 infobars::InfoBar* GoogleURLTrackerInfoBarDelegate::Create(
62 infobar()->RemoveSelf();
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 28 #include "components/infobars/core/infobar.h"
59 // The delegate for the infobar shown when Chrome is not the default browser.
62 // Creates a default browser infobar and delegate and adds the infobar to
222 // - The user said "don't ask me again" on the infobar earlier.
239 // just prevent showing the infobar.
session_crashed_infobar_delegate.cc 17 #include "components/infobars/core/infobar.h"
76 InfoBarService::WebContentsFromInfoBar(infobar()));
autolaunch_prompt_win.cc 24 #include "components/infobars/core/infobar.h"
36 // The delegate for the infobar shown when Chrome is auto-launched.
39 // Creates an autolaunch infobar and delegate and adds the infobar to
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AutoLoginAccountDelegate.java 5 package org.chromium.chrome.browser.infobar;
46 Log.i("InfoBar", "auto-login failed because account is no longer valid");
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
PasswordAuthenticationManager.java 32 * @return The message to be displayed in the save password infobar that will allow
122 * @return The message to be displayed in the save password infobar that will allow the user
  /external/chromium_org/chrome/browser/ui/android/infobars/
infobar_android.cc 12 #include "components/infobars/core/infobar.h"
20 : infobars::InfoBar(delegate.Pass()) {
save_password_infobar.cc 16 scoped_ptr<infobars::InfoBar> SavePasswordInfoBarDelegate::CreateInfoBar(
18 return scoped_ptr<infobars::InfoBar>(
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
JavaScriptSourceFrame.js 94 var infobar = new WebInspector.UISourceCodeFrame.Infobar(WebInspector.UISourceCodeFrame.Infobar.Level.Warning, WebInspector.UIString("Workspace mapping mismatch"));
95 this._divergedInfobar = infobar;
98 infobar.createDetailsRowMessage(WebInspector.UIString("The content of this file on the file system:\u00a0")).appendChild(
99 WebInspector.linkifyURLAsNode(fileURL, fileURL, "source-frame-infobar-details-url", true, fileURL));
102 infobar.createDetailsRowMessage(WebInspector.UIString("does not match the loaded script:\u00a0")).appendChild(
103 WebInspector.linkifyURLAsNode(scriptURL, scriptURL, "source-frame-infobar-details-url", true, scriptURL));
105 infobar.createDetailsRowMessage();
106 infobar.createDetailsRowMessage(WebInspector.UIString("Possible solutions are:"))
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.mm 31 scoped_ptr<infobars::InfoBar> ChromeTranslateClient::CreateInfoBar(
33 scoped_ptr<InfoBarCocoa> infobar(
36 switch (infobar->delegate()->AsTranslateInfoBarDelegate()->translate_step()) {
39 initWithInfoBar:infobar.get()]);
43 initWithInfoBar:infobar.get()]);
48 initWithInfoBar:infobar.get()]);
53 infobar->set_controller(infobar_controller);
54 return infobar.PassAs<infobars::InfoBar>();
179 // Step 1: remove all controls from the infobar so we have a clean slate
    [all...]
infobar_utilities.h 25 // Creates a label control in the style we need for the infobar's labels
mock_confirm_infobar_delegate.h 48 // Determines whether the infobar closes when an action is taken or not.
  /external/chromium_org/chrome/android/java/res/values/
colors.xml 8 <!-- Infobar colors -->
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 35 const char kAlertMessage[] = "Simple Alert Infobar.";
  /external/chromium_org/chrome/browser/android/
resource_id.h 16 // InfoBar resources.
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.h 15 // An infobar delegate that presents the user with a choice to allow or deny
  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 8 #include "components/infobars/core/infobar.h"
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.h 13 class InfoBar;
121 infobars::InfoBar* infobar) const;
130 infobars::InfoBar* GetUserMediaAndWaitForInfoBar(
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 34 #include "components/infobars/core/infobar.h"
298 infobars::InfoBar* infobar = infobar_service->infobar_at(infobar_index); local
299 infobars::InfoBarDelegate* infobar_delegate = infobar->delegate();
303 infobar_service->RemoveInfoBar(infobar);
312 infobar_service->RemoveInfoBar(infobar);
323 infobar_service->RemoveInfoBar(infobar);
374 // That's considered a user gesture to webkit, and should produce an infobar.
445 // Requests notification privileges and verifies the infobar appears.
456 // Tries to create a notification and clicks allow on the infobar
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac_browsertest.mm 45 EXPECT_TRUE([sheet_controller infoBar]);

Completed in 840 milliseconds

1 2 3 4 5 6 78 91011>>