HomeSort by relevance Sort by last modified time
    Searched refs:Details (Results 101 - 125 of 323) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 574 // details.
722 content::Details<const Extension>(extension.get()));
777 content::Details<const Extension>(extension.get()));
    [all...]
extension_install_ui_browsertest.cc 202 const content::NotificationDetails& details) OVERRIDE {
204 observer_->Observe(type, source, details);
207 const std::string* id = content::Details<const std::string>(details).ptr();
extension_keybinding_registry.cc 185 const content::NotificationDetails& details) {
190 content::Details<std::pair<const std::string, const std::string> >(
191 details).ptr();
permissions_updater.cc 168 content::Details<UpdatedExtensionPermissionsInfo>(&info));
permissions_updater_unittest.cc 67 const content::NotificationDetails& details) OVERRIDE {
70 content::Details<UpdatedExtensionPermissionsInfo>(details).ptr();
user_script_master_unittest.cc 67 const content::NotificationDetails& details) OVERRIDE {
70 shared_memory_ = content::Details<base::SharedMemory>(details).ptr();
webstore_startup_installer_browsertest.cc 258 const content::NotificationDetails& details) OVERRIDE {
261 content::Details<const extensions::InstalledExtensionInfo>(details)->
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 313 content::Details<const std::string>(&extension_id));
455 const content::NotificationDetails& details) {
459 Profile* profile = content::Details<Profile>(details).ptr();
564 // There may or may not be details (depends on the function).
565 // The tabId might appear in details (if it exists), as the first
578 // Found the details argument.
580 // Still need to check for the tabId within details.
633 content::Details<Profile>(GetProfile()));
644 content::Details<ExtensionAction>(extension_action_))
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 56 const content::NotificationDetails& details) OVERRIDE;
110 const content::NotificationDetails& details) {
114 content::Details<DomOperationNotificationDetails> dom_op_details(details);
135 const content::NotificationDetails& details) OVERRIDE;
181 const content::NotificationDetails& details) {
183 infobar_ = content::Details<infobars::InfoBar::AddedDetails>(details).ptr();
187 content::Details<DomOperationNotificationDetails> dom_op_details(details);
    [all...]
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 171 const content::NotificationDetails& details) {
179 content::Details<const Extension>(details).ptr();
185 content::Details<const InstalledExtensionInfo>(details)->extension;
191 content::Details<const Extension>(details).ptr();
491 base::DictionaryValue* details = new base::DictionaryValue; local
492 details->SetString("version", result.version);
493 Respond(TwoArguments(new base::StringValue(result.response), details));
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 254 * @param {!Object} msg Details sent with the message.
278 * @param {!Object} msg Details sent with the message.
290 * @param {!Object} msg Details of the API call.
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 171 const content::NotificationDetails& details) {
178 DeleteShortcutsWithURL(content::Details<extensions::UnloadedExtensionInfo>(
179 details)->extension->url(), false);
185 content::Details<const history::URLsDeletedDetails>(details).ptr();
keyword_extensions_delegate_impl.cc 121 const content::NotificationDetails& details) {
153 *content::Details<
154 omnibox_api::SendSuggestions::Params>(details).ptr();
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 403 content::Details<Profile>(profile));
468 content::Details<Profile>(profile));
  /external/chromium_org/chrome/browser/translate/
chrome_translate_client.cc 319 const content::LoadCommittedDetails& details,
323 details.entry->GetTransitionType() == content::PAGE_TRANSITION_RELOAD ||
324 details.type == content::NAVIGATION_TYPE_SAME_PAGE;
326 details.is_in_page, details.is_main_frame, reload);
497 const LanguageDetectionDetails& details,
499 GetLanguageState().LanguageDetermined(details.adopted_language,
503 translate_manager_->InitiateTranslation(details.adopted_language);
508 content::Details<const LanguageDetectionDetails>(&details));
519 PageTranslatedDetails details; local
    [all...]
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 457 const content::NotificationDetails& details) {
459 if (content::Details<content::LoadCommittedDetails>(details)->
538 content::Details<bool>(&is_fullscreen));
  /external/llvm/lib/IR/
LegacyPassManager.cpp 6 // License. See LICENSE.TXT for details.
46 Disabled, Arguments, Structure, Executions, Details
58 clEnumVal(Details , "print pass details when it is executed"),
896 if (PassDebugging >= Details) {
920 if (PassDebugging >= Details) {
943 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.cc 195 const content::NotificationDetails& details) {
198 content::Details<FaviconChangedDetails> favicon_details(details);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 316 content::Details<Results>(&results));
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.cc 107 if (params_->details.wallpaper_data) {
108 StartDecode(*params_->details.wallpaper_data);
110 GURL wallpaper_url(*params_->details.url);
130 params_->details.name);
139 set_wallpaper::Params::Details::ToString(params_->details.layout));
144 params_->details.name,
151 if (params_->details.thumbnail) {
212 params_->details.wallpaper_data.reset(new std::string(response));
213 StartDecode(*params_->details.wallpaper_data)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 209 const content::NotificationDetails& details) {
212 const User& user = *content::Details<User>(details).ptr();
217 WebUILoginView::Observe(type, source, details);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.cc 340 const content::NotificationDetails& details) {
346 *content::Details<const gfx::ImageSkia>(details).ptr()->bitmap());
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_policy_observer.cc 166 const content::NotificationDetails& details) {
171 Profile* profile = content::Details<Profile>(details).ptr();
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.cc 152 const content::NotificationDetails& details) {
156 OnSystemIndicatorChanged(content::Details<ExtensionAction>(details).ptr());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_apitest.cc 44 const content::NotificationDetails& details) OVERRIDE {
46 content::Details<LoginNotificationDetails>(details).ptr()->handler();

Completed in 1017 milliseconds

1 2 3 45 6 7 8 91011>>