HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 951 - 975 of 2357) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 55 const content::NotificationDetails& details) OVERRIDE;
79 const content::NotificationDetails& details) {
82 content::Details<InfoBarRemovedDetails>(details)->first);
644 content::LoadCommittedDetails details; local
645 details.entry = web_contents()->GetController().GetLastCommittedEntry();
646 EXPECT_FALSE(infobar_delegate->ShouldExpire(details));
648 details.entry = web_contents()->GetController().GetActiveEntry();
649 EXPECT_TRUE(infobar_delegate->ShouldExpire(details));
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 55 content::Details<InfoBarAddedDetails>(infobar_ptr));
87 content::Details<InfoBarReplacedDetails>(&replaced_details));
128 const content::NotificationDetails& details) {
134 *(content::Details<content::LoadCommittedDetails>(details).ptr());
193 content::Details<InfoBarRemovedDetails>(&removed_details));
  /external/chromium_org/chrome/browser/resources/
about_flash.js 19 * Asks the C++ FlashUIDOMHandler to get details about the Flash and return
about_nacl.js 22 * Asks the C++ NaClUIDOMHandler to get details about the NaCl and return
  /external/chromium_org/chrome/browser/signin/
signin_tracker_unittest.cc 82 GoogleServiceSigninSuccessDetails details("username@gmail.com", "password");
86 content::Details<const GoogleServiceSigninSuccessDetails>(&details));
105 content::Details<const GoogleServiceAuthError>(&error));
151 content::Details<const TokenService::TokenAvailableDetails>(&available));
176 content::Details<const TokenService::TokenRequestFailedDetails>(&failed));
  /external/chromium_org/chrome/browser/thumbnails/
render_widget_snapshot_taker.cc 156 const content::NotificationDetails& details) {
160 content::Details<std::pair<int, gfx::Size> >(details).ptr();
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.cc 47 const content::LoadCommittedDetails& details,
51 if (details.is_in_page)
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 83 const content::LoadCommittedDetails& details) const OVERRIDE;
175 const content::LoadCommittedDetails& details) const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 103 const content::NotificationDetails& details) {
112 if (content::Details<extensions::ExtensionHost>(host()) == details)
  /external/chromium_org/content/public/test/
browser_test_utils.h 180 const NotificationDetails& details) OVERRIDE;
216 const NotificationDetails& details) OVERRIDE;
test_utils.cc 204 const NotificationDetails& details) {
206 details_ = details;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 136 for more details.
169 unittest.TestCase. See the docstring of this class for more details.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results_unittest.py 100 details = test_run_results.RunDetails(failing_summary['num_regressions'], full_summary, failing_summary, initial_results, None)
101 printer.print_results(details)
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 172 const ViewHierarchyChangedDetails& details) {
173 if (details.is_add && !native_wrapper_ && GetWidget()) {
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 6 * License. See LICENSE.TXT for details.
  /ndk/sources/host-tools/make-3.81/
subproc.bat 14 rem more details.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 40 private static final String DETAILS_TAG = "Details";
57 // summary and details passed from pts
135 public void setDetails(String details) {
136 mDetails = details;
185 // add details only if summary is present
186 // <Details>
192 // </Details>
257 private PerfResultDetail[] parseDetails(String details) {
258 String[] arrays = details.split(LOG_SEPARATOR);
  /external/chromium/chrome/browser/automation/
automation_resource_tracker.h 125 const NotificationDetails& details) {
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 115 const NotificationDetails& details) {
119 UserManager::User* user = Details<UserManager::User>(details).ptr();
462 const std::string& details) {
463 // TODO(dpolukhin): show detailed error info. |details| string contains
466 // for end users, developers can see details string in Chrome logs.
467 VLOG(1) << details;
login_performer.h 94 const NotificationDetails& details);
ownership_service.h 108 const NotificationDetails& details);
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 77 const NotificationDetails& details);
  /external/chromium/chrome/browser/chromeos/
preferences.h 38 const NotificationDetails& details);

Completed in 589 milliseconds

<<31323334353637383940>>