style 1026 android_webview/java/src/org/chromium/android_webview/AwContents.java public void setScrollBarStyle(int style) { style 1027 android_webview/java/src/org/chromium/android_webview/AwContents.java if (style == View.SCROLLBARS_INSIDE_OVERLAY style 1028 android_webview/java/src/org/chromium/android_webview/AwContents.java || style == View.SCROLLBARS_OUTSIDE_OVERLAY) { style 87 ash/sticky_keys/sticky_keys_overlay.cc int style; style 90 ash/sticky_keys/sticky_keys_overlay.cc style = gfx::Font::NORMAL; style 94 ash/sticky_keys/sticky_keys_overlay.cc style = gfx::Font::UNDERLINE; style 98 ash/sticky_keys/sticky_keys_overlay.cc style = gfx::Font::NORMAL; style 104 ash/sticky_keys/sticky_keys_overlay.cc SetFontList(font_list().DeriveWithStyle(style)); style 285 ash/system/bluetooth/tray_bluetooth.cc gfx::Font::FontStyle style, style 289 ash/system/bluetooth/tray_bluetooth.cc views::Label* label = container->AddCheckableLabel(text, style, checked); style 99 ash/system/chromeos/audio/audio_detailed_view.cc gfx::Font::FontStyle style, style 102 ash/system/chromeos/audio/audio_detailed_view.cc container->AddCheckableLabel(text, style, checked); style 37 ash/system/chromeos/audio/audio_detailed_view.h gfx::Font::FontStyle style, style 48 ash/system/tray/hover_highlight_view.cc gfx::Font::FontStyle style) { style 58 ash/system/tray/hover_highlight_view.cc text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style)); style 67 ash/system/tray/hover_highlight_view.cc gfx::Font::FontStyle style) { style 81 ash/system/tray/hover_highlight_view.cc text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style)); style 94 ash/system/tray/hover_highlight_view.cc gfx::Font::FontStyle style, style 113 ash/system/tray/hover_highlight_view.cc text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style)); style 122 ash/system/tray/hover_highlight_view.cc return AddLabel(text, style); style 32 ash/system/tray/hover_highlight_view.h gfx::Font::FontStyle style); style 38 ash/system/tray/hover_highlight_view.h gfx::Font::FontStyle style); style 44 ash/system/tray/hover_highlight_view.h gfx::Font::FontStyle style, style 244 ash/system/tray_accessibility.cc gfx::Font::FontStyle style, style 247 ash/system/tray_accessibility.cc container->AddCheckableLabel(text, style, checked); style 76 ash/system/tray_accessibility.h gfx::Font::FontStyle style, style 42 base/win/message_window.cc window_class.style = 0; style 36 base/win/wrapped_window_proc.cc UINT style, style 46 base/win/wrapped_window_proc.cc class_out->style = style; style 43 base/win/wrapped_window_proc.h UINT style, style 815 cc/resources/resource_provider.cc DeleteStyle style) { style 820 cc/resources/resource_provider.cc DCHECK(resource->exported_count == 0 || style != Normal); style 821 cc/resources/resource_provider.cc if (style == ForShutdown && resource->exported_count > 0) style 1327 cc/resources/resource_provider.cc DeleteStyle style) { style 1331 cc/resources/resource_provider.cc DCHECK(style == ForShutdown || !child.marked_for_deletion); style 1346 cc/resources/resource_provider.cc DeleteAndReturnUnusedResourcesToChild(it, style, resources_for_child); style 1643 cc/resources/resource_provider.cc DeleteStyle style, style 1673 cc/resources/resource_provider.cc if (style != ForShutdown) { style 1711 cc/resources/resource_provider.cc DeleteResourceInternal(it, style); style 585 cc/resources/resource_provider.h void DeleteResourceInternal(ResourceMap::iterator it, DeleteStyle style); style 587 cc/resources/resource_provider.h DeleteStyle style, style 589 cc/resources/resource_provider.h void DestroyChildInternal(ChildMap::iterator it, DeleteStyle style); style 11 chrome/android/java/src/org/chromium/chrome/browser/infobar/ConfirmInfoBar.java import android.text.style.ClickableSpan; style 12 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java import android.text.style.ClickableSpan; style 11 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java import android.text.style.ForegroundColorSpan; style 389 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java return android.R.style.Theme_Holo_Light; style 26 chrome/browser/autocomplete/autocomplete_match.cc (classifications.back().style == ACMatchClassification::NONE)); style 205 chrome/browser/autocomplete/autocomplete_match.cc int style, style 208 chrome/browser/autocomplete/autocomplete_match.cc text.length(), style, classification); style 216 chrome/browser/autocomplete/autocomplete_match.cc int style, style 227 chrome/browser/autocomplete/autocomplete_match.cc classification->push_back(ACMatchClassification(0, style)); style 239 chrome/browser/autocomplete/autocomplete_match.cc (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM)); style 244 chrome/browser/autocomplete/autocomplete_match.cc classification->push_back(ACMatchClassification(after_match, style)); style 265 chrome/browser/autocomplete/autocomplete_match.cc std::max(i->offset, j->offset), i->style | j->style); style 287 chrome/browser/autocomplete/autocomplete_match.cc ',' + base::IntToString(classifications[i].style); style 317 chrome/browser/autocomplete/autocomplete_match.cc int style) { style 319 chrome/browser/autocomplete/autocomplete_match.cc if (classifications->empty() || classifications->back().style != style) { style 322 chrome/browser/autocomplete/autocomplete_match.cc classifications->push_back(ACMatchClassification(offset, style)); style 64 chrome/browser/autocomplete/autocomplete_match.h ACMatchClassification(size_t offset, int style) style 66 chrome/browser/autocomplete/autocomplete_match.h style(style) { style 72 chrome/browser/autocomplete/autocomplete_match.h int style; style 126 chrome/browser/autocomplete/autocomplete_match.h int style, style 136 chrome/browser/autocomplete/autocomplete_match.h int style, style 158 chrome/browser/autocomplete/autocomplete_match.h int style); style 144 chrome/browser/autocomplete/bookmark_provider_unittest.cc if (i->style & AutocompleteMatch::ACMatchClassification::MATCH) { style 435 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::NONE, spans_a[0].style); style 437 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::MATCH, spans_a[1].style); style 439 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::NONE, spans_a[2].style); style 441 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::MATCH, spans_a[3].style); style 443 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::NONE, spans_a[4].style); style 445 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::MATCH, spans_a[5].style); style 447 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::NONE, spans_a[6].style); style 449 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::MATCH, spans_a[7].style); style 451 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::NONE, spans_a[8].style); style 463 chrome/browser/autocomplete/history_quick_provider_unittest.cc spans_b[0].style); style 465 chrome/browser/autocomplete/history_quick_provider_unittest.cc EXPECT_EQ(ACMatchClassification::URL, spans_b[1].style); style 468 chrome/browser/autocomplete/history_quick_provider_unittest.cc spans_b[2].style); style 916 chrome/browser/autocomplete/history_url_provider_unittest.cc match.contents_class[match_index].style); style 3270 chrome/browser/autocomplete/search_provider_unittest.cc match.contents_class[0].style); style 3274 chrome/browser/autocomplete/search_provider_unittest.cc match.contents_class[1].style); style 3277 chrome/browser/autocomplete/search_provider_unittest.cc match.contents_class[2].style); style 44 chrome/browser/autocomplete/shortcuts_backend.cc &unmatched, i->offset, i->style & ~ACMatchClassification::MATCH); style 161 chrome/browser/chromeos/input_method/input_method_engine.cc switch (segment->style) { style 624 chrome/browser/chromeos/input_method/input_method_engine.cc switch (item.style) { style 78 chrome/browser/chromeos/input_method/input_method_engine_interface.h MenuItemStyle style; style 126 chrome/browser/chromeos/input_method/input_method_engine_interface.h SegmentStyle style; style 54 chrome/browser/chromeos/login/login_web_dialog.cc Style style) style 60 chrome/browser/chromeos/login/login_web_dialog.cc style_(style), style 48 chrome/browser/chromeos/login/login_web_dialog.h Style style); style 54 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (input.style != input_ime::MenuItem::STYLE_NONE) { style 56 chrome/browser/extensions/api/input_ime/input_ime_api.cc out->style = static_cast<InputMethodEngineInterface::MenuItemStyle>( style 57 chrome/browser/extensions/api/input_ime/input_ime_api.cc input.style); style 456 chrome/browser/extensions/api/input_ime/input_ime_api.cc segments_args[i]->style != style 461 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (segments_args[i]->style == style 463 chrome/browser/extensions/api/input_ime/input_ime_api.cc segments.back().style = style 466 chrome/browser/extensions/api/input_ime/input_ime_api.cc segments.back().style = style 329 chrome/browser/extensions/api/omnibox/omnibox_api.cc omnibox::SuggestResult::DescriptionStylesType* style = i->get(); style 332 chrome/browser/extensions/api/omnibox/omnibox_api.cc if (style->length) style 333 chrome/browser/extensions/api/omnibox/omnibox_api.cc length = *style->length; style 335 chrome/browser/extensions/api/omnibox/omnibox_api.cc size_t offset = style->offset >= 0 ? style->offset : style 336 chrome/browser/extensions/api/omnibox/omnibox_api.cc std::max(0, static_cast<int>(description.length()) + style->offset); style 339 chrome/browser/extensions/api/omnibox/omnibox_api.cc switch (style->type) { style 104 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[0].style); style 109 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[1].style); style 114 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[2].style); style 119 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[3].style); style 124 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[4].style); style 129 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc result.match_at(1).contents_class[5].style); style 30 chrome/browser/extensions/api/omnibox/omnibox_unittest.cc EXPECT_EQ(expected[i].style, actual[i].style) << "Index:" << i; style 80 chrome/browser/fullscreen_win.cc LONG style = ::GetWindowLong(wnd, GWL_STYLE); style 82 chrome/browser/fullscreen_win.cc return !((style & (WS_DLGFRAME | WS_THICKFRAME)) || style 55 chrome/browser/sync/sync_ui_util.cc StatusLabelStyle style) { style 89 chrome/browser/sync/sync_ui_util.cc switch (style) { style 137 chrome/browser/sync/sync_ui_util.cc StatusLabelStyle style, style 204 chrome/browser/sync/sync_ui_util.cc service, signin, style)); style 219 chrome/browser/sync/sync_ui_util.cc style)); style 227 chrome/browser/sync/sync_ui_util.cc status_label->assign(GetSyncedStateStatusLabel(service, signin, style)); style 325 chrome/browser/sync/sync_ui_util.cc StatusLabelStyle style, style 331 chrome/browser/sync/sync_ui_util.cc service, signin, style, status_label, link_label); style 38 chrome/browser/sync/sync_ui_util.h StatusLabelStyle style, style 51 chrome/browser/ui/app_list/search/omnibox_provider.cc if (text_class.style == ACMatchClassification::NONE) style 55 chrome/browser/ui/app_list/search/omnibox_provider.cc tag_styles = ACMatchStyleToTagStyle(text_class.style); style 101 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h static NSFont* GetFieldFont(int style); style 145 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc GtkStyle* style = gtk_rc_get_style(widget_.get()); style 146 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc highlighted_color_ = style->bg[GTK_STATE_SELECTED]; style 748 chrome/browser/ui/gtk/download/download_item_gtk.cc GtkStyle* style = gtk_widget_get_style(body_.get()); style 758 chrome/browser/ui/gtk/download/download_item_gtk.cc gtk_paint_box(style, style 767 chrome/browser/ui/gtk/download/download_item_gtk.cc gtk_paint_box(style, style 780 chrome/browser/ui/gtk/download/download_item_gtk.cc gtk_paint_vline(style, style 519 chrome/browser/ui/gtk/find_bar_gtk.cc GtkStyle* style = gtk_rc_get_style(text_entry_); style 520 chrome/browser/ui/gtk/find_bar_gtk.cc gint xborder = style->xthickness; style 521 chrome/browser/ui/gtk/find_bar_gtk.cc gint yborder = style->ythickness; style 642 chrome/browser/ui/gtk/find_bar_gtk.cc GtkStyle* style = gtk_rc_get_style(text_entry_); style 643 chrome/browser/ui/gtk/find_bar_gtk.cc GdkColor normal_bg = style->base[GTK_STATE_NORMAL]; style 645 chrome/browser/ui/gtk/find_bar_gtk.cc style->text[GTK_STATE_NORMAL], style->base[GTK_STATE_NORMAL]); style 76 chrome/browser/ui/gtk/gtk_chrome_link_button.cc GtkStyle* style = gtk_rc_get_style(button->label); style 77 chrome/browser/ui/gtk/gtk_chrome_link_button.cc GdkColor insensitive_color = style->fg[GTK_STATE_INSENSITIVE]; style 265 chrome/browser/ui/gtk/gtk_custom_menu_item.cc GtkStyle* style = gtk_widget_get_style(widget); style 266 chrome/browser/ui/gtk/gtk_custom_menu_item.cc int half_offset = style->xthickness / 2; style 267 chrome/browser/ui/gtk/gtk_custom_menu_item.cc gtk_paint_vline(style, style 204 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style, style 207 chrome/browser/ui/gtk/gtk_theme_service.cc SkColor color = gfx::GdkColorToSkColor(style->fg[state]); style 443 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(fake_window_); style 448 chrome/browser/ui/gtk/gtk_theme_service.cc text = style->text[GTK_STATE_NORMAL]; style 449 chrome/browser/ui/gtk/gtk_theme_service.cc bg = style->bg[GTK_STATE_NORMAL]; style 509 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(scrollbar); style 517 chrome/browser/ui/gtk/gtk_theme_service.cc gtk_paint_slider(style, pm, style 523 chrome/browser/ui/gtk/gtk_theme_service.cc gtk_paint_box(style, pm, GTK_STATE_ACTIVE, GTK_SHADOW_IN, &rect, style 914 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(fake_menu_item_.get()); style 918 chrome/browser/ui/gtk/gtk_theme_service.cc style, style 922 chrome/browser/ui/gtk/gtk_theme_service.cc style, style 975 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(fake_window_); style 976 chrome/browser/ui/gtk/gtk_theme_service.cc GdkColor* color = &style->bg[GTK_STATE_NORMAL]; style 1105 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(fake_entry_.get()); style 1106 chrome/browser/ui/gtk/gtk_theme_service.cc const GdkColor text_color = style->text[GTK_STATE_NORMAL]; style 1107 chrome/browser/ui/gtk/gtk_theme_service.cc const GdkColor base_color = style->base[GTK_STATE_NORMAL]; style 1117 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStyle* style = gtk_rc_get_style(fake_entry_.get()); style 1118 chrome/browser/ui/gtk/gtk_theme_service.cc const GdkColor color = style->text[GTK_STATE_SELECTED]; style 107 chrome/browser/ui/gtk/gtk_util.cc GtkStyle* style = gtk_widget_get_style(widget); style 109 chrome/browser/ui/gtk/gtk_util.cc style->font_desc, pango_context_get_language(context)); style 349 chrome/browser/ui/gtk/gtk_util.cc GtkStyle* style = gtk_widget_get_style(widget); style 351 chrome/browser/ui/gtk/gtk_util.cc style->font_desc, pango_context_get_language(context)); style 888 chrome/browser/ui/gtk/gtk_util.cc GtkStyle* style = gtk_rc_get_style(fake_entry); style 891 chrome/browser/ui/gtk/gtk_util.cc *normal_base = style->base[GTK_STATE_NORMAL]; style 893 chrome/browser/ui/gtk/gtk_util.cc *selected_base = style->base[GTK_STATE_SELECTED]; style 895 chrome/browser/ui/gtk/gtk_util.cc *normal_text = style->text[GTK_STATE_NORMAL]; style 897 chrome/browser/ui/gtk/gtk_util.cc *selected_text = style->text[GTK_STATE_SELECTED]; style 427 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc if (i->style & ACMatchClassification::URL) { style 437 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc if (i->style & ACMatchClassification::DIM) style 446 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc PangoWeight weight = (i->style & ACMatchClassification::MATCH) ? style 790 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc GtkStyle* style = gtk_rc_get_style(gray_text_view_); style 792 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc style->text[GTK_STATE_NORMAL], style->base[GTK_STATE_NORMAL]); style 1650 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc GtkStyle* style = gtk_rc_get_style(text_view_); style 1655 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc style->text[GTK_STATE_NORMAL], style->base[GTK_STATE_NORMAL]); style 1659 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc &style->text[GTK_STATE_NORMAL], NULL); style 348 chrome/browser/ui/gtk/reload_button_gtk.cc GtkStyle* style = gtk_widget_get_style(widget()); style 350 chrome/browser/ui/gtk/reload_button_gtk.cc style, style 359 chrome/browser/ui/gtk/reload_button_gtk.cc style, style 129 chrome/browser/ui/libgtk2ui/gtk2_border.cc if (owning_button_->style() == views::Button::STYLE_BUTTON || style 182 chrome/browser/ui/libgtk2ui/gtk2_border.cc if (owning_button_->style() == Button::STYLE_BUTTON) { style 184 chrome/browser/ui/libgtk2ui/gtk2_border.cc } else if (owning_button_->style() == Button::STYLE_TEXTBUTTON) { style 725 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkStyle* style = gtk_rc_get_style(scrollbar); style 733 chrome/browser/ui/libgtk2ui/gtk2_ui.cc gtk_paint_slider(style, pm, style 739 chrome/browser/ui/libgtk2ui/gtk2_ui.cc gtk_paint_box(style, pm, GTK_STATE_ACTIVE, GTK_SHADOW_IN, &rect, style 1025 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkStyle* style = gtk_rc_get_style(fake_window_); style 1026 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GdkColor* color = &style->bg[GTK_STATE_NORMAL]; style 1188 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkStyle* style = gtk_widget_get_style(fake_frame_); style 1189 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkIconSet* icon_set = gtk_style_lookup_icon_set(style, stock_id); style 1196 chrome/browser/ui/libgtk2ui/gtk2_ui.cc style, style 1275 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkStyle* style = gtk_rc_get_style(fake_entry_.get()); style 1276 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const GdkColor text_color = style->text[GTK_STATE_NORMAL]; style 1277 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const GdkColor base_color = style->base[GTK_STATE_NORMAL]; style 1286 chrome/browser/ui/libgtk2ui/gtk2_ui.cc GtkStyle* style = gtk_rc_get_style(fake_entry_.get()); style 1287 chrome/browser/ui/libgtk2ui/gtk2_ui.cc const GdkColor color = style->text[GTK_STATE_SELECTED]; style 71 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc views::StyledLabel::RangeStyleInfo style; style 74 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc style = views::StyledLabel::RangeStyleInfo::CreateForLink(); style 76 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc style.font_style = gfx::Font::BOLD; style 78 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc contents->AddStyleRange(text_ranges[i].range, style); style 145 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc const NewAvatarButton::AvatarButtonStyle style) { style 155 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc listener, profile_name, style, browser_view_->browser()); style 62 chrome/browser/ui/views/frame/browser_non_client_frame_view.h const NewAvatarButton::AvatarButtonStyle style); style 406 chrome/browser/ui/views/location_bar/location_bar_view.cc new views::LabelButtonBorder(search_button_->style())); style 373 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (classifications[i].style & ACMatchClassification::MATCH) style 377 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (classifications[i].style & ACMatchClassification::URL) { style 392 chrome/browser/ui/views/omnibox/omnibox_result_view.cc (classifications[i].style & ACMatchClassification::DIM)) { style 131 chrome/browser/ui/views/sad_tab_view.cc new views::LabelButtonBorder(reload_button_->style()))); style 143 chrome/browser/ui/views/status_bubble_views.cc void SetStyle(BubbleStyle style); style 348 chrome/browser/ui/views/status_bubble_views.cc void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) { style 349 chrome/browser/ui/views/status_bubble_views.cc if (style_ != style) { style 350 chrome/browser/ui/views/status_bubble_views.cc style_ = style; style 841 chrome/browser/ui/views/status_bubble_views.cc (view_->style() == StatusView::STYLE_FLOATING || style 842 chrome/browser/ui/views/status_bubble_views.cc view_->style() == StatusView::STYLE_BOTTOM))) { style 860 chrome/browser/ui/views/status_bubble_views.cc view_->style() == StatusView::STYLE_STANDARD_RIGHT) { style 31 chrome/browser/ui/views/toolbar/back_button.cc new views::LabelButtonBorder(style())); style 90 chrome/installer/util/html_dialog_impl.cc LONG_PTR style = ::GetWindowLongPtrW(target_window, GWL_STYLE); style 91 chrome/installer/util/html_dialog_impl.cc if (style & WS_SYSMENU) { style 169 chrome/installer/util/html_dialog_impl.cc LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE); style 170 chrome/installer/util/html_dialog_impl.cc ::SetWindowLongPtrW(top_window, GWL_STYLE, style & ~WS_SYSMENU); style 206 chrome/renderer/pepper/pepper_flash_renderer_host.cc int style = SkTypeface::kNormal; style 209 chrome/renderer/pepper/pepper_flash_renderer_host.cc style |= SkTypeface::kBold; style 211 chrome/renderer/pepper/pepper_flash_renderer_host.cc style |= SkTypeface::kItalic; style 214 chrome/renderer/pepper/pepper_flash_renderer_host.cc static_cast<SkTypeface::Style>(style))); style 9 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java import android.text.style.ClickableSpan; style 68 chrome/test/data/dromaeo/store.php $_SERVER['HTTP_USER_AGENT'], $_SERVER['REMOTE_ADDR'], str_replace(';', "", $_REQUEST['style'])) ); style 91 components/breakpad/tools/crash_service.cc wcx.style = CS_HREDRAW | CS_VREDRAW; style 96 components/breakpad/tools/crash_service.cc DWORD style = visible ? WS_POPUPWINDOW | WS_VISIBLE : WS_OVERLAPPED; style 100 components/breakpad/tools/crash_service.cc HWND window = CreateWindowExW(0, wcx.lpszClassName, L"crash service", style, style 24 content/browser/compositor/software_output_device_win.cc LONG style = GetWindowLong(hwnd_, GWL_EXSTYLE); style 25 content/browser/compositor/software_output_device_win.cc is_hwnd_composited_ = !!(style & WS_EX_COMPOSITED); style 78 content/browser/compositor/software_output_device_win.cc DWORD style = GetWindowLong(hwnd_, GWL_EXSTYLE); style 79 content/browser/compositor/software_output_device_win.cc style &= ~WS_EX_COMPOSITED; style 80 content/browser/compositor/software_output_device_win.cc style |= WS_EX_LAYERED; style 81 content/browser/compositor/software_output_device_win.cc SetWindowLong(hwnd_, GWL_EXSTYLE, style); style 48 content/browser/renderer_host/pepper/pepper_truetype_font_list_pango.cc desc.style = PP_TRUETYPEFONTSTYLE_ITALIC; style 49 content/browser/renderer_host/pepper/pepper_truetype_font_list_win.cc desc.style = PP_TRUETYPEFONTSTYLE_ITALIC; style 293 content/browser/renderer_host/render_sandbox_host_linux.cc blink::WebFontRenderStyle style; style 294 content/browser/renderer_host/render_sandbox_host_linux.cc WebFontInfo::renderStyleForStrike(family.c_str(), sizeAndStyle, &style); style 297 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useBitmaps); style 298 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useAutoHint); style 299 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useHinting); style 300 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.hintStyle); style 301 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useAntiAlias); style 302 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useSubpixelRendering); style 303 content/browser/renderer_host/render_sandbox_host_linux.cc reply.WriteInt(style.useSubpixelPositioning); style 877 content/child/npapi/webplugin_delegate_impl_win.cc wcex.style = CS_DBLCLKS; style 12 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java import android.text.style.URLSpan; style 101 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java R.style.SelectPopupDialog, SELECT_DIALOG_ATTRS); style 3130 content/renderer/pepper/pepper_plugin_instance_impl.cc std::string style; style 3131 content/renderer/pepper/pepper_plugin_instance_impl.cc style += StringPrintf("width: %s !important; ", width.c_str()); style 3132 content/renderer/pepper/pepper_plugin_instance_impl.cc style += StringPrintf("height: %s !important; ", height.c_str()); style 3133 content/renderer/pepper/pepper_plugin_instance_impl.cc style += "margin: 0 !important; padding: 0 !important; border: 0 !important"; style 3134 content/renderer/pepper/pepper_plugin_instance_impl.cc container_->element().setAttribute(kStyle, WebString::fromUTF8(style)); style 72 content/renderer/pepper/pepper_truetype_font_linux.cc desc_.style & PP_TRUETYPEFONTSTYLE_ITALIC, style 78 content/renderer/pepper/pepper_truetype_font_win.cc (desc.style & PP_TRUETYPEFONTSTYLE_ITALIC) ? 1 : 0, style 120 content/renderer/pepper/pepper_truetype_font_win.cc desc->style = font_desc.lfItalic ? PP_TRUETYPEFONTSTYLE_ITALIC : style 28 content/test/plugin/plugin_create_instance_in_paint.cc wcex.style = CS_DBLCLKS; style 48 content/test/plugin/plugin_windowed_test.cc wcex.style = CS_DBLCLKS; style 847 gpu/config/gpu_control_list.cc MultiGpuStyle style = StringToMultiGpuStyle(multi_gpu_style_string); style 848 gpu/config/gpu_control_list.cc if (style == kMultiGpuStyleNone) style 850 gpu/config/gpu_control_list.cc multi_gpu_style_ = style; style 1007 gpu/config/gpu_control_list.cc const std::string& style) { style 1008 gpu/config/gpu_control_list.cc if (style == kMultiGpuStyleStringOptimus) style 1010 gpu/config/gpu_control_list.cc if (style == kMultiGpuStyleStringAMDSwitchable) style 440 gpu/config/gpu_control_list.h static MultiGpuStyle StringToMultiGpuStyle(const std::string& style); style 39 gpu/config/gpu_control_list_version_info_unittest.cc const std::string style[] = { style 44 gpu/config/gpu_control_list_version_info_unittest.cc for (size_t i =0; i < arraysize(style); ++i) { style 45 gpu/config/gpu_control_list_version_info_unittest.cc VersionInfo info("=", style[i], "8.9", std::string()); style 47 gpu/config/gpu_control_list_version_info_unittest.cc if (style[i] == "lexical") style 58 gpu/gles2_conform_support/native/egl_native_win.cc wnd_class.style = CS_OWNDC; style 15 mojo/services/native_viewport/native_viewport_win.cc gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style, style 22 mojo/services/native_viewport/native_viewport_win.cc AdjustWindowRectEx(&wr, style, FALSE, ex_style); style 143 ppapi/c/dev/ppb_truetype_font_dev.h PP_TrueTypeFontStyle_Dev style; style 49 ppapi/cpp/dev/truetype_font_dev.cc set_style(other.style()); style 65 ppapi/cpp/dev/truetype_font_dev.cc set_style(other.style()); style 66 ppapi/cpp/dev/truetype_font_dev.h PP_TrueTypeFontStyle_Dev style() const { return desc_.style; } style 67 ppapi/cpp/dev/truetype_font_dev.h void set_style(PP_TrueTypeFontStyle_Dev style) { style 68 ppapi/cpp/dev/truetype_font_dev.h desc_.style = style; style 454 ppapi/proxy/ppapi_param_traits.cc ParamTraits<PP_TrueTypeFontStyle_Dev>::Write(m, p.style); style 469 ppapi/proxy/ppapi_param_traits.cc ParamTraits<PP_TrueTypeFontStyle_Dev>::Read(m, iter, &r->style) && style 94 ppapi/proxy/serialized_structs.cc style(), style 108 ppapi/proxy/serialized_structs.cc style = desc.style; style 119 ppapi/proxy/serialized_structs.cc desc->style = style; style 93 ppapi/proxy/serialized_structs.h PP_TrueTypeFontStyle_Dev style; style 169 ppapi/tests/test_truetype_font.cc ASSERT_EQ(font_in_family.style(), desc.style()); style 233 ppapi/tests/test_truetype_font.cc ASSERT_EQ(PP_TRUETYPEFONTSTYLE_NORMAL, desc.style()); style 395 remoting/host/setup/daemon_installer_win.cc LONG style = GetWindowLong(window, GWL_STYLE); style 396 remoting/host/setup/daemon_installer_win.cc if ((style & WS_OVERLAPPEDWINDOW) == WS_OVERLAPPEDWINDOW || style 397 remoting/host/setup/daemon_installer_win.cc (style & WS_POPUP) == WS_POPUP) { style 68 remoting/host/verify_config_window_win.cc DWORD style = ::GetWindowLong(owner, GWL_STYLE); style 69 remoting/host/verify_config_window_win.cc if ((style & WS_MINIMIZE) != 0 || (style & WS_VISIBLE) == 0) { style 61 sandbox/win/sandbox_poc/main_ui_window.cc window_class.style = CS_HREDRAW | CS_VREDRAW; style 606 skia/ext/vector_platform_device_emf_win.cc SkPaint::Style style = paint.getStyle(); style 608 skia/ext/vector_platform_device_emf_win.cc style = (SkPaint::Style) SkPaint::kStyleCount; style 610 skia/ext/vector_platform_device_emf_win.cc switch (style) { style 161 third_party/libxslt/libexslt/functions.c ch.hash = (xmlHashTablePtr) xsltStyleGetExtData(ctxt->style, URI); style 164 third_party/libxslt/libexslt/functions.c tmp = ctxt->style; style 206 third_party/libxslt/libexslt/functions.c exsltFuncStyleInit (xsltStylesheetPtr style ATTRIBUTE_UNUSED, style 221 third_party/libxslt/libexslt/functions.c exsltFuncStyleShutdown (xsltStylesheetPtr style ATTRIBUTE_UNUSED, style 456 third_party/libxslt/libexslt/functions.c exsltFuncFunctionComp (xsltStylesheetPtr style, xmlNodePtr inst) { style 462 third_party/libxslt/libexslt/functions.c if ((style == NULL) || (inst == NULL)) style 503 third_party/libxslt/libexslt/functions.c xsltParseTemplateContent(style, inst); style 516 third_party/libxslt/libexslt/functions.c xsltStyleStylesheetLevelGetExtData(style, style 520 third_party/libxslt/libexslt/functions.c xsltStyleGetExtData (style, EXSLT_FUNCTIONS_NAMESPACE); style 530 third_party/libxslt/libexslt/functions.c xsltTransformError(NULL, style, inst, style 533 third_party/libxslt/libexslt/functions.c style->errors++; style 543 third_party/libxslt/libexslt/functions.c exsltFuncResultComp (xsltStylesheetPtr style, xmlNodePtr inst, style 616 third_party/libxslt/libexslt/functions.c xsltInitElemPreComp ((xsltElemPreCompPtr) ret, style, inst, function, style 199 third_party/libxslt/libxslt/attributes.c xsltMergeAttrElemList(xsltStylesheetPtr style, style 255 third_party/libxslt/libxslt/attributes.c list->set = xmlDictLookup(style->dict, old->set, -1); style 257 third_party/libxslt/libxslt/attributes.c list->ns = xmlDictLookup(style->dict, old->ns, -1); style 262 third_party/libxslt/libxslt/attributes.c cur->next->set = xmlDictLookup(style->dict, old->set, -1); style 264 third_party/libxslt/libxslt/attributes.c cur->next->ns = xmlDictLookup(style->dict, old->ns, -1); style 289 third_party/libxslt/libxslt/attributes.c xsltParseStylesheetAttributeSet(xsltStylesheetPtr style, xmlNodePtr cur) { style 296 third_party/libxslt/libxslt/attributes.c if ((cur == NULL) || (style == NULL)) style 306 third_party/libxslt/libxslt/attributes.c ncname = xsltSplitQName(style->dict, value, &prefix); style 310 third_party/libxslt/libxslt/attributes.c if (style->attributeSets == NULL) { style 315 third_party/libxslt/libxslt/attributes.c style->attributeSets = xmlHashCreate(10); style 317 third_party/libxslt/libxslt/attributes.c if (style->attributeSets == NULL) style 320 third_party/libxslt/libxslt/attributes.c attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix); style 335 third_party/libxslt/libxslt/attributes.c xsltTransformError(NULL, style, child, style 339 third_party/libxslt/libxslt/attributes.c xsltTransformError(NULL, style, child, style 342 third_party/libxslt/libxslt/attributes.c xsltTransformError(NULL, style, child, style 386 third_party/libxslt/libxslt/attributes.c xsltParseAnyXSLTElem(XSLT_CCTXT(style), child); style 420 third_party/libxslt/libxslt/attributes.c curval = xmlDictLookup(style->dict, curval, endval - curval); style 430 third_party/libxslt/libxslt/attributes.c ncname2 = xsltSplitQName(style->dict, curval, &prefix2); style 435 third_party/libxslt/libxslt/attributes.c attrItems = xsltMergeAttrElemList(style, style 454 third_party/libxslt/libxslt/attributes.c xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL); style 472 third_party/libxslt/libxslt/attributes.c xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) { style 475 third_party/libxslt/libxslt/attributes.c while (style != NULL) { style 476 third_party/libxslt/libxslt/attributes.c values = xmlHashLookup2(style->attributeSets, name, ns); style 479 third_party/libxslt/libxslt/attributes.c style = xsltNextImport(style); style 491 third_party/libxslt/libxslt/attributes.c xsltResolveSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, style 513 third_party/libxslt/libxslt/attributes.c refs = xsltGetSAS(style, tmp->set, tmp->ns); style 522 third_party/libxslt/libxslt/attributes.c xsltResolveSASCallback(refs, style, name, ns, NULL); style 526 third_party/libxslt/libxslt/attributes.c xsltMergeAttrElemList(style, values, refs); style 546 third_party/libxslt/libxslt/attributes.c xsltMergeSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, style 552 third_party/libxslt/libxslt/attributes.c ret = xmlHashAddEntry2(style->attributeSets, name, ns, values); style 562 third_party/libxslt/libxslt/attributes.c topSet = xmlHashLookup2(style->attributeSets, name, ns); style 568 third_party/libxslt/libxslt/attributes.c topSet = xsltMergeAttrElemList(style, topSet, values); style 569 third_party/libxslt/libxslt/attributes.c xmlHashUpdateEntry2(style->attributeSets, name, ns, topSet, NULL); style 588 third_party/libxslt/libxslt/attributes.c xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style) { style 598 third_party/libxslt/libxslt/attributes.c cur = xsltNextImport(style); style 601 third_party/libxslt/libxslt/attributes.c if (style->attributeSets == NULL) { style 606 third_party/libxslt/libxslt/attributes.c style->attributeSets = xmlHashCreate(10); style 609 third_party/libxslt/libxslt/attributes.c (xmlHashScannerFull) xsltMergeSASCallback, style); style 623 third_party/libxslt/libxslt/attributes.c if (style->attributeSets != NULL) { style 624 third_party/libxslt/libxslt/attributes.c xmlHashScanFull(style->attributeSets, style 625 third_party/libxslt/libxslt/attributes.c (xmlHashScannerFull) xsltResolveSASCallback, style); style 1047 third_party/libxslt/libxslt/attributes.c xsltStylesheetPtr style; style 1093 third_party/libxslt/libxslt/attributes.c style = ctxt->style; style 1096 third_party/libxslt/libxslt/attributes.c if ((style != NULL) && style 1097 third_party/libxslt/libxslt/attributes.c (style->attributeSets != NULL) && style 1101 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); style 1110 third_party/libxslt/libxslt/attributes.c while (style != NULL) { style 1112 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); style 1120 third_party/libxslt/libxslt/attributes.c style = xsltNextImport(style); style 1134 third_party/libxslt/libxslt/attributes.c xsltFreeAttributeSetsHashes(xsltStylesheetPtr style) { style 1135 third_party/libxslt/libxslt/attributes.c if (style->attributeSets != NULL) style 1136 third_party/libxslt/libxslt/attributes.c xmlHashFree((xmlHashTablePtr) style->attributeSets, style 1138 third_party/libxslt/libxslt/attributes.c style->attributeSets = NULL; style 22 third_party/libxslt/libxslt/attributes.h xsltParseStylesheetAttributeSet (xsltStylesheetPtr style, style 25 third_party/libxslt/libxslt/attributes.h xsltFreeAttributeSetsHashes (xsltStylesheetPtr style); style 32 third_party/libxslt/libxslt/attributes.h xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style); style 63 third_party/libxslt/libxslt/attrvt.c xsltNewAttrVT(xsltStylesheetPtr style) { style 68 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, NULL, style 70 third_party/libxslt/libxslt/attrvt.c if (style != NULL) style->errors++; style 78 third_party/libxslt/libxslt/attrvt.c cur->next = style->attVTs; style 83 third_party/libxslt/libxslt/attrvt.c style->attVTs = (xsltAttrVTPtr) cur; style 171 third_party/libxslt/libxslt/attrvt.c xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) { style 179 third_party/libxslt/libxslt/attrvt.c if ((style == NULL) || (attr == NULL) || (attr->children == NULL)) style 183 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, attr->parent, style 186 third_party/libxslt/libxslt/attrvt.c style->errors++; style 207 third_party/libxslt/libxslt/attrvt.c avt = xsltNewAttrVT(style); style 259 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, attr->parent, style 262 third_party/libxslt/libxslt/attrvt.c style->errors++; style 276 third_party/libxslt/libxslt/attrvt.c comp = xsltXPathCompile(style, expr); style 278 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, attr->parent, style 281 third_party/libxslt/libxslt/attrvt.c style->errors++; style 306 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, attr->parent, style 326 third_party/libxslt/libxslt/attrvt.c xsltTransformError(NULL, style, attr->parent, style 337 third_party/libxslt/libxslt/attrvt.c style->attVTs = avt; style 183 third_party/libxslt/libxslt/documents.c xsltNewStyleDocument(xsltStylesheetPtr style, xmlDocPtr doc) { style 188 third_party/libxslt/libxslt/documents.c xsltTransformError(NULL, style, (xmlNodePtr) doc, style 194 third_party/libxslt/libxslt/documents.c if (style != NULL) { style 195 third_party/libxslt/libxslt/documents.c cur->next = style->docList; style 196 third_party/libxslt/libxslt/documents.c style->docList = cur; style 210 third_party/libxslt/libxslt/documents.c xsltFreeStyleDocuments(xsltStylesheetPtr style) { style 216 third_party/libxslt/libxslt/documents.c if (style == NULL) style 220 third_party/libxslt/libxslt/documents.c if (XSLT_HAS_INTERNAL_NSMAP(style)) style 221 third_party/libxslt/libxslt/documents.c nsMap = XSLT_GET_INTERNAL_NSMAP(style); style 226 third_party/libxslt/libxslt/documents.c cur = style->docList; style 359 third_party/libxslt/libxslt/documents.c xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) { style 364 third_party/libxslt/libxslt/documents.c if ((style == NULL) || (URI == NULL)) style 386 third_party/libxslt/libxslt/documents.c ret = style->docList; style 394 third_party/libxslt/libxslt/documents.c doc = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS, style 395 third_party/libxslt/libxslt/documents.c (void *) style, XSLT_LOAD_STYLESHEET); style 399 third_party/libxslt/libxslt/documents.c ret = xsltNewStyleDocument(style, doc); style 430 third_party/libxslt/libxslt/documents.c if (doc == ctxt->style->doc) style 36 third_party/libxslt/libxslt/documents.h xsltLoadStyleDocument (xsltStylesheetPtr style, style 39 third_party/libxslt/libxslt/documents.h xsltNewStyleDocument (xsltStylesheetPtr style, style 42 third_party/libxslt/libxslt/documents.h xsltFreeStyleDocuments (xsltStylesheetPtr style); style 479 third_party/libxslt/libxslt/extensions.c xsltFreeExts(xsltStylesheetPtr style) style 481 third_party/libxslt/libxslt/extensions.c if (style->nsDefs != NULL) style 482 third_party/libxslt/libxslt/extensions.c xsltFreeExtDefList((xsltExtDefPtr) style->nsDefs); style 503 third_party/libxslt/libxslt/extensions.c xsltRegisterExtPrefix(xsltStylesheetPtr style, style 508 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (URI == NULL)) style 515 third_party/libxslt/libxslt/extensions.c def = (xsltExtDefPtr) style->nsDefs; style 535 third_party/libxslt/libxslt/extensions.c ret->next = (xsltExtDefPtr) style->nsDefs; style 536 third_party/libxslt/libxslt/extensions.c style->nsDefs = ret; style 562 third_party/libxslt/libxslt/extensions.c xsltStyleGetExtData(style, URI); style 663 third_party/libxslt/libxslt/extensions.c xsltStyleInitializeStylesheetModule(xsltStylesheetPtr style, style 670 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (URI == NULL)) style 697 third_party/libxslt/libxslt/extensions.c if (style->extInfos == NULL) { style 698 third_party/libxslt/libxslt/extensions.c style->extInfos = xmlHashCreate(10); style 699 third_party/libxslt/libxslt/extensions.c if (style->extInfos == NULL) style 718 third_party/libxslt/libxslt/extensions.c userData = module->styleInitFunc(style, URI); style 727 third_party/libxslt/libxslt/extensions.c if (xmlHashAddEntry(style->extInfos, URI, style 730 third_party/libxslt/libxslt/extensions.c xsltTransformError(NULL, style, NULL, style 732 third_party/libxslt/libxslt/extensions.c style->errors++; style 734 third_party/libxslt/libxslt/extensions.c module->styleShutdownFunc(style, URI, userData); style 756 third_party/libxslt/libxslt/extensions.c xsltStyleGetExtData(xsltStylesheetPtr style, const xmlChar * URI) style 761 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (URI == NULL) || style 771 third_party/libxslt/libxslt/extensions.c tmpStyle = style; style 790 third_party/libxslt/libxslt/extensions.c tmpStyle = style; style 801 third_party/libxslt/libxslt/extensions.c tmpStyle = style; style 823 third_party/libxslt/libxslt/extensions.c xsltStyleStylesheetLevelGetExtData(xsltStylesheetPtr style, style 828 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (URI == NULL) || style 832 third_party/libxslt/libxslt/extensions.c if (style->extInfos != NULL) { style 833 third_party/libxslt/libxslt/extensions.c dataContainer = (xsltExtDataPtr) xmlHashLookup(style->extInfos, URI); style 844 third_party/libxslt/libxslt/extensions.c xsltStyleInitializeStylesheetModule(style, URI); style 1017 third_party/libxslt/libxslt/extensions.c xsltStylesheetPtr style; style 1023 third_party/libxslt/libxslt/extensions.c style = ctxt->style; style 1024 third_party/libxslt/libxslt/extensions.c if (style == NULL) style 1030 third_party/libxslt/libxslt/extensions.c while (style != NULL) { style 1031 third_party/libxslt/libxslt/extensions.c if (style->extInfos != NULL) { style 1032 third_party/libxslt/libxslt/extensions.c xmlHashScan(style->extInfos, style 1037 third_party/libxslt/libxslt/extensions.c style = xsltNextImport(style); style 1101 third_party/libxslt/libxslt/extensions.c xsltShutdownExt(xsltExtDataPtr data, xsltStylesheetPtr style, style 1106 third_party/libxslt/libxslt/extensions.c if ((data == NULL) || (style == NULL) || (URI == NULL)) style 1116 third_party/libxslt/libxslt/extensions.c module->styleShutdownFunc(style, URI, data->extData); style 1133 third_party/libxslt/libxslt/extensions.c xsltShutdownExts(xsltStylesheetPtr style) style 1135 third_party/libxslt/libxslt/extensions.c if (style == NULL) style 1137 third_party/libxslt/libxslt/extensions.c if (style->extInfos == NULL) style 1139 third_party/libxslt/libxslt/extensions.c xmlHashScan(style->extInfos, (xmlHashScanner) xsltShutdownExt, style); style 1140 third_party/libxslt/libxslt/extensions.c xmlHashFree(style->extInfos, (xmlHashDeallocator) xsltFreeExtData); style 1141 third_party/libxslt/libxslt/extensions.c style->extInfos = NULL; style 1158 third_party/libxslt/libxslt/extensions.c xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI) style 1161 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (style->compCtxt == NULL) || style 1162 third_party/libxslt/libxslt/extensions.c (XSLT_CCTXT(style)->inode == NULL) || style 1163 third_party/libxslt/libxslt/extensions.c (XSLT_CCTXT(style)->inode->extElemNs == NULL)) style 1169 third_party/libxslt/libxslt/extensions.c if (XSLT_CCTXT(style)->inode->extElemNs != NULL) { style 1171 third_party/libxslt/libxslt/extensions.c xsltPointerListPtr list = XSLT_CCTXT(style)->inode->extElemNs; style 1184 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (style->nsDefs == NULL)) style 1188 third_party/libxslt/libxslt/extensions.c cur = (xsltExtDefPtr) style->nsDefs; style 1218 third_party/libxslt/libxslt/extensions.c xsltCheckExtURI(xsltStylesheetPtr style, const xmlChar * URI) style 1222 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (style->nsDefs == NULL)) style 1226 third_party/libxslt/libxslt/extensions.c cur = (xsltExtDefPtr) style->nsDefs; style 1500 third_party/libxslt/libxslt/extensions.c xsltNewElemPreComp(xsltStylesheetPtr style, xmlNodePtr inst, style 1507 third_party/libxslt/libxslt/extensions.c xsltTransformError(NULL, style, NULL, style 1513 third_party/libxslt/libxslt/extensions.c xsltInitElemPreComp(cur, style, inst, function, style 1533 third_party/libxslt/libxslt/extensions.c xsltInitElemPreComp(xsltElemPreCompPtr comp, xsltStylesheetPtr style, style 1542 third_party/libxslt/libxslt/extensions.c comp->next = style->preComps; style 1543 third_party/libxslt/libxslt/extensions.c style->preComps = comp; style 1556 third_party/libxslt/libxslt/extensions.c xsltPreComputeExtModuleElement(xsltStylesheetPtr style, xmlNodePtr inst) style 1561 third_party/libxslt/libxslt/extensions.c if ((style == NULL) || (inst == NULL) || style 1595 third_party/libxslt/libxslt/extensions.c comp = ext->precomp(style, inst, ext->transform); style 1603 third_party/libxslt/libxslt/extensions.c comp = xsltNewElemPreComp(style, inst, ext->transform); style 1933 third_party/libxslt/libxslt/extensions.c xsltGetExtInfo(xsltStylesheetPtr style, const xmlChar * URI) style 1944 third_party/libxslt/libxslt/extensions.c if (style != NULL && style->extInfos != NULL) { style 1945 third_party/libxslt/libxslt/extensions.c data = xmlHashLookup(style->extInfos, URI); style 2025 third_party/libxslt/libxslt/extensions.c xsltExtElementPreCompTest(xsltStylesheetPtr style, xmlNodePtr inst, style 2030 third_party/libxslt/libxslt/extensions.c if (style == NULL) { style 2039 third_party/libxslt/libxslt/extensions.c xsltStyleGetExtData(style, (const xmlChar *) XSLT_DEFAULT_URL); style 2041 third_party/libxslt/libxslt/extensions.c xsltTransformError(NULL, style, inst, style 2043 third_party/libxslt/libxslt/extensions.c if (style != NULL) style 2044 third_party/libxslt/libxslt/extensions.c style->errors++; style 2049 third_party/libxslt/libxslt/extensions.c xsltTransformError(NULL, style, inst, style 2051 third_party/libxslt/libxslt/extensions.c if (style != NULL) style 2052 third_party/libxslt/libxslt/extensions.c style->errors++; style 2055 third_party/libxslt/libxslt/extensions.c ret = xsltNewElemPreComp(style, inst, function); style 2127 third_party/libxslt/libxslt/extensions.c testStyleData = xsltStyleGetExtData(ctxt->style, URI); style 2182 third_party/libxslt/libxslt/extensions.c xsltExtStyleInitTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, style 2206 third_party/libxslt/libxslt/extensions.c xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, style 45 third_party/libxslt/libxslt/extensions.h typedef void * (*xsltStyleExtInitFunction) (xsltStylesheetPtr style, style 56 third_party/libxslt/libxslt/extensions.h typedef void (*xsltStyleExtShutdownFunction) (xsltStylesheetPtr style, style 104 third_party/libxslt/libxslt/extensions.h xsltStyleGetExtData (xsltStylesheetPtr style, style 109 third_party/libxslt/libxslt/extensions.h xsltStylesheetPtr style, style 116 third_party/libxslt/libxslt/extensions.h xsltShutdownExts (xsltStylesheetPtr style); style 142 third_party/libxslt/libxslt/extensions.h (xsltStylesheetPtr style, style 147 third_party/libxslt/libxslt/extensions.h xsltNewElemPreComp (xsltStylesheetPtr style, style 152 third_party/libxslt/libxslt/extensions.h xsltStylesheetPtr style, style 183 third_party/libxslt/libxslt/extensions.h typedef void (*xsltTopLevelFunction) (xsltStylesheetPtr style, style 219 third_party/libxslt/libxslt/extensions.h xsltRegisterExtPrefix (xsltStylesheetPtr style, style 223 third_party/libxslt/libxslt/extensions.h xsltCheckExtPrefix (xsltStylesheetPtr style, style 226 third_party/libxslt/libxslt/extensions.h xsltCheckExtURI (xsltStylesheetPtr style, style 233 third_party/libxslt/libxslt/extensions.h xsltFreeExts (xsltStylesheetPtr style); style 237 third_party/libxslt/libxslt/extensions.h (xsltStylesheetPtr style, style 245 third_party/libxslt/libxslt/extensions.h xsltGetExtInfo (xsltStylesheetPtr style, style 148 third_party/libxslt/libxslt/functions.c ((tctxt->style->doc != NULL) && style 149 third_party/libxslt/libxslt/functions.c (xmlStrEqual(tctxt->style->doc->URL, URI)))) style 154 third_party/libxslt/libxslt/functions.c doc = tctxt->style->doc; style 322 third_party/libxslt/libxslt/functions.c } else if ((tctxt != NULL) && (tctxt->style != NULL) && style 323 third_party/libxslt/libxslt/functions.c (tctxt->style->doc != NULL)) { style 324 third_party/libxslt/libxslt/functions.c base = xmlNodeGetBase(tctxt->style->doc, style 325 third_party/libxslt/libxslt/functions.c (xmlNodePtr) tctxt->style->doc); style 605 third_party/libxslt/libxslt/functions.c sheet = tctxt->style; style 774 third_party/libxslt/libxslt/functions.c sheet = tctxt->style; style 66 third_party/libxslt/libxslt/imports.c xsltStylesheetPtr style) { style 68 third_party/libxslt/libxslt/imports.c xmlHashScan(style->templatesHash, style 70 third_party/libxslt/libxslt/imports.c master->extrasNr += style->extrasNr; style 71 third_party/libxslt/libxslt/imports.c for (res = style->imports; res != NULL; res = res->next) { style 87 third_party/libxslt/libxslt/imports.c xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { style 96 third_party/libxslt/libxslt/imports.c if ((cur == NULL) || (style == NULL)) style 101 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 106 third_party/libxslt/libxslt/imports.c base = xmlNodeGetBase(style->doc, cur); style 109 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 114 third_party/libxslt/libxslt/imports.c res = style; style 119 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 142 third_party/libxslt/libxslt/imports.c import = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS, style 143 third_party/libxslt/libxslt/imports.c (void *) style, XSLT_LOAD_STYLESHEET); style 145 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 150 third_party/libxslt/libxslt/imports.c res = xsltParseStylesheetImportedDoc(import, style); style 152 third_party/libxslt/libxslt/imports.c res->next = style->imports; style 153 third_party/libxslt/libxslt/imports.c style->imports = res; style 154 third_party/libxslt/libxslt/imports.c if (style->parent == NULL) { style 155 third_party/libxslt/libxslt/imports.c xsltFixImportedCompSteps(style, res); style 184 third_party/libxslt/libxslt/imports.c xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) { style 195 third_party/libxslt/libxslt/imports.c if ((cur == NULL) || (style == NULL)) style 200 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 205 third_party/libxslt/libxslt/imports.c base = xmlNodeGetBase(style->doc, cur); style 208 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 217 third_party/libxslt/libxslt/imports.c docptr = style->includes; style 220 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 227 third_party/libxslt/libxslt/imports.c include = xsltLoadStyleDocument(style, URI); style 229 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 237 third_party/libxslt/libxslt/imports.c xsltTransformError(NULL, style, cur, style 240 third_party/libxslt/libxslt/imports.c style->errors++; style 243 third_party/libxslt/libxslt/imports.c oldDoc = style->doc; style 244 third_party/libxslt/libxslt/imports.c style->doc = include->doc; style 246 third_party/libxslt/libxslt/imports.c include->includes = style->includes; style 247 third_party/libxslt/libxslt/imports.c style->includes = include; style 248 third_party/libxslt/libxslt/imports.c oldNopreproc = style->nopreproc; style 249 third_party/libxslt/libxslt/imports.c style->nopreproc = include->preproc; style 256 third_party/libxslt/libxslt/imports.c result = xsltParseStylesheetProcess(style, include->doc); style 257 third_party/libxslt/libxslt/imports.c style->nopreproc = oldNopreproc; style 259 third_party/libxslt/libxslt/imports.c style->includes = include->includes; style 260 third_party/libxslt/libxslt/imports.c style->doc = oldDoc; style 314 third_party/libxslt/libxslt/imports.c xsltStylesheetPtr style; style 318 third_party/libxslt/libxslt/imports.c style = ctxt->style; style 319 third_party/libxslt/libxslt/imports.c while (style != NULL) { style 320 third_party/libxslt/libxslt/imports.c if (style->stripSpaces != NULL) style 322 third_party/libxslt/libxslt/imports.c style = xsltNextImport(style); style 341 third_party/libxslt/libxslt/imports.c xsltStylesheetPtr style; style 346 third_party/libxslt/libxslt/imports.c style = ctxt->style; style 347 third_party/libxslt/libxslt/imports.c while (style != NULL) { style 350 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, node->ns->href); style 353 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, BAD_CAST "*", style 358 third_party/libxslt/libxslt/imports.c xmlHashLookup2(style->stripSpaces, node->name, NULL); style 366 third_party/libxslt/libxslt/imports.c if (style->stripAll == 1) style 368 third_party/libxslt/libxslt/imports.c if (style->stripAll == -1) style 371 third_party/libxslt/libxslt/imports.c style = xsltNextImport(style); style 397 third_party/libxslt/libxslt/imports.c xsltStylesheetPtr style; style 401 third_party/libxslt/libxslt/imports.c style = ctxt->style; style 402 third_party/libxslt/libxslt/imports.c while (style != NULL) { style 403 third_party/libxslt/libxslt/imports.c cur = style->templates; style 415 third_party/libxslt/libxslt/imports.c style = xsltNextImport(style); style 27 third_party/libxslt/libxslt/imports.h #define XSLT_GET_IMPORT_PTR(res, style, name) { \ style 28 third_party/libxslt/libxslt/imports.h xsltStylesheetPtr st = style; \ style 40 third_party/libxslt/libxslt/imports.h #define XSLT_GET_IMPORT_INT(res, style, name) { \ style 41 third_party/libxslt/libxslt/imports.h xsltStylesheetPtr st = style; \ style 52 third_party/libxslt/libxslt/imports.h xsltParseStylesheetImport(xsltStylesheetPtr style, style 56 third_party/libxslt/libxslt/imports.h (xsltStylesheetPtr style, style 59 third_party/libxslt/libxslt/imports.h xsltNextImport (xsltStylesheetPtr style); style 198 third_party/libxslt/libxslt/keys.c xsltFreeKeys(xsltStylesheetPtr style) { style 199 third_party/libxslt/libxslt/keys.c if (style->keys) style 200 third_party/libxslt/libxslt/keys.c xsltFreeKeyDefList((xsltKeyDefPtr) style->keys); style 274 third_party/libxslt/libxslt/keys.c xsltAddKey(xsltStylesheetPtr style, const xmlChar *name, style 281 third_party/libxslt/libxslt/keys.c if ((style == NULL) || (name == NULL) || (match == NULL) || (use == NULL)) style 313 third_party/libxslt/libxslt/keys.c xsltTransformError(NULL, style, inst, style 316 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 323 third_party/libxslt/libxslt/keys.c xsltTransformError(NULL, style, inst, style 325 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 331 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 337 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 359 third_party/libxslt/libxslt/keys.c key->comp = xsltXPathCompile(style, pattern); style 361 third_party/libxslt/libxslt/keys.c xsltTransformError(NULL, style, inst, style 364 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 366 third_party/libxslt/libxslt/keys.c key->usecomp = xsltXPathCompile(style, use); style 368 third_party/libxslt/libxslt/keys.c xsltTransformError(NULL, style, inst, style 371 third_party/libxslt/libxslt/keys.c if (style != NULL) style->errors++; style 379 third_party/libxslt/libxslt/keys.c if (style->keys == NULL) { style 380 third_party/libxslt/libxslt/keys.c style->keys = key; style 382 third_party/libxslt/libxslt/keys.c xsltKeyDefPtr prev = style->keys; style 476 third_party/libxslt/libxslt/keys.c xsltStylesheetPtr style; style 484 third_party/libxslt/libxslt/keys.c style = ctxt->style; style 485 third_party/libxslt/libxslt/keys.c while (style != NULL) { style 486 third_party/libxslt/libxslt/keys.c keyd = (xsltKeyDefPtr) style->keys; style 500 third_party/libxslt/libxslt/keys.c style = xsltNextImport(style); style 531 third_party/libxslt/libxslt/keys.c xsltStylesheetPtr style; style 550 third_party/libxslt/libxslt/keys.c style = ctxt->style; style 551 third_party/libxslt/libxslt/keys.c while (style) { style 552 third_party/libxslt/libxslt/keys.c keyd = (xsltKeyDefPtr) style->keys; style 579 third_party/libxslt/libxslt/keys.c style = xsltNextImport(style); style 875 third_party/libxslt/libxslt/keys.c xsltStylesheetPtr style; style 890 third_party/libxslt/libxslt/keys.c style = ctxt->style; style 891 third_party/libxslt/libxslt/keys.c while (style != NULL) { style 892 third_party/libxslt/libxslt/keys.c keyDef = (xsltKeyDefPtr) style->keys; style 899 third_party/libxslt/libxslt/keys.c style = xsltNextImport(style); style 29 third_party/libxslt/libxslt/keys.h xsltAddKey (xsltStylesheetPtr style, style 44 third_party/libxslt/libxslt/keys.h xsltFreeKeys (xsltStylesheetPtr style); style 69 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, cctxt->style, NULL, style 71 third_party/libxslt/libxslt/namespaces.c cctxt->style->errors++; style 93 third_party/libxslt/libxslt/namespaces.c xsltNamespaceAlias(xsltStylesheetPtr style, xmlNodePtr node) style 103 third_party/libxslt/libxslt/namespaces.c if ((style == NULL) || (node == NULL)) style 130 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 139 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 151 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 161 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 205 third_party/libxslt/libxslt/namespaces.c alias = xsltNewNsAlias(XSLT_CCTXT(style)); style 210 third_party/libxslt/libxslt/namespaces.c XSLT_CCTXT(style)->hasNsAliases = 1; style 218 third_party/libxslt/libxslt/namespaces.c if ((style == NULL) || (node == NULL)) style 223 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 229 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 244 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 267 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 292 third_party/libxslt/libxslt/namespaces.c style->defaultAlias = targetNs->href; style 295 third_party/libxslt/libxslt/namespaces.c if (style->nsAliases == NULL) style 296 third_party/libxslt/libxslt/namespaces.c style->nsAliases = xmlHashCreate(10); style 297 third_party/libxslt/libxslt/namespaces.c if (style->nsAliases == NULL) { style 298 third_party/libxslt/libxslt/namespaces.c xsltTransformError(NULL, style, node, style 302 third_party/libxslt/libxslt/namespaces.c xmlHashAddEntry((xmlHashTablePtr) style->nsAliases, style 651 third_party/libxslt/libxslt/namespaces.c xsltStylesheetPtr style; style 657 third_party/libxslt/libxslt/namespaces.c style = ctxt->style; style 658 third_party/libxslt/libxslt/namespaces.c while (style != NULL) { style 659 third_party/libxslt/libxslt/namespaces.c if (style->nsAliases != NULL) style 661 third_party/libxslt/libxslt/namespaces.c xmlHashLookup(style->nsAliases, ns->href); style 665 third_party/libxslt/libxslt/namespaces.c style = xsltNextImport(style); style 791 third_party/libxslt/libxslt/namespaces.c URI = (const xmlChar *) xmlHashLookup(ctxt->style->nsAliases, style 847 third_party/libxslt/libxslt/namespaces.c xsltFreeNamespaceAliasHashes(xsltStylesheetPtr style) { style 848 third_party/libxslt/libxslt/namespaces.c if (style->nsAliases != NULL) style 849 third_party/libxslt/libxslt/namespaces.c xmlHashFree((xmlHashTablePtr) style->nsAliases, NULL); style 850 third_party/libxslt/libxslt/namespaces.c style->nsAliases = NULL; style 33 third_party/libxslt/libxslt/namespaces.h xsltNamespaceAlias (xsltStylesheetPtr style, style 61 third_party/libxslt/libxslt/namespaces.h (xsltStylesheetPtr style); style 119 third_party/libxslt/libxslt/pattern.c xsltStylesheetPtr style; /* the stylesheet */ style 231 third_party/libxslt/libxslt/pattern.c xsltStylesheetPtr style = data; style 235 third_party/libxslt/libxslt/pattern.c comp->steps[ix].previousExtra += style->extrasNr; style 236 third_party/libxslt/libxslt/pattern.c comp->steps[ix].indexExtra += style->extrasNr; style 237 third_party/libxslt/libxslt/pattern.c comp->steps[ix].lenExtra += style->extrasNr; style 251 third_party/libxslt/libxslt/pattern.c xsltNewParserContext(xsltStylesheetPtr style, xsltTransformContextPtr ctxt) { style 261 third_party/libxslt/libxslt/pattern.c cur->style = style; style 304 third_party/libxslt/libxslt/pattern.c if (ctxt->style != NULL) style 305 third_party/libxslt/libxslt/pattern.c ctxt->style->errors++; style 325 third_party/libxslt/libxslt/pattern.c xsltAllocateExtra(ctxt->style); style 327 third_party/libxslt/libxslt/pattern.c xsltAllocateExtra(ctxt->style); style 329 third_party/libxslt/libxslt/pattern.c xsltAllocateExtra(ctxt->style); style 334 third_party/libxslt/libxslt/pattern.c if (ctxt->style != NULL) style 335 third_party/libxslt/libxslt/pattern.c xctxt = xmlXPathNewContext(ctxt->style->doc); style 342 third_party/libxslt/libxslt/pattern.c if (ctxt->style != NULL) style 343 third_party/libxslt/libxslt/pattern.c xctxt->dict = ctxt->style->dict; style 347 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, ctxt->style, ctxt->elem, style 349 third_party/libxslt/libxslt/pattern.c if (ctxt->style != NULL) style 350 third_party/libxslt/libxslt/pattern.c ctxt->style->errors++; style 1831 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xsltStylesheetPtr style, style 1843 third_party/libxslt/libxslt/pattern.c ctxt = xsltNewParserContext(style, runtime); style 1915 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, node, style 1918 third_party/libxslt/libxslt/pattern.c if (style != NULL) style->errors++; style 1971 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, node, style 1973 third_party/libxslt/libxslt/pattern.c if (style != NULL) style->errors++; style 2006 third_party/libxslt/libxslt/pattern.c xmlNodePtr node, xsltStylesheetPtr style, style 2008 third_party/libxslt/libxslt/pattern.c return (xsltCompilePatternInternal(pattern, doc, node, style, runtime, 0)); style 2029 third_party/libxslt/libxslt/pattern.c xsltAddTemplate(xsltStylesheetPtr style, xsltTemplatePtr cur, style 2040 third_party/libxslt/libxslt/pattern.c if ((style == NULL) || (cur == NULL) || (cur->match == NULL)) style 2044 third_party/libxslt/libxslt/pattern.c pat = xsltCompilePatternInternal(cur->match, style->doc, cur->elem, style 2045 third_party/libxslt/libxslt/pattern.c style, NULL, 1); style 2055 third_party/libxslt/libxslt/pattern.c pat->mode = xmlDictLookup(style->dict, mode, -1); style 2057 third_party/libxslt/libxslt/pattern.c pat->modeURI = xmlDictLookup(style->dict, modeURI, -1); style 2069 third_party/libxslt/libxslt/pattern.c top = &(style->attrMatch); style 2073 third_party/libxslt/libxslt/pattern.c top = &(style->elemMatch); style 2076 third_party/libxslt/libxslt/pattern.c top = &(style->rootMatch); style 2079 third_party/libxslt/libxslt/pattern.c top = &(style->keyMatch); style 2085 third_party/libxslt/libxslt/pattern.c top = &(style->elemMatch); style 2089 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, NULL, style 2101 third_party/libxslt/libxslt/pattern.c top = &(style->piMatch); style 2104 third_party/libxslt/libxslt/pattern.c top = &(style->commentMatch); style 2107 third_party/libxslt/libxslt/pattern.c top = &(style->textMatch); style 2114 third_party/libxslt/libxslt/pattern.c top = &(style->elemMatch); style 2118 third_party/libxslt/libxslt/pattern.c if (style->templatesHash == NULL) { style 2119 third_party/libxslt/libxslt/pattern.c style->templatesHash = xmlHashCreate(1024); style 2120 third_party/libxslt/libxslt/pattern.c if (style->templatesHash == NULL) { style 2124 third_party/libxslt/libxslt/pattern.c xmlHashAddEntry3(style->templatesHash, name, mode, modeURI, pat); style 2126 third_party/libxslt/libxslt/pattern.c list = (xsltCompMatchPtr) xmlHashLookup3(style->templatesHash, style 2129 third_party/libxslt/libxslt/pattern.c xmlHashAddEntry3(style->templatesHash, name, style 2139 third_party/libxslt/libxslt/pattern.c xmlHashUpdateEntry3(style->templatesHash, name, style 2170 third_party/libxslt/libxslt/pattern.c xsltTransformError(NULL, style, NULL, style 2238 third_party/libxslt/libxslt/pattern.c xsltStylesheetPtr style) style 2250 third_party/libxslt/libxslt/pattern.c if (style == NULL) { style 2251 third_party/libxslt/libxslt/pattern.c curstyle = ctxt->style; style 2253 third_party/libxslt/libxslt/pattern.c curstyle = xsltNextImport(style); style 2256 third_party/libxslt/libxslt/pattern.c while ((curstyle != NULL) && (curstyle != style)) { style 2482 third_party/libxslt/libxslt/pattern.c xsltCleanupTemplates(xsltStylesheetPtr style ATTRIBUTE_UNUSED) { style 2492 third_party/libxslt/libxslt/pattern.c xsltFreeTemplateHashes(xsltStylesheetPtr style) { style 2493 third_party/libxslt/libxslt/pattern.c if (style->templatesHash != NULL) style 2494 third_party/libxslt/libxslt/pattern.c xmlHashFree((xmlHashTablePtr) style->templatesHash, style 2496 third_party/libxslt/libxslt/pattern.c if (style->rootMatch != NULL) style 2497 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->rootMatch); style 2498 third_party/libxslt/libxslt/pattern.c if (style->keyMatch != NULL) style 2499 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->keyMatch); style 2500 third_party/libxslt/libxslt/pattern.c if (style->elemMatch != NULL) style 2501 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->elemMatch); style 2502 third_party/libxslt/libxslt/pattern.c if (style->attrMatch != NULL) style 2503 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->attrMatch); style 2504 third_party/libxslt/libxslt/pattern.c if (style->parentMatch != NULL) style 2505 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->parentMatch); style 2506 third_party/libxslt/libxslt/pattern.c if (style->textMatch != NULL) style 2507 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->textMatch); style 2508 third_party/libxslt/libxslt/pattern.c if (style->piMatch != NULL) style 2509 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->piMatch); style 2510 third_party/libxslt/libxslt/pattern.c if (style->commentMatch != NULL) style 2511 third_party/libxslt/libxslt/pattern.c xsltFreeCompMatchList(style->commentMatch); style 39 third_party/libxslt/libxslt/pattern.h xsltStylesheetPtr style, style 56 third_party/libxslt/libxslt/pattern.h xsltAddTemplate (xsltStylesheetPtr style, style 63 third_party/libxslt/libxslt/pattern.h xsltStylesheetPtr style); style 65 third_party/libxslt/libxslt/pattern.h xsltFreeTemplateHashes (xsltStylesheetPtr style); style 67 third_party/libxslt/libxslt/pattern.h xsltCleanupTemplates (xsltStylesheetPtr style); style 71 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { style 73 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL) || (inst->ns == NULL)) style 79 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 81 third_party/libxslt/libxslt/preproc.c style->errors++; style 91 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 94 third_party/libxslt/libxslt/preproc.c style->errors++; style 109 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(xsltStylesheetPtr style, xmlNodePtr inst) { style 113 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL) || (inst->ns == NULL) || style 114 third_party/libxslt/libxslt/preproc.c (style->literal_result)) style 117 third_party/libxslt/libxslt/preproc.c has_ext = (style->extInfos != NULL); style 121 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 123 third_party/libxslt/libxslt/preproc.c style->errors++; style 142 third_party/libxslt/libxslt/preproc.c (xmlHashLookup(style->extInfos, parent->ns->href) != NULL)) style 147 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 150 third_party/libxslt/libxslt/preproc.c style->errors++; style 164 third_party/libxslt/libxslt/preproc.c xsltCheckParentElement(xsltStylesheetPtr style, xmlNodePtr inst, style 168 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL) || (inst->ns == NULL) || style 169 third_party/libxslt/libxslt/preproc.c (style->literal_result)) style 174 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 176 third_party/libxslt/libxslt/preproc.c style->errors++; style 187 third_party/libxslt/libxslt/preproc.c if (style->extInfos != NULL) { style 194 third_party/libxslt/libxslt/preproc.c (xmlHashLookup(style->extInfos, parent->ns->href) != NULL)) style 200 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 203 third_party/libxslt/libxslt/preproc.c style->errors++; style 224 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(xsltStylesheetPtr style, xsltStyleType type) { style 230 third_party/libxslt/libxslt/preproc.c if (style == NULL) style 284 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, NULL, style 286 third_party/libxslt/libxslt/preproc.c style->errors++; style 294 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, NULL, style 296 third_party/libxslt/libxslt/preproc.c style->errors++; style 307 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, NULL, style 309 third_party/libxslt/libxslt/preproc.c style->errors++; style 362 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, NULL, style 364 third_party/libxslt/libxslt/preproc.c style->errors++; style 367 third_party/libxslt/libxslt/preproc.c cur->next = style->preComps; style 368 third_party/libxslt/libxslt/preproc.c style->preComps = (xsltElemPreCompPtr) cur; style 521 third_party/libxslt/libxslt/preproc.c xsltDocumentComp(xsltStylesheetPtr style, xmlNodePtr inst, style 544 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_DOCUMENT); style 546 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_DOCUMENT); style 567 third_party/libxslt/libxslt/preproc.c filename = xsltEvalStaticAttrValueTemplate(style, inst, style 640 third_party/libxslt/libxslt/preproc.c filename = xsltEvalStaticAttrValueTemplate(style, inst, style 666 third_party/libxslt/libxslt/preproc.c xsltSortComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 672 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 676 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemSortPtr) xsltNewStylePreComp(style, XSLT_FUNC_SORT); style 678 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_SORT); style 686 third_party/libxslt/libxslt/preproc.c comp->stype = xsltEvalStaticAttrValueTemplate(style, inst, style 695 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 698 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 701 third_party/libxslt/libxslt/preproc.c comp->order = xsltEvalStaticAttrValueTemplate(style, inst, style 710 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 713 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 716 third_party/libxslt/libxslt/preproc.c comp->case_order = xsltEvalStaticAttrValueTemplate(style, inst, style 725 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 728 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 732 third_party/libxslt/libxslt/preproc.c comp->lang = xsltEvalStaticAttrValueTemplate(style, inst, style 742 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst,(const xmlChar *)"select", XSLT_NAMESPACE); style 749 third_party/libxslt/libxslt/preproc.c comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1); style 751 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 753 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 756 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 759 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 761 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 773 third_party/libxslt/libxslt/preproc.c xsltCopyComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 780 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 783 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemCopyPtr) xsltNewStylePreComp(style, XSLT_FUNC_COPY); style 785 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_COPY); style 794 third_party/libxslt/libxslt/preproc.c comp->use = xsltGetCNsProp(style, inst, (const xmlChar *)"use-attribute-sets", style 816 third_party/libxslt/libxslt/preproc.c xsltTextComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 824 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 828 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemTextPtr) xsltNewStylePreComp(style, XSLT_FUNC_TEXT); style 830 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_TEXT); style 838 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, inst, style 846 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 848 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 862 third_party/libxslt/libxslt/preproc.c xsltElementComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 877 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 881 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemElementPtr) xsltNewStylePreComp(style, XSLT_FUNC_ELEMENT); style 883 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_ELEMENT); style 897 third_party/libxslt/libxslt/preproc.c comp->name = xsltEvalStaticAttrValueTemplate(style, inst, style 900 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 902 third_party/libxslt/libxslt/preproc.c style->errors++; style 911 third_party/libxslt/libxslt/preproc.c comp->ns = xsltEvalStaticAttrValueTemplate(style, inst, style 916 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 919 third_party/libxslt/libxslt/preproc.c style->errors++; style 923 third_party/libxslt/libxslt/preproc.c name = xsltSplitQName(style->dict, comp->name, &prefix); style 936 third_party/libxslt/libxslt/preproc.c comp->ns = xmlDictLookup(style->dict, ns->href, -1); style 943 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 948 third_party/libxslt/libxslt/preproc.c style->errors++; style 964 third_party/libxslt/libxslt/preproc.c comp->use = xsltEvalStaticAttrValueTemplate(style, inst, style 980 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 994 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 998 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemAttributePtr) xsltNewStylePreComp(style, style 1001 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_ATTRIBUTE); style 1015 third_party/libxslt/libxslt/preproc.c comp->name = xsltEvalStaticAttrValueTemplate(style, inst, style 1019 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1021 third_party/libxslt/libxslt/preproc.c style->errors++; style 1030 third_party/libxslt/libxslt/preproc.c comp->ns = xsltEvalStaticAttrValueTemplate(style, inst, style 1036 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1039 third_party/libxslt/libxslt/preproc.c style->errors++; style 1043 third_party/libxslt/libxslt/preproc.c name = xsltSplitQName(style->dict, comp->name, &prefix); style 1057 third_party/libxslt/libxslt/preproc.c comp->ns = xmlDictLookup(style->dict, ns->href, -1); style 1064 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1070 third_party/libxslt/libxslt/preproc.c style->errors++; style 1107 third_party/libxslt/libxslt/preproc.c xsltCommentComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1114 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1118 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemCommentPtr) xsltNewStylePreComp(style, XSLT_FUNC_COMMENT); style 1120 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_COMMENT); style 1137 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1144 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1148 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemPIPtr) xsltNewStylePreComp(style, XSLT_FUNC_PI); style 1150 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_PI); style 1158 third_party/libxslt/libxslt/preproc.c comp->name = xsltEvalStaticAttrValueTemplate(style, inst, style 1171 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1178 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1182 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemCopyOfPtr) xsltNewStylePreComp(style, XSLT_FUNC_COPYOF); style 1184 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_COPYOF); style 1192 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1195 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1197 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1200 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1202 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1205 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1217 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1225 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1229 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemValueOfPtr) xsltNewStylePreComp(style, XSLT_FUNC_VALUEOF); style 1231 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_VALUEOF); style 1239 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, inst, style 1247 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1249 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 1252 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1255 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1257 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1260 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1262 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1265 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1270 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, style 1285 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, inst, propName, XSLT_NAMESPACE); style 1288 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1290 third_party/libxslt/libxslt/preproc.c style->errors++; style 1297 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1300 third_party/libxslt/libxslt/preproc.c style->errors++; style 1306 third_party/libxslt/libxslt/preproc.c URI = xsltGetQNameURI2(style, inst, &prop); style 1308 third_party/libxslt/libxslt/preproc.c style->errors++; style 1320 third_party/libxslt/libxslt/preproc.c *nsName = xmlDictLookup(style->dict, URI, -1); style 1343 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1350 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1354 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemWithParamPtr) xsltNewStylePreComp(style, XSLT_FUNC_WITHPARAM); style 1356 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_WITHPARAM); style 1367 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(style, inst, BAD_CAST "name", style 1374 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1377 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1379 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1382 third_party/libxslt/libxslt/preproc.c style->errors++; style 1385 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1388 third_party/libxslt/libxslt/preproc.c style->warnings++; style 1401 third_party/libxslt/libxslt/preproc.c xsltNumberComp(xsltStylesheetPtr style, xmlNodePtr cur) { style 1409 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (cur == NULL)) style 1413 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemNumberPtr) xsltNewStylePreComp(style, XSLT_FUNC_NUMBER); style 1415 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_NUMBER); style 1422 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (cur == NULL)) style 1427 third_party/libxslt/libxslt/preproc.c comp->numdata.value = xsltGetCNsProp(style, cur, (const xmlChar *)"value", style 1430 third_party/libxslt/libxslt/preproc.c prop = xsltEvalStaticAttrValueTemplate(style, cur, style 1434 third_party/libxslt/libxslt/preproc.c comp->numdata.format = xmlDictLookup(style->dict, BAD_CAST "" , 0); style 1439 third_party/libxslt/libxslt/preproc.c comp->numdata.count = xsltGetCNsProp(style, cur, (const xmlChar *)"count", style 1441 third_party/libxslt/libxslt/preproc.c comp->numdata.from = xsltGetCNsProp(style, cur, (const xmlChar *)"from", style 1444 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, cur, (const xmlChar *)"level", XSLT_NAMESPACE); style 1451 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, cur, style 1453 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 1457 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, cur, (const xmlChar *)"lang", XSLT_NAMESPACE); style 1459 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, cur, style 1464 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, cur, (const xmlChar *)"letter-value", XSLT_NAMESPACE); style 1467 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, cur, style 1469 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 1472 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, cur, style 1474 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 1477 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, cur, style 1479 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 1483 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, cur, (const xmlChar *)"grouping-separator", style 1491 third_party/libxslt/libxslt/preproc.c prop = xsltGetCNsProp(style, cur, (const xmlChar *)"grouping-size", XSLT_NAMESPACE); style 1501 third_party/libxslt/libxslt/preproc.c comp->numdata.level = xmlDictLookup(style->dict, style 1516 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1523 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1527 third_party/libxslt/libxslt/preproc.c comp = (xsltStyleItemApplyImportsPtr) xsltNewStylePreComp(style, XSLT_FUNC_APPLYIMPORTS); style 1529 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_APPLYIMPORTS); style 1546 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1553 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1558 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_CALLTEMPLATE); style 1560 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_CALLTEMPLATE); style 1571 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(style, inst, BAD_CAST "name", style 1585 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1592 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1597 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_APPLYTEMPLATES); style 1599 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_APPLYTEMPLATES); style 1610 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(style, inst, BAD_CAST "mode", style 1615 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, BAD_CAST "select", style 1618 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1620 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1623 third_party/libxslt/libxslt/preproc.c style->errors++; style 1637 third_party/libxslt/libxslt/preproc.c xsltChooseComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1644 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1649 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_CHOOSE); style 1651 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_CHOOSE); style 1668 third_party/libxslt/libxslt/preproc.c xsltIfComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1675 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1680 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_IF); style 1682 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_IF); style 1690 third_party/libxslt/libxslt/preproc.c comp->test = xsltGetCNsProp(style, inst, (const xmlChar *)"test", XSLT_NAMESPACE); style 1692 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1694 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1697 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->test); style 1699 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1702 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1714 third_party/libxslt/libxslt/preproc.c xsltWhenComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1721 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1726 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_WHEN); style 1728 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_WHEN); style 1736 third_party/libxslt/libxslt/preproc.c comp->test = xsltGetCNsProp(style, inst, (const xmlChar *)"test", XSLT_NAMESPACE); style 1738 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1740 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1743 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->test); style 1745 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1748 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1760 third_party/libxslt/libxslt/preproc.c xsltForEachComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1767 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1772 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_FOREACH); style 1774 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_FOREACH); style 1782 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1785 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1787 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1789 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1791 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1794 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->errors++; style 1808 third_party/libxslt/libxslt/preproc.c xsltVariableComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1815 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1820 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_VARIABLE); style 1822 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_VARIABLE); style 1837 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(style, inst, BAD_CAST "name", style 1844 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1847 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1849 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1852 third_party/libxslt/libxslt/preproc.c style->errors++; style 1855 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1858 third_party/libxslt/libxslt/preproc.c style->errors++; style 1871 third_party/libxslt/libxslt/preproc.c xsltParamComp(xsltStylesheetPtr style, xmlNodePtr inst) { style 1878 third_party/libxslt/libxslt/preproc.c if ((style == NULL) || (inst == NULL)) style 1883 third_party/libxslt/libxslt/preproc.c xsltNewStylePreComp(style, XSLT_FUNC_PARAM); style 1885 third_party/libxslt/libxslt/preproc.c comp = xsltNewStylePreComp(style, XSLT_FUNC_PARAM); style 1896 third_party/libxslt/libxslt/preproc.c xsltGetQNameProperty(style, inst, BAD_CAST "name", style 1903 third_party/libxslt/libxslt/preproc.c comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", style 1906 third_party/libxslt/libxslt/preproc.c comp->comp = xsltXPathCompile(style, comp->select); style 1908 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1911 third_party/libxslt/libxslt/preproc.c style->errors++; style 1914 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 1917 third_party/libxslt/libxslt/preproc.c style->warnings++; style 1935 third_party/libxslt/libxslt/preproc.c xsltFreeStylePreComps(xsltStylesheetPtr style) { style 1938 third_party/libxslt/libxslt/preproc.c if (style == NULL) style 1941 third_party/libxslt/libxslt/preproc.c cur = style->preComps; style 1964 third_party/libxslt/libxslt/preproc.c xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr node) { style 1969 third_party/libxslt/libxslt/preproc.c if (style == NULL) { style 1980 third_party/libxslt/libxslt/preproc.c if (XSLT_CCTXT(style)->inode->type != 0) { style 1981 third_party/libxslt/libxslt/preproc.c switch (XSLT_CCTXT(style)->inode->type) { style 1983 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(style, node); style 1986 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(style, node); style 1989 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(style, node); style 1992 third_party/libxslt/libxslt/preproc.c xsltCopyComp(style, node); style 1995 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(style, node); style 1998 third_party/libxslt/libxslt/preproc.c xsltIfComp(style, node); style 2001 third_party/libxslt/libxslt/preproc.c xsltChooseComp(style, node); style 2004 third_party/libxslt/libxslt/preproc.c xsltWhenComp(style, node); style 2010 third_party/libxslt/libxslt/preproc.c xsltForEachComp(style, node); style 2013 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(style, node); style 2016 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(style, node); style 2019 third_party/libxslt/libxslt/preproc.c xsltElementComp(style, node); style 2022 third_party/libxslt/libxslt/preproc.c xsltSortComp(style, node); style 2025 third_party/libxslt/libxslt/preproc.c xsltCommentComp(style, node); style 2028 third_party/libxslt/libxslt/preproc.c xsltNumberComp(style, node); style 2031 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(style, node); style 2034 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(style, node); style 2037 third_party/libxslt/libxslt/preproc.c xsltParamComp(style, node); style 2040 third_party/libxslt/libxslt/preproc.c xsltVariableComp(style, node); style 2047 third_party/libxslt/libxslt/preproc.c node->psvi = (void *) xsltDocumentComp(style, node, style 2059 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, node, style 2062 third_party/libxslt/libxslt/preproc.c style->errors++; style 2070 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(style, node); style 2072 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(style, node); style 2074 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(style, node); style 2076 third_party/libxslt/libxslt/preproc.c xsltCopyComp(style, node); style 2078 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(style, node); style 2080 third_party/libxslt/libxslt/preproc.c xsltIfComp(style, node); style 2082 third_party/libxslt/libxslt/preproc.c xsltChooseComp(style, node); style 2084 third_party/libxslt/libxslt/preproc.c xsltWhenComp(style, node); style 2089 third_party/libxslt/libxslt/preproc.c xsltForEachComp(style, node); style 2091 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(style, node); style 2093 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(style, node); style 2095 third_party/libxslt/libxslt/preproc.c xsltElementComp(style, node); style 2097 third_party/libxslt/libxslt/preproc.c xsltSortComp(style, node); style 2099 third_party/libxslt/libxslt/preproc.c xsltCommentComp(style, node); style 2101 third_party/libxslt/libxslt/preproc.c xsltNumberComp(style, node); style 2103 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(style, node); style 2105 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(style, node); style 2107 third_party/libxslt/libxslt/preproc.c xsltParamComp(style, node); style 2109 third_party/libxslt/libxslt/preproc.c xsltVariableComp(style, node); style 2115 third_party/libxslt/libxslt/preproc.c node->psvi = (void *) xsltDocumentComp(style, node, style 2148 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, node, style 2151 third_party/libxslt/libxslt/preproc.c style->errors++; style 2161 third_party/libxslt/libxslt/preproc.c XSLT_CCTXT(style)->inode->inScopeNs; style 2175 third_party/libxslt/libxslt/preproc.c xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) { style 2192 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2193 third_party/libxslt/libxslt/preproc.c xsltApplyTemplatesComp(style, inst); style 2195 third_party/libxslt/libxslt/preproc.c xsltCheckParentElement(style, inst, BAD_CAST "apply-templates", style 2197 third_party/libxslt/libxslt/preproc.c xsltWithParamComp(style, inst); style 2199 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2200 third_party/libxslt/libxslt/preproc.c xsltValueOfComp(style, inst); style 2202 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2203 third_party/libxslt/libxslt/preproc.c xsltCopyComp(style, inst); style 2205 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2206 third_party/libxslt/libxslt/preproc.c xsltCopyOfComp(style, inst); style 2208 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2209 third_party/libxslt/libxslt/preproc.c xsltIfComp(style, inst); style 2211 third_party/libxslt/libxslt/preproc.c xsltCheckParentElement(style, inst, BAD_CAST "choose", NULL); style 2212 third_party/libxslt/libxslt/preproc.c xsltWhenComp(style, inst); style 2214 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2215 third_party/libxslt/libxslt/preproc.c xsltChooseComp(style, inst); style 2217 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2218 third_party/libxslt/libxslt/preproc.c xsltForEachComp(style, inst); style 2220 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2221 third_party/libxslt/libxslt/preproc.c xsltApplyImportsComp(style, inst); style 2229 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2231 third_party/libxslt/libxslt/preproc.c xsltAttributeComp(style, inst); style 2233 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2234 third_party/libxslt/libxslt/preproc.c xsltElementComp(style, inst); style 2236 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2237 third_party/libxslt/libxslt/preproc.c xsltTextComp(style, inst); style 2239 third_party/libxslt/libxslt/preproc.c xsltCheckParentElement(style, inst, BAD_CAST "apply-templates", style 2241 third_party/libxslt/libxslt/preproc.c xsltSortComp(style, inst); style 2243 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2244 third_party/libxslt/libxslt/preproc.c xsltCommentComp(style, inst); style 2246 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2247 third_party/libxslt/libxslt/preproc.c xsltNumberComp(style, inst); style 2249 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2250 third_party/libxslt/libxslt/preproc.c xsltProcessingInstructionComp(style, inst); style 2252 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2253 third_party/libxslt/libxslt/preproc.c xsltCallTemplateComp(style, inst); style 2255 third_party/libxslt/libxslt/preproc.c if (xsltCheckTopLevelElement(style, inst, 0) == 0) style 2256 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2257 third_party/libxslt/libxslt/preproc.c xsltParamComp(style, inst); style 2259 third_party/libxslt/libxslt/preproc.c if (xsltCheckTopLevelElement(style, inst, 0) == 0) style 2260 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2261 third_party/libxslt/libxslt/preproc.c xsltVariableComp(style, inst); style 2263 third_party/libxslt/libxslt/preproc.c xsltCheckParentElement(style, inst, BAD_CAST "choose", NULL); style 2264 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2267 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2270 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2273 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2276 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2283 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 2286 third_party/libxslt/libxslt/preproc.c style->errors++; style 2290 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2293 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2296 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2299 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2302 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2305 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2308 third_party/libxslt/libxslt/preproc.c xsltCheckTopLevelElement(style, inst, 1); style 2311 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2314 third_party/libxslt/libxslt/preproc.c xsltCheckInstructionElement(style, inst); style 2315 third_party/libxslt/libxslt/preproc.c inst->psvi = (void *) xsltDocumentComp(style, inst, style 2318 third_party/libxslt/libxslt/preproc.c xsltTransformError(NULL, style, inst, style 2320 third_party/libxslt/libxslt/preproc.c if (style != NULL) style->warnings++; style 2340 third_party/libxslt/libxslt/preproc.c (void *) xsltPreComputeExtModuleElement(style, inst); style 28 third_party/libxslt/libxslt/preproc.h xsltDocumentComp (xsltStylesheetPtr style, style 33 third_party/libxslt/libxslt/preproc.h xsltStylePreCompute (xsltStylesheetPtr style, style 36 third_party/libxslt/libxslt/preproc.h xsltFreeStylePreComps (xsltStylesheetPtr style); style 423 third_party/libxslt/libxslt/templates.c xsltEvalStaticAttrValueTemplate(xsltStylesheetPtr style, xmlNodePtr inst, style 428 third_party/libxslt/libxslt/templates.c if ((style == NULL) || (inst == NULL) || (name == NULL)) style 443 third_party/libxslt/libxslt/templates.c ret = xmlDictLookup(style->dict, expr, -1); style 38 third_party/libxslt/libxslt/templates.h xsltEvalStaticAttrValueTemplate (xsltStylesheetPtr style, style 417 third_party/libxslt/libxslt/transform.c xsltNewTransformContext(xsltStylesheetPtr style, xmlDocPtr doc) { style 439 third_party/libxslt/libxslt/transform.c cur->dict = xmlDictCreateSub(style->dict); style 440 third_party/libxslt/libxslt/transform.c cur->internalized = ((style->internalized) && (cur->dict != NULL)); style 483 third_party/libxslt/libxslt/transform.c cur->style = style; style 499 third_party/libxslt/libxslt/transform.c if (style->extrasNr != 0) { style 500 third_party/libxslt/libxslt/transform.c cur->extrasMax = style->extrasNr + 20; style 508 third_party/libxslt/libxslt/transform.c cur->extrasNr = style->extrasNr; style 522 third_party/libxslt/libxslt/transform.c cur->xpathCtxt->nsHash = style->nsHash; style 739 third_party/libxslt/libxslt/transform.c (ctxt->style->cdataSection != NULL) && style 743 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, style 746 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, style 844 third_party/libxslt/libxslt/transform.c if ((ctxt->style->cdataSection != NULL) && style 849 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, style 852 third_party/libxslt/libxslt/transform.c (xmlHashLookup2(ctxt->style->cdataSection, style 2755 third_party/libxslt/libxslt/transform.c xsltStylesheetPtr style; style 2765 third_party/libxslt/libxslt/transform.c style = ctxt->style; style 2766 third_party/libxslt/libxslt/transform.c while (style != NULL) { style 2767 third_party/libxslt/libxslt/transform.c if (style->nsAliases != NULL) style 2769 third_party/libxslt/libxslt/transform.c xmlHashLookup(style->nsAliases, ns->href); style 2773 third_party/libxslt/libxslt/transform.c style = xsltNextImport(style); style 3218 third_party/libxslt/libxslt/transform.c xsltStylesheetPtr style = NULL; style 3351 third_party/libxslt/libxslt/transform.c style = xsltNewStylesheet(); style 3352 third_party/libxslt/libxslt/transform.c if (style == NULL) { style 3366 third_party/libxslt/libxslt/transform.c if (style->version != NULL) style 3367 third_party/libxslt/libxslt/transform.c xmlFree(style->version); style 3368 third_party/libxslt/libxslt/transform.c style->version = prop; style 3374 third_party/libxslt/libxslt/transform.c if (style->encoding != NULL) style 3375 third_party/libxslt/libxslt/transform.c xmlFree(style->encoding); style 3376 third_party/libxslt/libxslt/transform.c style->encoding = prop; style 3384 third_party/libxslt/libxslt/transform.c if (style->method != NULL) style 3385 third_party/libxslt/libxslt/transform.c xmlFree(style->method); style 3386 third_party/libxslt/libxslt/transform.c style->method = NULL; style 3387 third_party/libxslt/libxslt/transform.c if (style->methodURI != NULL) style 3388 third_party/libxslt/libxslt/transform.c xmlFree(style->methodURI); style 3389 third_party/libxslt/libxslt/transform.c style->methodURI = NULL; style 3393 third_party/libxslt/libxslt/transform.c if (style != NULL) style->errors++; style 3398 third_party/libxslt/libxslt/transform.c style->method = prop; style 3402 third_party/libxslt/libxslt/transform.c if (style != NULL) style->warnings++; style 3405 third_party/libxslt/libxslt/transform.c style->method = prop; style 3406 third_party/libxslt/libxslt/transform.c style->methodURI = xmlStrdup(URI); style 3413 third_party/libxslt/libxslt/transform.c if (style->doctypeSystem != NULL) style 3414 third_party/libxslt/libxslt/transform.c xmlFree(style->doctypeSystem); style 3415 third_party/libxslt/libxslt/transform.c style->doctypeSystem = prop; style 3421 third_party/libxslt/libxslt/transform.c if (style->doctypePublic != NULL) style 3422 third_party/libxslt/libxslt/transform.c xmlFree(style->doctypePublic); style 3423 third_party/libxslt/libxslt/transform.c style->doctypePublic = prop; style 3430 third_party/libxslt/libxslt/transform.c style->standalone = 1; style 3432 third_party/libxslt/libxslt/transform.c style->standalone = 0; style 3437 third_party/libxslt/libxslt/transform.c if (style != NULL) style->warnings++; style 3447 third_party/libxslt/libxslt/transform.c style->indent = 1; style 3449 third_party/libxslt/libxslt/transform.c style->indent = 0; style 3453 third_party/libxslt/libxslt/transform.c if (style != NULL) style->warnings++; style 3464 third_party/libxslt/libxslt/transform.c style->omitXmlDeclaration = 1; style 3466 third_party/libxslt/libxslt/transform.c style->omitXmlDeclaration = 0; style 3471 third_party/libxslt/libxslt/transform.c if (style != NULL) style->warnings++; style 3481 third_party/libxslt/libxslt/transform.c if (style->stripSpaces == NULL) style 3482 third_party/libxslt/libxslt/transform.c style->stripSpaces = xmlHashCreate(10); style 3483 third_party/libxslt/libxslt/transform.c if (style->stripSpaces == NULL) style 3506 third_party/libxslt/libxslt/transform.c xmlHashAddEntry2(style->stripSpaces, element, URI, style 3518 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(method, style, method) style 3519 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) style 3520 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) style 3521 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(version, style, version) style 3522 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 3545 third_party/libxslt/libxslt/transform.c style->method); style 3554 third_party/libxslt/libxslt/transform.c res = xmlNewDoc(style->version); style 3566 third_party/libxslt/libxslt/transform.c style->method); style 3571 third_party/libxslt/libxslt/transform.c res = xmlNewDoc(style->version); style 3638 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) style 3639 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) style 3651 third_party/libxslt/libxslt/transform.c res, style, 0); style 3673 third_party/libxslt/libxslt/transform.c if (style != NULL) style 3674 third_party/libxslt/libxslt/transform.c xsltFreeStylesheet(style); style 4544 third_party/libxslt/libxslt/transform.c ctxt->currentTemplateRule->style); style 4842 third_party/libxslt/libxslt/transform.c (ctxt->style->stripSpaces != NULL)) { style 4847 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, style 4852 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, style 4858 third_party/libxslt/libxslt/transform.c xmlHashLookup2(ctxt->style->stripSpaces, style 5790 third_party/libxslt/libxslt/transform.c xsltStylesheetPtr style; style 5800 third_party/libxslt/libxslt/transform.c style = ctxt->style; style 5801 third_party/libxslt/libxslt/transform.c while (style != NULL) { style 5802 third_party/libxslt/libxslt/transform.c if (style->keyMatch != NULL) { style 5806 third_party/libxslt/libxslt/transform.c style = xsltNextImport(style); style 5812 third_party/libxslt/libxslt/transform.c style = ctxt->style; style 5813 third_party/libxslt/libxslt/transform.c while (style != NULL) { style 5814 third_party/libxslt/libxslt/transform.c keyd = style->keys; style 5819 third_party/libxslt/libxslt/transform.c style = xsltNextImport(style); style 5839 third_party/libxslt/libxslt/transform.c xsltApplyStylesheetInternal(xsltStylesheetPtr style, xmlDocPtr doc, style 5856 third_party/libxslt/libxslt/transform.c if ((style == NULL) || (doc == NULL)) style 5859 third_party/libxslt/libxslt/transform.c if (style->internalized == 0) { style 5894 third_party/libxslt/libxslt/transform.c ctxt = xsltNewTransformContext(style, doc); style 5920 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(method, style, method) style 5921 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) style 5922 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) style 5923 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(version, style, version) style 5924 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 5970 third_party/libxslt/libxslt/transform.c style->method); style 5984 third_party/libxslt/libxslt/transform.c res = xmlNewDoc(style->version); style 5997 third_party/libxslt/libxslt/transform.c style->method); style 6002 third_party/libxslt/libxslt/transform.c res = xmlNewDoc(style->version); style 6015 third_party/libxslt/libxslt/transform.c variables = style->variables; style 6056 third_party/libxslt/libxslt/transform.c xsltCleanupTemplates(style); /* TODO: <- style should be read only */ style 6064 third_party/libxslt/libxslt/transform.c if (style->variables != variables) { style 6065 third_party/libxslt/libxslt/transform.c vptr = style->variables; style 6069 third_party/libxslt/libxslt/transform.c xsltFreeStackElemList(style->variables); style 6070 third_party/libxslt/libxslt/transform.c style->variables = variables; style 6072 third_party/libxslt/libxslt/transform.c vptr = style->variables; style 6150 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) style 6151 third_party/libxslt/libxslt/transform.c XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) style 6239 third_party/libxslt/libxslt/transform.c xsltApplyStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, style 6242 third_party/libxslt/libxslt/transform.c return (xsltApplyStylesheetInternal(style, doc, params, NULL, NULL, NULL)); style 6258 third_party/libxslt/libxslt/transform.c xsltProfileStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, style 6263 third_party/libxslt/libxslt/transform.c res = xsltApplyStylesheetInternal(style, doc, params, NULL, output, NULL); style 6282 third_party/libxslt/libxslt/transform.c xsltApplyStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, style 6288 third_party/libxslt/libxslt/transform.c res = xsltApplyStylesheetInternal(style, doc, params, output, style 6320 third_party/libxslt/libxslt/transform.c xsltRunStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, style 6339 third_party/libxslt/libxslt/transform.c tmp = xsltApplyStylesheetInternal(style, doc, params, output, profile, style 6348 third_party/libxslt/libxslt/transform.c ret = xsltSaveResultTo(IObuf, tmp, style); style 6350 third_party/libxslt/libxslt/transform.c ret = xsltSaveResultToFilename(output, tmp, style, 0); style 6381 third_party/libxslt/libxslt/transform.c xsltRunStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, style 6385 third_party/libxslt/libxslt/transform.c return(xsltRunStylesheetUser(style, doc, params, output, SAX, IObuf, style 36 third_party/libxslt/libxslt/transform.h xsltNewTransformContext (xsltStylesheetPtr style, style 43 third_party/libxslt/libxslt/transform.h xsltApplyStylesheetUser (xsltStylesheetPtr style, style 60 third_party/libxslt/libxslt/transform.h xsltApplyStylesheet (xsltStylesheetPtr style, style 64 third_party/libxslt/libxslt/transform.h xsltProfileStylesheet (xsltStylesheetPtr style, style 69 third_party/libxslt/libxslt/transform.h xsltRunStylesheet (xsltStylesheetPtr style, style 76 third_party/libxslt/libxslt/transform.h xsltRunStylesheetUser (xsltStylesheetPtr style, style 1230 third_party/libxslt/libxslt/variables.c xsltStylesheetPtr style; style 1242 third_party/libxslt/libxslt/variables.c style = ctxt->style; style 1243 third_party/libxslt/libxslt/variables.c while (style != NULL) { style 1244 third_party/libxslt/libxslt/variables.c elem = style->variables; style 1247 third_party/libxslt/libxslt/variables.c if ((style->doc != NULL) && (style->doc->URL != NULL)) { style 1250 third_party/libxslt/libxslt/variables.c style->doc->URL)); style 1278 third_party/libxslt/libxslt/variables.c xsltTransformError(ctxt, style, elem->comp->inst, style 1280 third_party/libxslt/libxslt/variables.c if (style != NULL) style->errors++; style 1286 third_party/libxslt/libxslt/variables.c style = xsltNextImport(style); style 1314 third_party/libxslt/libxslt/variables.c xsltRegisterGlobalVariable(xsltStylesheetPtr style, const xmlChar *name, style 1319 third_party/libxslt/libxslt/variables.c if (style == NULL) style 1339 third_party/libxslt/libxslt/variables.c elem->name = xmlDictLookup(style->dict, name, -1); style 1340 third_party/libxslt/libxslt/variables.c elem->select = xmlDictLookup(style->dict, sel, -1); style 1342 third_party/libxslt/libxslt/variables.c elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); style 1344 third_party/libxslt/libxslt/variables.c tmp = style->variables; style 1347 third_party/libxslt/libxslt/variables.c style->variables = elem; style 1356 third_party/libxslt/libxslt/variables.c xsltTransformError(NULL, style, comp->inst, style 1358 third_party/libxslt/libxslt/variables.c style->errors++; style 1412 third_party/libxslt/libxslt/variables.c xsltStylesheetPtr style; style 1429 third_party/libxslt/libxslt/variables.c style = ctxt->style; style 1445 third_party/libxslt/libxslt/variables.c ns = xmlSearchNs(style->doc, xmlDocGetRootElement(style->doc), style 1448 third_party/libxslt/libxslt/variables.c xsltTransformError(ctxt, style, NULL, style 1461 third_party/libxslt/libxslt/variables.c xsltTransformError(ctxt, style, NULL, style 1470 third_party/libxslt/libxslt/variables.c while (style != NULL) { style 1471 third_party/libxslt/libxslt/variables.c elem = ctxt->style->variables; style 1481 third_party/libxslt/libxslt/variables.c style = xsltNextImport(style); style 1483 third_party/libxslt/libxslt/variables.c style = ctxt->style; style 1545 third_party/libxslt/libxslt/variables.c xsltTransformError(ctxt, style, NULL, style 1595 third_party/libxslt/libxslt/variables.c xsltTransformError(ctxt, style, NULL, style 1980 third_party/libxslt/libxslt/variables.c xsltParseGlobalVariable(xsltStylesheetPtr style, xmlNodePtr cur) style 1988 third_party/libxslt/libxslt/variables.c if ((cur == NULL) || (style == NULL)) style 1998 third_party/libxslt/libxslt/variables.c xsltStylePreCompute(style, cur); style 2002 third_party/libxslt/libxslt/variables.c xsltTransformError(NULL, style, cur, style 2008 third_party/libxslt/libxslt/variables.c xsltTransformError(NULL, style, cur, style 2018 third_party/libxslt/libxslt/variables.c xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); style 2020 third_party/libxslt/libxslt/variables.c xsltParseTemplateContent(style, cur); style 2028 third_party/libxslt/libxslt/variables.c xsltRegisterGlobalVariable(style, comp->name, comp->ns, style 2043 third_party/libxslt/libxslt/variables.c xsltParseGlobalParam(xsltStylesheetPtr style, xmlNodePtr cur) { style 2050 third_party/libxslt/libxslt/variables.c if ((cur == NULL) || (style == NULL)) style 2060 third_party/libxslt/libxslt/variables.c xsltStylePreCompute(style, cur); style 2064 third_party/libxslt/libxslt/variables.c xsltTransformError(NULL, style, cur, style 2070 third_party/libxslt/libxslt/variables.c xsltTransformError(NULL, style, cur, style 2080 third_party/libxslt/libxslt/variables.c xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); style 2082 third_party/libxslt/libxslt/variables.c xsltParseTemplateContent(style, cur); style 2091 third_party/libxslt/libxslt/variables.c xsltRegisterGlobalVariable(style, comp->name, comp->ns, style 59 third_party/libxslt/libxslt/variables.h xsltParseGlobalVariable (xsltStylesheetPtr style, style 62 third_party/libxslt/libxslt/variables.h xsltParseGlobalParam (xsltStylesheetPtr style, style 125 third_party/libxslt/libxslt/xslt.c xsltParseContentError(xsltStylesheetPtr style, style 128 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (node == NULL)) style 132 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, node, style 136 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, node, style 139 third_party/libxslt/libxslt/xslt.c style->errors++; style 155 third_party/libxslt/libxslt/xslt.c exclPrefixPush(xsltStylesheetPtr style, xmlChar * value) style 159 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixMax == 0) { style 160 third_party/libxslt/libxslt/xslt.c style->exclPrefixMax = 4; style 161 third_party/libxslt/libxslt/xslt.c style->exclPrefixTab = style 162 third_party/libxslt/libxslt/xslt.c (xmlChar * *)xmlMalloc(style->exclPrefixMax * style 163 third_party/libxslt/libxslt/xslt.c sizeof(style->exclPrefixTab[0])); style 164 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixTab == NULL) { style 170 third_party/libxslt/libxslt/xslt.c for (i = 0;i < style->exclPrefixNr;i++) { style 171 third_party/libxslt/libxslt/xslt.c if (xmlStrEqual(style->exclPrefixTab[i], value)) style 174 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixNr >= style->exclPrefixMax) { style 175 third_party/libxslt/libxslt/xslt.c style->exclPrefixMax *= 2; style 176 third_party/libxslt/libxslt/xslt.c style->exclPrefixTab = style 177 third_party/libxslt/libxslt/xslt.c (xmlChar * *)xmlRealloc(style->exclPrefixTab, style 178 third_party/libxslt/libxslt/xslt.c style->exclPrefixMax * style 179 third_party/libxslt/libxslt/xslt.c sizeof(style->exclPrefixTab[0])); style 180 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixTab == NULL) { style 185 third_party/libxslt/libxslt/xslt.c style->exclPrefixTab[style->exclPrefixNr] = value; style 186 third_party/libxslt/libxslt/xslt.c style->exclPrefix = value; style 187 third_party/libxslt/libxslt/xslt.c return (style->exclPrefixNr++); style 198 third_party/libxslt/libxslt/xslt.c exclPrefixPop(xsltStylesheetPtr style) style 202 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixNr <= 0) style 204 third_party/libxslt/libxslt/xslt.c style->exclPrefixNr--; style 205 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixNr > 0) style 206 third_party/libxslt/libxslt/xslt.c style->exclPrefix = style->exclPrefixTab[style->exclPrefixNr - 1]; style 208 third_party/libxslt/libxslt/xslt.c style->exclPrefix = NULL; style 209 third_party/libxslt/libxslt/xslt.c ret = style->exclPrefixTab[style->exclPrefixNr]; style 210 third_party/libxslt/libxslt/xslt.c style->exclPrefixTab[style->exclPrefixNr] = 0; style 357 third_party/libxslt/libxslt/xslt.c xsltDecimalFormatGetByName(xsltStylesheetPtr style, xmlChar *name) style 362 third_party/libxslt/libxslt/xslt.c return style->decimalFormat; style 364 third_party/libxslt/libxslt/xslt.c while (style != NULL) { style 365 third_party/libxslt/libxslt/xslt.c for (result = style->decimalFormat->next; style 371 third_party/libxslt/libxslt/xslt.c style = xsltNextImport(style); style 483 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 574 third_party/libxslt/libxslt/xslt.c xsltCompilationCtxtCreate(xsltStylesheetPtr style) { style 579 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, NULL, style 778 third_party/libxslt/libxslt/xslt.c xsltAllocateExtra(xsltStylesheetPtr style) style 780 third_party/libxslt/libxslt/xslt.c return(style->extrasNr++); style 844 third_party/libxslt/libxslt/xslt.c xsltFreeStylesheetList(xsltStylesheetPtr style) { style 847 third_party/libxslt/libxslt/xslt.c while (style != NULL) { style 848 third_party/libxslt/libxslt/xslt.c next = style->next; style 849 third_party/libxslt/libxslt/xslt.c xsltFreeStylesheet(style); style 850 third_party/libxslt/libxslt/xslt.c style = next; style 921 third_party/libxslt/libxslt/xslt.c xsltFreeStylesheet(xsltStylesheetPtr style) style 923 third_party/libxslt/libxslt/xslt.c if (style == NULL) style 930 third_party/libxslt/libxslt/xslt.c if ((style->principal == style) && (style->doc)) style 931 third_party/libxslt/libxslt/xslt.c xsltCleanupStylesheetTree(style->doc, style 932 third_party/libxslt/libxslt/xslt.c xmlDocGetRootElement(style->doc)); style 937 third_party/libxslt/libxslt/xslt.c if ((style->doc != NULL) && style 938 third_party/libxslt/libxslt/xslt.c XSLT_HAS_INTERNAL_NSMAP(style)) style 940 third_party/libxslt/libxslt/xslt.c xsltRestoreDocumentNamespaces(XSLT_GET_INTERNAL_NSMAP(style), style 941 third_party/libxslt/libxslt/xslt.c style->doc); style 948 third_party/libxslt/libxslt/xslt.c if ((style->parent == NULL) && (style->doc)) style 949 third_party/libxslt/libxslt/xslt.c xsltCleanupStylesheetTree(style->doc, style 950 third_party/libxslt/libxslt/xslt.c xmlDocGetRootElement(style->doc)); style 953 third_party/libxslt/libxslt/xslt.c xsltFreeKeys(style); style 954 third_party/libxslt/libxslt/xslt.c xsltFreeExts(style); style 955 third_party/libxslt/libxslt/xslt.c xsltFreeTemplateHashes(style); style 956 third_party/libxslt/libxslt/xslt.c xsltFreeDecimalFormatList(style); style 957 third_party/libxslt/libxslt/xslt.c xsltFreeTemplateList(style->templates); style 958 third_party/libxslt/libxslt/xslt.c xsltFreeAttributeSetsHashes(style); style 959 third_party/libxslt/libxslt/xslt.c xsltFreeNamespaceAliasHashes(style); style 960 third_party/libxslt/libxslt/xslt.c xsltFreeStylePreComps(style); style 965 third_party/libxslt/libxslt/xslt.c xsltFreeStyleDocuments(style); style 969 third_party/libxslt/libxslt/xslt.c xsltShutdownExts(style); style 971 third_party/libxslt/libxslt/xslt.c if (style->variables != NULL) style 972 third_party/libxslt/libxslt/xslt.c xsltFreeStackElemList(style->variables); style 973 third_party/libxslt/libxslt/xslt.c if (style->cdataSection != NULL) style 974 third_party/libxslt/libxslt/xslt.c xmlHashFree(style->cdataSection, NULL); style 975 third_party/libxslt/libxslt/xslt.c if (style->stripSpaces != NULL) style 976 third_party/libxslt/libxslt/xslt.c xmlHashFree(style->stripSpaces, NULL); style 977 third_party/libxslt/libxslt/xslt.c if (style->nsHash != NULL) style 978 third_party/libxslt/libxslt/xslt.c xmlHashFree(style->nsHash, NULL); style 979 third_party/libxslt/libxslt/xslt.c if (style->exclPrefixTab != NULL) style 980 third_party/libxslt/libxslt/xslt.c xmlFree(style->exclPrefixTab); style 981 third_party/libxslt/libxslt/xslt.c if (style->method != NULL) style 982 third_party/libxslt/libxslt/xslt.c xmlFree(style->method); style 983 third_party/libxslt/libxslt/xslt.c if (style->methodURI != NULL) style 984 third_party/libxslt/libxslt/xslt.c xmlFree(style->methodURI); style 985 third_party/libxslt/libxslt/xslt.c if (style->version != NULL) style 986 third_party/libxslt/libxslt/xslt.c xmlFree(style->version); style 987 third_party/libxslt/libxslt/xslt.c if (style->encoding != NULL) style 988 third_party/libxslt/libxslt/xslt.c xmlFree(style->encoding); style 989 third_party/libxslt/libxslt/xslt.c if (style->doctypePublic != NULL) style 990 third_party/libxslt/libxslt/xslt.c xmlFree(style->doctypePublic); style 991 third_party/libxslt/libxslt/xslt.c if (style->doctypeSystem != NULL) style 992 third_party/libxslt/libxslt/xslt.c xmlFree(style->doctypeSystem); style 993 third_party/libxslt/libxslt/xslt.c if (style->mediaType != NULL) style 994 third_party/libxslt/libxslt/xslt.c xmlFree(style->mediaType); style 995 third_party/libxslt/libxslt/xslt.c if (style->attVTs) style 996 third_party/libxslt/libxslt/xslt.c xsltFreeAVTList(style->attVTs); style 997 third_party/libxslt/libxslt/xslt.c if (style->imports != NULL) style 998 third_party/libxslt/libxslt/xslt.c xsltFreeStylesheetList(style->imports); style 1005 third_party/libxslt/libxslt/xslt.c if (style->principal == style) { style 1006 third_party/libxslt/libxslt/xslt.c if (style->principalData) { style 1007 third_party/libxslt/libxslt/xslt.c xsltFreePrincipalStylesheetData(style->principalData); style 1008 third_party/libxslt/libxslt/xslt.c style->principalData = NULL; style 1016 third_party/libxslt/libxslt/xslt.c if (style->doc != NULL) { style 1017 third_party/libxslt/libxslt/xslt.c xmlFreeDoc(style->doc); style 1024 third_party/libxslt/libxslt/xslt.c xmlDictFree(style->dict); style 1026 third_party/libxslt/libxslt/xslt.c memset(style, -1, sizeof(xsltStylesheet)); style 1027 third_party/libxslt/libxslt/xslt.c xmlFree(style); style 1054 third_party/libxslt/libxslt/xslt.c xsltGetInheritedNsList(xsltStylesheetPtr style, style 1064 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (template == NULL) || (node == NULL) || style 1075 third_party/libxslt/libxslt/xslt.c (xsltCheckExtPrefix(style, cur->prefix))) style 1082 third_party/libxslt/libxslt/xslt.c for (i = 0;i < style->exclPrefixNr;i++) { style 1083 third_party/libxslt/libxslt/xslt.c if (xmlStrEqual(cur->href, style->exclPrefixTab[i])) style 1149 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetOutput(xsltStylesheetPtr style, xmlNodePtr cur) style 1156 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1161 third_party/libxslt/libxslt/xslt.c if (style->version != NULL) style 1162 third_party/libxslt/libxslt/xslt.c xmlFree(style->version); style 1163 third_party/libxslt/libxslt/xslt.c style->version = prop; style 1168 third_party/libxslt/libxslt/xslt.c if (style->encoding != NULL) style 1169 third_party/libxslt/libxslt/xslt.c xmlFree(style->encoding); style 1170 third_party/libxslt/libxslt/xslt.c style->encoding = prop; style 1180 third_party/libxslt/libxslt/xslt.c if (style->method != NULL) style 1181 third_party/libxslt/libxslt/xslt.c xmlFree(style->method); style 1182 third_party/libxslt/libxslt/xslt.c style->method = NULL; style 1183 third_party/libxslt/libxslt/xslt.c if (style->methodURI != NULL) style 1184 third_party/libxslt/libxslt/xslt.c xmlFree(style->methodURI); style 1185 third_party/libxslt/libxslt/xslt.c style->methodURI = NULL; style 1192 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 1197 third_party/libxslt/libxslt/xslt.c style->method = prop; style 1199 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1201 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1204 third_party/libxslt/libxslt/xslt.c style->method = prop; style 1205 third_party/libxslt/libxslt/xslt.c style->methodURI = xmlStrdup(URI); style 1211 third_party/libxslt/libxslt/xslt.c if (style->doctypeSystem != NULL) style 1212 third_party/libxslt/libxslt/xslt.c xmlFree(style->doctypeSystem); style 1213 third_party/libxslt/libxslt/xslt.c style->doctypeSystem = prop; style 1218 third_party/libxslt/libxslt/xslt.c if (style->doctypePublic != NULL) style 1219 third_party/libxslt/libxslt/xslt.c xmlFree(style->doctypePublic); style 1220 third_party/libxslt/libxslt/xslt.c style->doctypePublic = prop; style 1226 third_party/libxslt/libxslt/xslt.c style->standalone = 1; style 1228 third_party/libxslt/libxslt/xslt.c style->standalone = 0; style 1230 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1232 third_party/libxslt/libxslt/xslt.c style->errors++; style 1240 third_party/libxslt/libxslt/xslt.c style->indent = 1; style 1242 third_party/libxslt/libxslt/xslt.c style->indent = 0; style 1244 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1246 third_party/libxslt/libxslt/xslt.c style->errors++; style 1254 third_party/libxslt/libxslt/xslt.c style->omitXmlDeclaration = 1; style 1256 third_party/libxslt/libxslt/xslt.c style->omitXmlDeclaration = 0; style 1258 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1261 third_party/libxslt/libxslt/xslt.c style->errors++; style 1269 third_party/libxslt/libxslt/xslt.c if (style->cdataSection == NULL) style 1270 third_party/libxslt/libxslt/xslt.c style->cdataSection = xmlHashCreate(10); style 1271 third_party/libxslt/libxslt/xslt.c if (style->cdataSection == NULL) style 1291 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1295 third_party/libxslt/libxslt/xslt.c style->errors++; style 1308 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1311 third_party/libxslt/libxslt/xslt.c style->errors++; style 1324 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, NULL); style 1328 third_party/libxslt/libxslt/xslt.c xmlHashAddEntry2(style->cdataSection, element, URI, style 1341 third_party/libxslt/libxslt/xslt.c if (style->mediaType) style 1342 third_party/libxslt/libxslt/xslt.c xmlFree(style->mediaType); style 1343 third_party/libxslt/libxslt/xslt.c style->mediaType = prop; style 1346 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, cur->children); style 1366 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetDecimalFormat(xsltStylesheetPtr style, xmlNodePtr cur) style 1372 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1375 third_party/libxslt/libxslt/xslt.c format = style->decimalFormat; style 1379 third_party/libxslt/libxslt/xslt.c format = xsltDecimalFormatGetByName(style, prop); style 1381 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1383 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1388 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1390 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 1394 third_party/libxslt/libxslt/xslt.c for (iter = style->decimalFormat; iter->next; iter = iter->next) style 1460 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, cur->children); style 1474 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetPreserveSpace(xsltStylesheetPtr style, xmlNodePtr cur) { style 1478 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1483 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1485 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1489 third_party/libxslt/libxslt/xslt.c if (style->stripSpaces == NULL) style 1490 third_party/libxslt/libxslt/xslt.c style->stripSpaces = xmlHashCreate(10); style 1491 third_party/libxslt/libxslt/xslt.c if (style->stripSpaces == NULL) style 1508 third_party/libxslt/libxslt/xslt.c style->stripAll = -1; style 1517 third_party/libxslt/libxslt/xslt.c xmlHashAddEntry2(style->stripSpaces, element, URI, style 1526 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, cur->children); style 1547 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetExtPrefix(xsltStylesheetPtr style, xmlNodePtr cur, style 1552 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1580 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, NULL); style 1582 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, prefix); style 1584 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1587 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1593 third_party/libxslt/libxslt/xslt.c xsltRegisterExtPrefix(style, prefix, ns->href); style 1613 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetStripSpace(xsltStylesheetPtr style, xmlNodePtr cur) { style 1617 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1622 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1624 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1628 third_party/libxslt/libxslt/xslt.c if (style->stripSpaces == NULL) style 1629 third_party/libxslt/libxslt/xslt.c style->stripSpaces = xmlHashCreate(10); style 1630 third_party/libxslt/libxslt/xslt.c if (style->stripSpaces == NULL) style 1647 third_party/libxslt/libxslt/xslt.c style->stripAll = 1; style 1656 third_party/libxslt/libxslt/xslt.c xmlHashAddEntry2(style->stripSpaces, element, URI, style 1665 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, cur->children); style 1683 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetExcludePrefix(xsltStylesheetPtr style, xmlNodePtr cur, style 1690 third_party/libxslt/libxslt/xslt.c if ((cur == NULL) || (style == NULL)) style 1716 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, NULL); style 1718 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, prefix); style 1720 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 1723 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 1725 third_party/libxslt/libxslt/xslt.c if (exclPrefixPush(style, (xmlChar *) ns->href) >= 0) { style 1919 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 1924 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 1979 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 1984 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2155 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 2158 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2207 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2210 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2218 third_party/libxslt/libxslt/xslt.c item->next = cctxt->style->preComps; style 2219 third_party/libxslt/libxslt/xslt.c cctxt->style->preComps = (xsltElemPreCompPtr) item; style 2258 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, inst, style 2260 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2325 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2521 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2530 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2552 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2591 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 2606 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2645 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(cctxt->style->doc, node, NULL); style 2647 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(cctxt->style->doc, node, cur); style 2654 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 2662 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2672 third_party/libxslt/libxslt/xslt.c (void *) xmlDictLookup(cctxt->style->dict, style 2686 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2776 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 2778 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2858 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 2860 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2875 third_party/libxslt/libxslt/xslt.c xsltRegisterExtPrefix(cctxt->style, NULL, style 2942 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 2944 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 2960 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 2965 third_party/libxslt/libxslt/xslt.c cctxt->style->warnings++; style 2986 third_party/libxslt/libxslt/xslt.c xsltStylesheetPtr style; style 2997 third_party/libxslt/libxslt/xslt.c if ((cctxt == NULL) || (cctxt->style == NULL) || style 3005 third_party/libxslt/libxslt/xslt.c style = cctxt->style; style 3006 third_party/libxslt/libxslt/xslt.c if ((style->dict != NULL) && (doc->dict == style->dict)) style 3009 third_party/libxslt/libxslt/xslt.c style->internalized = 0; style 3211 third_party/libxslt/libxslt/xslt.c (!xmlDictOwns(style->dict, txt->content))) style 3213 third_party/libxslt/libxslt/xslt.c value = (xmlChar *) xmlDictLookup(style->dict, style 3242 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 3244 third_party/libxslt/libxslt/xslt.c cctxt->style->warnings++; style 3326 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 3328 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 3366 third_party/libxslt/libxslt/xslt.c (!xmlDictOwns(style->dict, textNode->content))) style 3371 third_party/libxslt/libxslt/xslt.c value = (xmlChar *) xmlDictLookup(style->dict, style 3417 third_party/libxslt/libxslt/xslt.c xsltPrecomputeStylesheet(xsltStylesheetPtr style, xmlNodePtr cur) style 3422 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (cur == NULL)) style 3425 third_party/libxslt/libxslt/xslt.c if ((cur->doc != NULL) && (style->dict != NULL) && style 3426 third_party/libxslt/libxslt/xslt.c (cur->doc->dict == style->dict)) style 3429 third_party/libxslt/libxslt/xslt.c style->internalized = 0; style 3467 third_party/libxslt/libxslt/xslt.c (!xmlDictOwns(style->dict, txt->content))) style 3476 third_party/libxslt/libxslt/xslt.c tmp = (xmlChar *) xmlDictLookup(style->dict, style 3488 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(style, cur); style 3491 third_party/libxslt/libxslt/xslt.c exclPrefixPop(style); style 3495 third_party/libxslt/libxslt/xslt.c exclPrefixes = xsltParseStylesheetExcludePrefix(style, cur, 0); style 3498 third_party/libxslt/libxslt/xslt.c if ((cur->nsDef != NULL) && (style->exclPrefixNr > 0)) { style 3508 third_party/libxslt/libxslt/xslt.c for (i = 0;i < style->exclPrefixNr;i++) { style 3511 third_party/libxslt/libxslt/xslt.c style->exclPrefixTab[i]))) { style 3539 third_party/libxslt/libxslt/xslt.c xsltPrecomputeStylesheet(style, cur->children); style 3541 third_party/libxslt/libxslt/xslt.c exclPrefixPop(style); style 3550 third_party/libxslt/libxslt/xslt.c (!xmlDictOwns(style->dict, cur->content))) { style 3558 third_party/libxslt/libxslt/xslt.c tmp = (xmlChar *) xmlDictLookup(style->dict, cur->content, -1); style 3576 third_party/libxslt/libxslt/xslt.c (!xsltCheckExtURI(style, cur->ns->href))) { style 3597 third_party/libxslt/libxslt/xslt.c if (cur == (xmlNodePtr) style->doc) { style 3627 third_party/libxslt/libxslt/xslt.c xsltGatherNamespaces(xsltStylesheetPtr style) { style 3631 third_party/libxslt/libxslt/xslt.c if (style == NULL) style 3645 third_party/libxslt/libxslt/xslt.c cur = xmlDocGetRootElement(style->doc); style 3651 third_party/libxslt/libxslt/xslt.c if (style->nsHash == NULL) { style 3652 third_party/libxslt/libxslt/xslt.c style->nsHash = xmlHashCreate(10); style 3653 third_party/libxslt/libxslt/xslt.c if (style->nsHash == NULL) { style 3654 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 3656 third_party/libxslt/libxslt/xslt.c style->errors++; style 3660 third_party/libxslt/libxslt/xslt.c URI = xmlHashLookup(style->nsHash, ns->prefix); style 3662 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 3664 third_party/libxslt/libxslt/xslt.c style->warnings++; style 3666 third_party/libxslt/libxslt/xslt.c xmlHashUpdateEntry(style->nsHash, ns->prefix, style 3697 third_party/libxslt/libxslt/xslt.c if (cur == (xmlNodePtr) style->doc) { style 3874 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(cctxt->style, elem); style 3945 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 3948 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 3982 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 3985 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4005 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 4008 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4026 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4028 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4049 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4052 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4066 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 4086 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 4088 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4116 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4124 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4129 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 4132 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4140 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4142 third_party/libxslt/libxslt/xslt.c xsltParseContentError(cctxt->style, child); style 4151 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, elem, style 4154 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4247 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, NULL, style 4250 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4258 third_party/libxslt/libxslt/xslt.c item->next = cctxt->style->preComps; style 4259 third_party/libxslt/libxslt/xslt.c cctxt->style->preComps = (xsltElemPreCompPtr) item; style 4294 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 4296 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4369 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4451 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, cur, style 4454 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4490 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, style 4495 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4593 third_party/libxslt/libxslt/xslt.c (xsltCheckExtPrefix(cctxt->style, cur->ns->href) == 1)) style 4607 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, cur, style 4610 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4615 third_party/libxslt/libxslt/xslt.c xsltPreComputeExtModuleElement(cctxt->style, cur); style 4703 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, style 4707 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 4736 third_party/libxslt/libxslt/xslt.c xsltCompileAttr(cctxt->style, attr); style 4782 third_party/libxslt/libxslt/xslt.c xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { style 4783 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (templ == NULL)) style 4789 third_party/libxslt/libxslt/xslt.c if (XSLT_CCTXT(style)->inode->category == XSLT_ELEMENT_CATEGORY_EXTENSION) { style 4790 third_party/libxslt/libxslt/xslt.c XSLT_CCTXT(style)->inode->extContentHandled = 1; style 4805 third_party/libxslt/libxslt/xslt.c XSLT_CCTXT(style)->inode->curChildType = XSLT_FUNC_PARAM; style 4806 third_party/libxslt/libxslt/xslt.c xsltParseAnyXSLTElem(XSLT_CCTXT(style), child); style 4814 third_party/libxslt/libxslt/xslt.c xsltParseSequenceConstructor(XSLT_CCTXT(style), child); style 4830 third_party/libxslt/libxslt/xslt.c xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { style 4875 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 4877 third_party/libxslt/libxslt/xslt.c style->warnings++; style 4890 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 4892 third_party/libxslt/libxslt/xslt.c style->errors++; style 4906 third_party/libxslt/libxslt/xslt.c if ((style->internalized) && style 4908 third_party/libxslt/libxslt/xslt.c (!xmlDictOwns(style->dict, text->content))) { style 4936 third_party/libxslt/libxslt/xslt.c else if ((cur->ns != NULL) && (style->nsDefs != NULL) && style 4937 third_party/libxslt/libxslt/xslt.c (xsltCheckExtPrefix(style, cur->ns->prefix))) style 4942 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(style, cur); style 4950 third_party/libxslt/libxslt/xslt.c if ((cur->ns == NULL) && (style->defaultAlias != NULL)) { style 4952 third_party/libxslt/libxslt/xslt.c style->defaultAlias); style 4958 third_party/libxslt/libxslt/xslt.c xsltCompileAttr(style, attr); style 5019 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5021 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 5044 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetKey(xsltStylesheetPtr style, xmlNodePtr key) { style 5051 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (key == NULL)) style 5066 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5078 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, style 5080 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5086 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, style 5088 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5094 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, style 5096 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5103 third_party/libxslt/libxslt/xslt.c xsltAddKey(style, name, nameURI, match, use, key); style 5117 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, key->children); style 5156 third_party/libxslt/libxslt/xslt.c templ->next = cctxt->style->templates; style 5157 third_party/libxslt/libxslt/xslt.c cctxt->style->templates = templ; style 5158 third_party/libxslt/libxslt/xslt.c templ->style = cctxt->style; style 5175 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5178 third_party/libxslt/libxslt/xslt.c templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1); style 5182 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, templNode, style 5185 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5189 third_party/libxslt/libxslt/xslt.c templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1); style 5226 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5229 third_party/libxslt/libxslt/xslt.c templ->name = xmlDictLookup(cctxt->style->dict, prop, -1); style 5233 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, templNode, style 5236 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5240 third_party/libxslt/libxslt/xslt.c templ->nameURI = xmlDictLookup(cctxt->style->dict, nameURI, -1); style 5248 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, templNode, style 5250 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5257 third_party/libxslt/libxslt/xslt.c xsltParseTemplateContent(cctxt->style, templNode); style 5277 third_party/libxslt/libxslt/xslt.c xsltAddTemplate(cctxt->style, templ, templ->mode, templ->modeURI); style 5295 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetTemplate(xsltStylesheetPtr style, xmlNodePtr template) { style 5311 third_party/libxslt/libxslt/xslt.c ret->next = style->templates; style 5312 third_party/libxslt/libxslt/xslt.c style->templates = ret; style 5313 third_party/libxslt/libxslt/xslt.c ret->style = style; style 5322 third_party/libxslt/libxslt/xslt.c xsltGetInheritedNsList(style, ret, template); style 5336 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5343 third_party/libxslt/libxslt/xslt.c ret->mode = xmlDictLookup(style->dict, mode, -1); style 5344 third_party/libxslt/libxslt/xslt.c ret->modeURI = xmlDictLookup(style->dict, modeURI, -1); style 5375 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5379 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, template, style 5381 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 5384 third_party/libxslt/libxslt/xslt.c ret->name = xmlDictLookup(style->dict, BAD_CAST prop, -1); style 5388 third_party/libxslt/libxslt/xslt.c ret->nameURI = xmlDictLookup(style->dict, BAD_CAST URI, -1); style 5397 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, template, style 5399 third_party/libxslt/libxslt/xslt.c style->errors++; style 5410 third_party/libxslt/libxslt/xslt.c xsltParseTemplateContent(style, template); style 5413 third_party/libxslt/libxslt/xslt.c xsltAddTemplate(style, ret, ret->mode, ret->modeURI); style 5440 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 5442 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5451 third_party/libxslt/libxslt/xslt.c item->next = cctxt->style->preComps; style 5452 third_party/libxslt/libxslt/xslt.c cctxt->style->preComps = (xsltElemPreCompPtr) item; style 5527 third_party/libxslt/libxslt/xslt.c if (xsltParseStylesheetInclude(cctxt->style, node) != 0) { style 5528 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5534 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(cctxt->style, node); style 5535 third_party/libxslt/libxslt/xslt.c xsltParseGlobalParam(cctxt->style, node); style 5538 third_party/libxslt/libxslt/xslt.c xsltStylePreCompute(cctxt->style, node); style 5539 third_party/libxslt/libxslt/xslt.c xsltParseGlobalVariable(cctxt->style, node); style 5542 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetAttributeSet(cctxt->style, node); style 5545 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 5548 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5596 third_party/libxslt/libxslt/xslt.c xsltStylesheetPtr style; style 5602 third_party/libxslt/libxslt/xslt.c style = cctxt->style; style 5680 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 5682 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 5685 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 5687 third_party/libxslt/libxslt/xslt.c cctxt->style->warnings++; style 5738 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5741 third_party/libxslt/libxslt/xslt.c style->errors++; style 5743 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, "Misplaced node.\n"); style 5744 third_party/libxslt/libxslt/xslt.c style->errors++; style 5791 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5793 third_party/libxslt/libxslt/xslt.c style->errors++; style 5805 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5807 third_party/libxslt/libxslt/xslt.c style->errors++; style 5833 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5837 third_party/libxslt/libxslt/xslt.c style->errors++; style 5841 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetStripSpace(style, cur); style 5844 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetPreserveSpace(style, cur); style 5847 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetOutput(style, cur); style 5850 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetKey(style, cur); style 5853 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetDecimalFormat(style, cur); style 5872 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5875 third_party/libxslt/libxslt/xslt.c style->warnings++; style 5877 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 5879 third_party/libxslt/libxslt/xslt.c style->errors++; style 5896 third_party/libxslt/libxslt/xslt.c function(style, cur); style 5976 third_party/libxslt/libxslt/xslt.c if (xsltParseStylesheetImport(cctxt->style, cur) != 0) { style 5977 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 6005 third_party/libxslt/libxslt/xslt.c xsltNamespaceAlias(cctxt->style, cur); style 6035 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetTop(xsltStylesheetPtr style, xmlNodePtr top) { style 6047 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, top, style 6049 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 6053 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, top, style 6056 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 6071 third_party/libxslt/libxslt/xslt.c if (xsltParseStylesheetImport(style, cur) != 0) style 6072 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6088 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 6091 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6099 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6109 third_party/libxslt/libxslt/xslt.c function(style, cur); style 6120 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 6122 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6124 third_party/libxslt/libxslt/xslt.c if (xsltParseStylesheetInclude(style, cur) != 0) style 6125 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6127 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetStripSpace(style, cur); style 6129 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetPreserveSpace(style, cur); style 6131 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetOutput(style, cur); style 6133 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetKey(style, cur); style 6135 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetDecimalFormat(style, cur); style 6137 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetAttributeSet(style, cur); style 6139 third_party/libxslt/libxslt/xslt.c xsltParseGlobalVariable(style, cur); style 6141 third_party/libxslt/libxslt/xslt.c xsltParseGlobalParam(style, cur); style 6146 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetTemplate(style, cur); style 6148 third_party/libxslt/libxslt/xslt.c xsltNamespaceAlias(style, cur); style 6154 third_party/libxslt/libxslt/xslt.c if ((style != NULL) && (style->doc->version != NULL) && style 6155 third_party/libxslt/libxslt/xslt.c (!strncmp((const char *) style->doc->version, "1.0", 3))) { style 6156 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 6159 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->errors++; style 6163 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, cur, style 6166 third_party/libxslt/libxslt/xslt.c if (style != NULL) style->warnings++; style 6206 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, cctxt->style, node, style 6209 third_party/libxslt/libxslt/xslt.c cctxt->style->errors++; style 6225 third_party/libxslt/libxslt/xslt.c templ->next = cctxt->style->templates; style 6226 third_party/libxslt/libxslt/xslt.c cctxt->style->templates = templ; style 6250 third_party/libxslt/libxslt/xslt.c xsltAddTemplate(cctxt->style, templ, NULL, NULL); style 6251 third_party/libxslt/libxslt/xslt.c cctxt->style->literal_result = 1; style 6300 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetProcess(xsltStylesheetPtr style, xmlDocPtr doc) style 6308 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (doc == NULL)) style 6311 third_party/libxslt/libxslt/xslt.c cctxt = XSLT_CCTXT(style); style 6315 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, (xmlNodePtr) doc, style 6329 third_party/libxslt/libxslt/xslt.c style->literal_result = 0; style 6332 third_party/libxslt/libxslt/xslt.c style->literal_result = 1; style 6339 third_party/libxslt/libxslt/xslt.c if (! style->nopreproc) style 6344 third_party/libxslt/libxslt/xslt.c if (style->literal_result == 0) { style 6354 third_party/libxslt/libxslt/xslt.c return(style); style 6548 third_party/libxslt/libxslt/xslt.c cctxt->style = retStyle; style 6568 third_party/libxslt/libxslt/xslt.c oldCurSheet = cctxt->style; style 6569 third_party/libxslt/libxslt/xslt.c cctxt->style = retStyle; style 6574 third_party/libxslt/libxslt/xslt.c cctxt->style = oldCurSheet; style 276 third_party/libxslt/libxslt/xsltInternals.h struct _xsltStylesheet *style;/* the containing stylesheet */ style 1300 third_party/libxslt/libxslt/xsltInternals.h #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt) style 1319 third_party/libxslt/libxslt/xsltInternals.h xsltStylesheetPtr style; style 1666 third_party/libxslt/libxslt/xsltInternals.h xsltStylesheetPtr style; /* the stylesheet used */ style 1836 third_party/libxslt/libxslt/xsltInternals.h xsltFreeStylesheet (xsltStylesheetPtr style); style 1842 third_party/libxslt/libxslt/xsltInternals.h xsltDecimalFormatGetByName(xsltStylesheetPtr style, style 1849 third_party/libxslt/libxslt/xsltInternals.h xsltParseStylesheetOutput(xsltStylesheetPtr style, style 1855 third_party/libxslt/libxslt/xsltInternals.h xsltStylesheetPtr style); style 1869 third_party/libxslt/libxslt/xsltInternals.h xsltParseTemplateContent(xsltStylesheetPtr style, style 1872 third_party/libxslt/libxslt/xsltInternals.h xsltAllocateExtra (xsltStylesheetPtr style); style 1913 third_party/libxslt/libxslt/xsltInternals.h xsltCompileAttr (xsltStylesheetPtr style, style 82 third_party/libxslt/libxslt/xsltutils.c xsltGetCNsProp(xsltStylesheetPtr style, xmlNodePtr node, style 90 third_party/libxslt/libxslt/xsltutils.c if ((node == NULL) || (style == NULL) || (style->dict == NULL)) style 111 third_party/libxslt/libxslt/xsltutils.c ret = xmlDictLookup(style->dict, BAD_CAST "", 0); style 113 third_party/libxslt/libxslt/xsltutils.c ret = xmlDictLookup(style->dict, tmp, -1); style 140 third_party/libxslt/libxslt/xsltutils.c return(xmlDictLookup(style->dict, style 604 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style, xmlNodePtr node) { style 639 third_party/libxslt/libxslt/xsltutils.c else if (style != NULL) { style 641 third_party/libxslt/libxslt/xsltutils.c if (XSLT_CCTXT(style)->errSeverity == XSLT_ERROR_SEVERITY_WARNING) style 698 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style, style 714 third_party/libxslt/libxslt/xsltutils.c xsltPrintErrorContext(ctxt, style, node); style 845 third_party/libxslt/libxslt/xsltutils.c xsltGetQNameURI2(xsltStylesheetPtr style, xmlNodePtr node, style 881 third_party/libxslt/libxslt/xsltutils.c *name = xmlDictLookup(style->dict, &qname[4], -1); style 888 third_party/libxslt/libxslt/xsltutils.c if (style) { style 889 third_party/libxslt/libxslt/xsltutils.c xsltTransformError(NULL, style, node, style 892 third_party/libxslt/libxslt/xsltutils.c style->errors++; style 902 third_party/libxslt/libxslt/xsltutils.c *name = xmlDictLookup(style->dict, (*name)+len+1, -1); style 1440 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style) { style 1446 third_party/libxslt/libxslt/xsltutils.c if ((buf == NULL) || (result == NULL) || (style == NULL)) style 1453 third_party/libxslt/libxslt/xsltutils.c if ((style->methodURI != NULL) && style 1454 third_party/libxslt/libxslt/xsltutils.c ((style->method == NULL) || style 1455 third_party/libxslt/libxslt/xsltutils.c (!xmlStrEqual(style->method, (const xmlChar *) "xhtml")))) { style 1463 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(method, style, method) style 1464 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 1465 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_INT(indent, style, indent); style 1520 third_party/libxslt/libxslt/xsltutils.c if (cur == (xmlNodePtr) style->doc) { style 1535 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_INT(omitXmlDecl, style, omitXmlDeclaration); style 1536 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_INT(standalone, style, standalone); style 1601 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style, int compression) { style 1606 third_party/libxslt/libxslt/xsltutils.c if ((URL == NULL) || (result == NULL) || (style == NULL)) style 1611 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 1626 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultTo(buf, result, style); style 1644 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultToFile(FILE *file, xmlDocPtr result, xsltStylesheetPtr style) { style 1649 third_party/libxslt/libxslt/xsltutils.c if ((file == NULL) || (result == NULL) || (style == NULL)) style 1654 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 1670 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultTo(buf, result, style); style 1688 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultToFd(int fd, xmlDocPtr result, xsltStylesheetPtr style) { style 1693 third_party/libxslt/libxslt/xsltutils.c if ((fd < 0) || (result == NULL) || (style == NULL)) style 1698 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 1713 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultTo(buf, result, style); style 1732 third_party/libxslt/libxslt/xsltutils.c xmlDocPtr result, xsltStylesheetPtr style) { style 1741 third_party/libxslt/libxslt/xsltutils.c XSLT_GET_IMPORT_PTR(encoding, style, encoding) style 1756 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultTo(buf, result, style); style 1889 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style; style 1903 third_party/libxslt/libxslt/xsltutils.c style = ctxt->style; style 1904 third_party/libxslt/libxslt/xsltutils.c while (style != NULL) { style 1905 third_party/libxslt/libxslt/xsltutils.c template = style->templates; style 1915 third_party/libxslt/libxslt/xsltutils.c style = xsltNextImport(style); style 2005 third_party/libxslt/libxslt/xsltutils.c xsltStylesheetPtr style; style 2026 third_party/libxslt/libxslt/xsltutils.c style = ctxt->style; style 2027 third_party/libxslt/libxslt/xsltutils.c while (style != NULL) { style 2028 third_party/libxslt/libxslt/xsltutils.c templ = style->templates; style 2038 third_party/libxslt/libxslt/xsltutils.c style = (xsltStylesheetPtr) xsltNextImport(style); style 2103 third_party/libxslt/libxslt/xsltutils.c xsltXPathCompile(xsltStylesheetPtr style, const xmlChar *str) { style 2107 third_party/libxslt/libxslt/xsltutils.c if (style != NULL) { style 2109 third_party/libxslt/libxslt/xsltutils.c if (XSLT_CCTXT(style)) { style 2120 third_party/libxslt/libxslt/xsltutils.c xpathCtxt = XSLT_CCTXT(style)->xpathCtxt; style 2121 third_party/libxslt/libxslt/xsltutils.c xpathCtxt->doc = style->doc; style 2123 third_party/libxslt/libxslt/xsltutils.c xpathCtxt = xmlXPathNewContext(style->doc); style 2125 third_party/libxslt/libxslt/xsltutils.c xpathCtxt = xmlXPathNewContext(style->doc); style 2129 third_party/libxslt/libxslt/xsltutils.c xpathCtxt->dict = style->dict; style 2141 third_party/libxslt/libxslt/xsltutils.c if ((style == NULL) || (! XSLT_CCTXT(style))) { style 90 third_party/libxslt/libxslt/xsltutils.h xsltGetCNsProp (xsltStylesheetPtr style, style 147 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style, style 165 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style, style 209 third_party/libxslt/libxslt/xsltutils.h xsltGetQNameURI2 (xsltStylesheetPtr style, style 219 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style); style 223 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style, style 228 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style); style 232 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style); style 237 third_party/libxslt/libxslt/xsltutils.h xsltStylesheetPtr style); style 243 third_party/libxslt/libxslt/xsltutils.h xsltXPathCompile (xsltStylesheetPtr style, style 69 third_party/npapi/npspy/windows/loggerw.cpp wc.style = 0; style 960 third_party/protobuf/src/google/protobuf/compiler/parser.cc OptionStyle style) { style 973 third_party/protobuf/src/google/protobuf/compiler/parser.cc if (style == OPTION_STATEMENT) { style 1087 third_party/protobuf/src/google/protobuf/compiler/parser.cc if (style == OPTION_STATEMENT) { style 397 third_party/protobuf/src/google/protobuf/compiler/parser.h OptionStyle style); style 229 third_party/protobuf/src/google/protobuf/io/tokenizer.h void set_comment_style(CommentStyle style) { comment_style_ = style; } style 235 third_party/wtl/include/atlapp.h #define DECLARE_WND_CLASS_EX(WndClassName, style, bkgnd) \ style 240 third_party/wtl/include/atlapp.h { style, StartWindowProc, \ style 1390 third_party/wtl/include/atlapp.h style = WS_POPUP; style 2967 third_party/wtl/include/atldlgs.h DWORD style; style 3273 third_party/wtl/include/atldlgs.h #define DIALOG_STYLE(style) \ style 3274 third_party/wtl/include/atldlgs.h dwStyle = style; style 3300 third_party/wtl/include/atldlgs.h #define CONTROL_LTEXT(text, id, x, y, width, height, style, exStyle) \ style 3301 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_LEFT | WS_GROUP, exStyle, text, NULL, 0); style 3302 third_party/wtl/include/atldlgs.h #define CONTROL_CTEXT(text, id, x, y, width, height, style, exStyle) \ style 3303 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_CENTER | WS_GROUP, exStyle, text, NULL, 0); style 3304 third_party/wtl/include/atldlgs.h #define CONTROL_RTEXT(text, id, x, y, width, height, style, exStyle) \ style 3305 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_RIGHT | WS_GROUP, exStyle, text, NULL, 0); style 3306 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBUTTON(text, id, x, y, width, height, style, exStyle) \ style 3307 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); style 3308 third_party/wtl/include/atldlgs.h #define CONTROL_DEFPUSHBUTTON(text, id, x, y, width, height, style, exStyle) \ style 3309 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_DEFPUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); style 3311 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBOX(text, id, x, y, width, height, style, exStyle) \ style 3312 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBOX | WS_TABSTOP, exStyle, text, NULL, 0); style 3314 third_party/wtl/include/atldlgs.h #define CONTROL_STATE3(text, id, x, y, width, height, style, exStyle) \ style 3315 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_3STATE | WS_TABSTOP, exStyle, text, NULL, 0); style 3316 third_party/wtl/include/atldlgs.h #define CONTROL_AUTO3STATE(text, id, x, y, width, height, style, exStyle) \ style 3317 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTO3STATE | WS_TABSTOP, exStyle, text, NULL, 0); style 3318 third_party/wtl/include/atldlgs.h #define CONTROL_CHECKBOX(text, id, x, y, width, height, style, exStyle) \ style 3319 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_CHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0); style 3320 third_party/wtl/include/atldlgs.h #define CONTROL_AUTOCHECKBOX(text, id, x, y, width, height, style, exStyle) \ style 3321 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTOCHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0); style 3322 third_party/wtl/include/atldlgs.h #define CONTROL_RADIOBUTTON(text, id, x, y, width, height, style, exStyle) \ style 3323 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_RADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); style 3324 third_party/wtl/include/atldlgs.h #define CONTROL_AUTORADIOBUTTON(text, id, x, y, width, height, style, exStyle) \ style 3325 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTORADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); style 3326 third_party/wtl/include/atldlgs.h #define CONTROL_COMBOBOX(id, x, y, width, height, style, exStyle) \ style 3327 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_COMBOBOX, (WORD)id, x, y, width, height, style | CBS_DROPDOWN | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0); style 3328 third_party/wtl/include/atldlgs.h #define CONTROL_EDITTEXT(id, x, y, width, height, style, exStyle) \ style 3329 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_EDIT, (WORD)id, x, y, width, height, style | ES_LEFT | WS_BORDER | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0); style 3330 third_party/wtl/include/atldlgs.h #define CONTROL_GROUPBOX(text, id, x, y, width, height, style, exStyle) \ style 3331 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_GROUPBOX, exStyle, text, NULL, 0); style 3332 third_party/wtl/include/atldlgs.h #define CONTROL_LISTBOX(id, x, y, width, height, style, exStyle) \ style 3333 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_LISTBOX, (WORD)id, x, y, width, height, style | LBS_NOTIFY | WS_BORDER, exStyle, (LPCTSTR)NULL, NULL, 0); style 3334 third_party/wtl/include/atldlgs.h #define CONTROL_SCROLLBAR(id, x, y, width, height, style, exStyle) \ style 3335 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_SCROLLBAR, (WORD)id, x, y, width, height, style | SBS_HORZ, exStyle, (LPCTSTR)NULL, NULL, 0); style 3336 third_party/wtl/include/atldlgs.h #define CONTROL_ICON(text, id, x, y, width, height, style, exStyle) \ style 3337 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_ICON, exStyle, text, NULL, 0); style 3338 third_party/wtl/include/atldlgs.h #define CONTROL_CONTROL(text, id, className, style, x, y, width, height, exStyle) \ style 3339 third_party/wtl/include/atldlgs.h m_Template.AddControl(className, (WORD)id, x, y, width, height, style, exStyle, text, NULL, 0); style 4857 third_party/wtl/include/atldlgs.h ((ATL::_DialogSplitHelper::DLGITEMTEMPLATEEX*)pItem)->style : style 4858 third_party/wtl/include/atldlgs.h pItem->style) | WS_TABSTOP, style 188 third_party/wtl/include/atlfind.h DWORD style = pT->GetStyle(); style 189 third_party/wtl/include/atlfind.h if((style & ES_READONLY) != ES_READONLY) style 116 third_party/wtl/include/atlframe.h m_wc.style &= ~CS_GLOBALCLASS; // we don't register global classes style 201 third_party/wtl/include/atlframe.h m_wc.style &= ~CS_GLOBALCLASS; // we don't register global classes style 251 third_party/wtl/include/atlframe.h #define DECLARE_FRAME_WND_CLASS_EX(WndClassName, uCommonResourceID, style, bkgnd) \ style 256 third_party/wtl/include/atlframe.h { sizeof(WNDCLASSEX), style, StartWindowProc, \ style 289 third_party/wtl/include/atlframe.h #define DECLARE_FRAME_WND_CLASS_EX(WndClassName, uCommonResourceID, style, bkgnd) \ style 294 third_party/wtl/include/atlframe.h { style, StartWindowProc, \ style 1079 third_party/wtl/include/atltheme.h m_AnimationParams.style = BPAS_LINEAR; style 555 third_party/wtl/include/atlwince.h if (m_Template.GetTemplateExPtr()->style & DS_CENTER) style 557 third_party/wtl/include/atlwince.h ATLASSERT(m_Template.GetTemplateExPtr()->style ^ WS_CHILD); style 558 third_party/wtl/include/atlwince.h GetTemplateExPtr()->style |= WS_POPUP; style 563 third_party/wtl/include/atlwince.h if (m_Template.GetTemplatePtr()->style & DS_CENTER) style 565 third_party/wtl/include/atlwince.h ATLASSERT(m_Template.GetTemplatePtr()->style ^ WS_CHILD); style 566 third_party/wtl/include/atlwince.h m_Template.GetTemplatePtr()->style |= WS_POPUP; style 582 third_party/wtl/include/atlwince.h if (GetTemplateExPtr()->style & DS_CENTER) style 584 third_party/wtl/include/atlwince.h ATLASSERT(GetTemplateExPtr()->style ^ WS_CHILD); style 585 third_party/wtl/include/atlwince.h GetTemplateExPtr()->style |= WS_POPUP; style 590 third_party/wtl/include/atlwince.h if (GetTemplatePtr()->style & DS_CENTER) style 592 third_party/wtl/include/atlwince.h ATLASSERT(GetTemplatePtr()->style ^ WS_CHILD); style 593 third_party/wtl/include/atlwince.h GetTemplatePtr()->style |= WS_POPUP; style 1029 third_party/wtl/include/atlwince.h #define DECLARE_APP_FRAME_CLASS_EX(WndClassName, uCommonResourceID, style, bkgnd, uAppKey) \ style 1030 third_party/wtl/include/atlwince.h DECLARE_FRAME_WND_CLASS_EX(WndClassName, uCommonResourceID, style, bkgnd) \ style 83 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java super(context, null, 0, R.style.AutofillPopupWindow); style 493 ui/base/resource/resource_bundle.cc const gfx::FontList& ResourceBundle::GetFontList(FontStyle style) { style 498 ui/base/resource/resource_bundle.cc switch (style) { style 518 ui/base/resource/resource_bundle.cc const gfx::Font& ResourceBundle::GetFont(FontStyle style) { style 519 ui/base/resource/resource_bundle.cc return GetFontList(style).GetPrimaryFont(); style 702 ui/base/resource/resource_bundle.cc FontStyle style) { style 704 ui/base/resource/resource_bundle.cc scoped_ptr<gfx::Font> font = delegate_->GetFont(style); style 110 ui/base/resource/resource_bundle.h virtual scoped_ptr<gfx::Font> GetFont(FontStyle style) = 0; style 235 ui/base/resource/resource_bundle.h const gfx::FontList& GetFontList(FontStyle style); style 238 ui/base/resource/resource_bundle.h const gfx::Font& GetFont(FontStyle style); style 312 ui/base/resource/resource_bundle.h scoped_ptr<gfx::FontList> GetFontListFromDelegate(FontStyle style); style 87 ui/base/resource/resource_bundle_unittest.cc gfx::Font*(ui::ResourceBundle::FontStyle style)); style 89 ui/base/resource/resource_bundle_unittest.cc ui::ResourceBundle::FontStyle style) OVERRIDE { style 90 ui/base/resource/resource_bundle_unittest.cc return scoped_ptr<gfx::Font>(GetFontMock(style)); style 41 ui/gfx/font.cc Font Font::Derive(int size_delta, int style) const { style 42 ui/gfx/font.cc return platform_font_->DeriveFont(size_delta, style); style 64 ui/gfx/font.h Font Derive(int size_delta, int style) const; style 200 ui/gfx/font_list_impl.cc int style = 0; style 202 ui/gfx/font_list_impl.cc &style, &font_size_); style 204 ui/gfx/font_list_impl.cc font_style_ = style; style 22 ui/gfx/font_list_unittest.cc int style = font.GetStyle(); style 23 ui/gfx/font_list_unittest.cc if (style & gfx::Font::BOLD) style 25 ui/gfx/font_list_unittest.cc if (style & gfx::Font::ITALIC) style 27 ui/gfx/font_list_unittest.cc if (style & gfx::Font::UNDERLINE) style 53 ui/gfx/gtk_compat.h widget->style = gtk_style_attach(widget->style, widget->window); style 33 ui/gfx/platform_font.h virtual Font DeriveFont(int size_delta, int style) const = 0; style 20 ui/gfx/platform_font_ios.h virtual Font DeriveFont(int size_delta, int style) const OVERRIDE; style 32 ui/gfx/platform_font_ios.h PlatformFontIOS(const std::string& font_name, int font_size, int style); style 38 ui/gfx/platform_font_ios.h int style); style 22 ui/gfx/platform_font_mac.h virtual Font DeriveFont(int size_delta, int style) const OVERRIDE; style 102 ui/gfx/platform_font_pango.cc int style = 0; style 106 ui/gfx/platform_font_pango.cc style |= gfx::Font::BOLD; style 110 ui/gfx/platform_font_pango.cc style |= gfx::Font::ITALIC; style 112 ui/gfx/platform_font_pango.cc if (style != 0) style 113 ui/gfx/platform_font_pango.cc style_ = style; style 150 ui/gfx/platform_font_pango.cc Font PlatformFontPango::DeriveFont(int size_delta, int style) const { style 155 ui/gfx/platform_font_pango.cc if (style == style_) { style 165 ui/gfx/platform_font_pango.cc if (gfx::Font::BOLD & style) style 167 ui/gfx/platform_font_pango.cc if (gfx::Font::ITALIC & style) style 178 ui/gfx/platform_font_pango.cc style)); style 251 ui/gfx/platform_font_pango.cc int style) { style 252 ui/gfx/platform_font_pango.cc InitWithTypefaceNameSizeAndStyle(typeface, name, size, style); style 317 ui/gfx/platform_font_pango.cc int style) { style 321 ui/gfx/platform_font_pango.cc style_ = style; style 49 ui/gfx/platform_font_pango.h virtual Font DeriveFont(int size_delta, int style) const OVERRIDE; style 66 ui/gfx/platform_font_pango.h int style); style 79 ui/gfx/platform_font_pango.h int style); style 91 ui/gfx/platform_font_win.cc Font PlatformFontWin::DeriveFontWithHeight(int height, int style) { style 93 ui/gfx/platform_font_win.cc if (GetHeight() == height && GetStyle() == style) style 100 ui/gfx/platform_font_win.cc Font font = DeriveFont(-1, style); style 104 ui/gfx/platform_font_win.cc font = font.Derive(-1, style); style 116 ui/gfx/platform_font_win.cc SetLogFontStyle(style, &font_info); style 125 ui/gfx/platform_font_win.cc Font PlatformFontWin::DeriveFont(int size_delta, int style) const { style 130 ui/gfx/platform_font_win.cc SetLogFontStyle(style, &font_info); style 154 ui/gfx/platform_font_win.cc return font_ref_->style(); style 245 ui/gfx/platform_font_win.cc int style = 0; style 247 ui/gfx/platform_font_win.cc style |= Font::ITALIC; style 249 ui/gfx/platform_font_win.cc style |= Font::UNDERLINE; style 251 ui/gfx/platform_font_win.cc style |= Font::BOLD; style 254 ui/gfx/platform_font_win.cc ave_char_width, style); style 269 ui/gfx/platform_font_win.cc int style) style 276 ui/gfx/platform_font_win.cc style_(style), style 54 ui/gfx/platform_font_win.h Font DeriveFontWithHeight(int height, int style); style 57 ui/gfx/platform_font_win.h virtual Font DeriveFont(int size_delta, int style) const OVERRIDE; style 89 ui/gfx/platform_font_win.h int style); style 97 ui/gfx/platform_font_win.h int style() const { return style_; } style 218 ui/gfx/render_text.cc int style) { style 221 ui/gfx/render_text.cc SkTypeface::Style skia_style = ConvertFontStyleToSkiaTypefaceStyle(style); style 411 ui/gfx/render_text.cc for (size_t style = 0; style < NUM_TEXT_STYLES; ++style) style 412 ui/gfx/render_text.cc styles_[style].SetMax(text_length); style 647 ui/gfx/render_text.cc void RenderText::SetStyle(TextStyle style, bool value) { style 648 ui/gfx/render_text.cc styles_[style].SetValue(value); style 651 ui/gfx/render_text.cc bool invalidate = (style == BOLD) || (style == ITALIC); style 662 ui/gfx/render_text.cc void RenderText::ApplyStyle(TextStyle style, bool value, const Range& range) { style 663 ui/gfx/render_text.cc styles_[style].ApplyValue(value, range); style 666 ui/gfx/render_text.cc bool invalidate = (style == BOLD) || (style == ITALIC); style 677 ui/gfx/render_text.cc bool RenderText::GetStyle(TextStyle style) const { style 678 ui/gfx/render_text.cc return (styles_[style].breaks().size() == 1) && style 679 ui/gfx/render_text.cc styles_[style].breaks().front().second; style 127 ui/gfx/render_text.h bool style(TextStyle s) const { return style_[s]->second; } style 331 ui/gfx/render_text.h void SetStyle(TextStyle style, bool value); style 332 ui/gfx/render_text.h void ApplyStyle(TextStyle style, bool value, const Range& range); style 336 ui/gfx/render_text.h bool GetStyle(TextStyle style) const; style 208 ui/gfx/render_text_mac.cc internal::StyleIterator style(colors(), styles()); style 211 ui/gfx/render_text_mac.cc end = TextIndexToLayoutIndex(style.GetRange().end()); style 214 ui/gfx/render_text_mac.cc gfx::CGColorCreateFromSkColor(style.color())); style 219 ui/gfx/render_text_mac.cc if (style.style(UNDERLINE)) { style 229 ui/gfx/render_text_mac.cc const int traits = (style.style(BOLD) ? kCTFontBoldTrait : 0) | style 230 ui/gfx/render_text_mac.cc (style.style(ITALIC) ? kCTFontItalicTrait : 0); style 242 ui/gfx/render_text_mac.cc style.UpdatePosition(LayoutIndexToTextIndex(end)); style 351 ui/gfx/render_text_pango.cc const int style = (bold->second ? Font::BOLD : 0) | style 356 ui/gfx/render_text_pango.cc if (style != font_list().GetFontStyle()) { style 357 ui/gfx/render_text_pango.cc FontList derived_font_list = font_list().DeriveWithStyle(style); style 424 ui/gfx/render_text_pango.cc internal::StyleIterator style(colors(), styles()); style 450 ui/gfx/render_text_pango.cc style.UpdatePosition(GetGlyphTextIndex(run, style_start_glyph_index)); style 451 ui/gfx/render_text_pango.cc Range style_range = style.GetRange(); style 470 ui/gfx/render_text_pango.cc renderer.SetForegroundColor(style.color()); style 471 ui/gfx/render_text_pango.cc const int font_style = (style.style(BOLD) ? Font::BOLD : 0) | style 472 ui/gfx/render_text_pango.cc (style.style(ITALIC) ? Font::ITALIC : 0); style 477 ui/gfx/render_text_pango.cc if (style.style(UNDERLINE)) style 480 ui/gfx/render_text_pango.cc style.style(UNDERLINE), style.style(STRIKE), style 481 ui/gfx/render_text_pango.cc style.style(DIAGONAL_STRIKE)); style 482 ui/gfx/render_text_pango.cc style.UpdatePosition(glyph_text_index); style 483 ui/gfx/render_text_pango.cc style_range = style.GetRange(); style 104 ui/gfx/render_text_unittest.cc for (size_t style = 0; style < NUM_TEXT_STYLES; ++style) style 105 ui/gfx/render_text_unittest.cc EXPECT_TRUE(render_text->styles()[style].EqualsValueForTesting(false)); style 927 ui/gfx/render_text_win.cc internal::StyleIterator style(empty_colors, styles()); style 934 ui/gfx/render_text_win.cc run->font_style = (style.style(BOLD) ? Font::BOLD : 0) | style 935 ui/gfx/render_text_win.cc (style.style(ITALIC) ? Font::ITALIC : 0); style 938 ui/gfx/render_text_win.cc run->strike = style.style(STRIKE); style 939 ui/gfx/render_text_win.cc run->diagonal_strike = style.style(DIAGONAL_STRIKE); style 940 ui/gfx/render_text_win.cc run->underline = style.style(UNDERLINE); style 946 ui/gfx/render_text_win.cc TextIndexToLayoutIndex(style.GetRange().end())); style 977 ui/gfx/render_text_win.cc style.UpdatePosition(LayoutIndexToTextIndex(run_break)); style 33 ui/gfx/win/window_impl.cc UINT style; style 36 ui/gfx/win/window_impl.cc ClassInfo(int style, HICON icon) style 37 ui/gfx/win/window_impl.cc : style(style), style 42 ui/gfx/win/window_impl.cc return (other.style == style && other.icon == icon); style 107 ui/gfx/win/window_impl.cc class_info.style, style 55 ui/gfx/win/window_impl.h void set_window_style(DWORD style) { window_style_ = style; } style 59 ui/gfx/win/window_impl.h void set_window_ex_style(DWORD style) { window_ex_style_ = style; } style 86 ui/gl/gl_surface_wgl.cc intermediate_class.style = CS_OWNDC; style 32 ui/views/controls/button/blue_button.cc scoped_ptr<LabelButtonBorder> button_border(new LabelButtonBorder(style())); style 22 ui/views/controls/button/checkbox.cc scoped_ptr<LabelButtonBorder> button_border(new LabelButtonBorder(style())); style 152 ui/views/controls/button/label_button.cc void LabelButton::SetStyle(ButtonStyle style) { style 153 ui/views/controls/button/label_button.cc style_ = style; style 155 ui/views/controls/button/label_button.cc if (style == STYLE_BUTTON) { style 161 ui/views/controls/button/label_button.cc if (style == STYLE_BUTTON) { style 165 ui/views/controls/button/label_button.cc if (style == STYLE_BUTTON) style 185 ui/views/controls/button/label_button.cc if (style() == STYLE_BUTTON) { style 319 ui/views/controls/button/label_button.cc } else if (style() == STYLE_BUTTON) { style 71 ui/views/controls/button/label_button.h ButtonStyle style() const { return style_; } style 72 ui/views/controls/button/label_button.h void SetStyle(ButtonStyle style); style 52 ui/views/controls/button/label_button_border.cc LabelButtonBorder::LabelButtonBorder(Button::ButtonStyle style) style 53 ui/views/controls/button/label_button_border.cc : style_(style) { style 60 ui/views/controls/button/label_button_border.cc if (style == Button::STYLE_BUTTON) { style 86 ui/views/controls/button/label_button_border.cc } else if (style == Button::STYLE_TEXTBUTTON) { style 21 ui/views/controls/button/label_button_border.h explicit LabelButtonBorder(Button::ButtonStyle style); style 24 ui/views/controls/button/label_button_border.h Button::ButtonStyle style() const { return style_; } style 44 ui/views/controls/button/label_button_unittest.cc EXPECT_EQ(button.style(), Button::STYLE_TEXTBUTTON); style 282 ui/views/controls/combobox/combobox.cc void Combobox::SetStyle(Style style) { style 283 ui/views/controls/combobox/combobox.cc if (style_ == style) style 286 ui/views/controls/combobox/combobox.cc style_ = style; style 71 ui/views/controls/combobox/combobox.h void SetStyle(Style style); style 43 ui/views/controls/glow_hover_controller.cc void GlowHoverController::Show(Style style) { style 44 ui/views/controls/glow_hover_controller.cc switch (style) { style 48 ui/views/controls/glow_hover_controller.h void Show(Style style); style 221 ui/views/controls/link.cc const int style = font_list().GetFontStyle(); style 223 ui/views/controls/link.cc (style | gfx::Font::UNDERLINE) : (style & ~gfx::Font::UNDERLINE); style 224 ui/views/controls/link.cc if (style != intended_style) style 438 ui/views/controls/textfield/textfield.cc void Textfield::SetStyle(gfx::TextStyle style, bool value) { style 439 ui/views/controls/textfield/textfield.cc GetRenderText()->SetStyle(style, value); style 443 ui/views/controls/textfield/textfield.cc void Textfield::ApplyStyle(gfx::TextStyle style, style 446 ui/views/controls/textfield/textfield.cc GetRenderText()->ApplyStyle(style, value, range); style 163 ui/views/controls/textfield/textfield.h void SetStyle(gfx::TextStyle style, bool value); style 164 ui/views/controls/textfield/textfield.h void ApplyStyle(gfx::TextStyle style, bool value, const gfx::Range& range); style 170 ui/views/examples/button_example.cc (label_button_->style() + 1) % Button::STYLE_COUNT)); style 128 ui/views/examples/text_example.cc void SetFontStyle(int style) { style 129 ui/views/examples/text_example.cc font_list_ = font_list_.DeriveWithStyle(style); style 246 ui/views/examples/text_example.cc int style = text_view_->GetFontStyle(); style 249 ui/views/examples/text_example.cc SetFlagFromCheckbox(bold_checkbox_, &style, gfx::Font::BOLD); style 250 ui/views/examples/text_example.cc SetFlagFromCheckbox(italic_checkbox_, &style, gfx::Font::ITALIC); style 251 ui/views/examples/text_example.cc SetFlagFromCheckbox(underline_checkbox_, &style, gfx::Font::UNDERLINE); style 254 ui/views/examples/text_example.cc text_view_->SetFontStyle(style); style 139 ui/views/touchui/touch_editing_menu.cc new LabelButtonBorder(button->style())); style 28 ui/views/widget/widget_hwnd_utils.cc DWORD* style, style 31 ui/views/widget/widget_hwnd_utils.cc *style = WS_CLIPCHILDREN | WS_CLIPSIBLINGS; style 37 ui/views/widget/widget_hwnd_utils.cc *style |= WS_CHILD; style 39 ui/views/widget/widget_hwnd_utils.cc *style |= WS_MAXIMIZE; style 41 ui/views/widget/widget_hwnd_utils.cc *style |= WS_MINIMIZE; style 78 ui/views/widget/widget_hwnd_utils.cc *style |= WS_POPUP; style 83 ui/views/widget/widget_hwnd_utils.cc *style |= WS_SYSMENU | WS_CAPTION; style 87 ui/views/widget/widget_hwnd_utils.cc *style |= WS_OVERLAPPEDWINDOW; style 89 ui/views/widget/widget_hwnd_utils.cc *style |= WS_OVERLAPPED | WS_THICKFRAME; style 92 ui/views/widget/widget_hwnd_utils.cc *style |= DS_MODALFRAME; style 102 ui/views/widget/widget_hwnd_utils.cc *style |= native_widget_delegate->IsModal() ? WS_POPUP : 0; style 109 ui/views/widget/widget_hwnd_utils.cc *style &= ~(WS_THICKFRAME | WS_CAPTION); style 113 ui/views/widget/widget_hwnd_utils.cc *style |= WS_VISIBLE; style 116 ui/views/widget/widget_hwnd_utils.cc *style |= WS_POPUP; style 119 ui/views/widget/widget_hwnd_utils.cc *style |= WS_POPUP; style 120 ui/views/widget/widget_hwnd_utils.cc *style |= WS_CLIPCHILDREN; style 125 ui/views/widget/widget_hwnd_utils.cc *style |= WS_POPUP; style 130 ui/views/widget/widget_hwnd_utils.cc *style |= WS_POPUP; style 150 ui/views/widget/widget_hwnd_utils.cc DWORD style = 0; style 154 ui/views/widget/widget_hwnd_utils.cc native_widget_delegate, &style, &ex_style, style 157 ui/views/widget/widget_hwnd_utils.cc handler->set_window_style(handler->window_style() | style); style 59 ui/views/win/fullscreen_handler.cc saved_window_info_.style = GetWindowLong(hwnd_, GWL_STYLE); style 69 ui/views/win/fullscreen_handler.cc saved_window_info_.style & ~(WS_CAPTION | WS_THICKFRAME)); style 90 ui/views/win/fullscreen_handler.cc SetWindowLong(hwnd_, GWL_STYLE, saved_window_info_.style); style 40 ui/views/win/fullscreen_handler.h LONG style; style 242 ui/views/win/hwnd_message_handler.cc long style = ::GetWindowLong(window, GWL_STYLE); style 243 ui/views/win/hwnd_message_handler.cc if (!(style & WS_CHILD)) style 529 ui/views/win/hwnd_message_handler.cc LONG style = GetWindowLong(hwnd(), GWL_STYLE); style 530 ui/views/win/hwnd_message_handler.cc if (style & WS_MAXIMIZE) style 531 ui/views/win/hwnd_message_handler.cc SetWindowLong(hwnd(), GWL_STYLE, style & ~WS_MAXIMIZE); style 38 ui/views/win/hwnd_util_aurawin.cc DWORD style = ::GetWindowLong(hwnd, GWL_STYLE); style 40 ui/views/win/hwnd_util_aurawin.cc AdjustWindowRectEx(&rect, style, FALSE, ex_style); style 27 ui/wm/core/shadow.cc float GetOpacityForStyle(wm::Shadow::Style style) { style 28 ui/wm/core/shadow.cc switch (style) { style 39 ui/wm/core/shadow.cc int GetInteriorInsetForStyle(wm::Shadow::Style style) { style 40 ui/wm/core/shadow.cc switch (style) { style 61 ui/wm/core/shadow.cc void Shadow::Init(Style style) { style 62 ui/wm/core/shadow.cc style_ = style; style 78 ui/wm/core/shadow.cc void Shadow::SetStyle(Style style) { style 79 ui/wm/core/shadow.cc if (style_ == style) style 83 ui/wm/core/shadow.cc style_ = style; style 90 ui/wm/core/shadow.cc if (style == STYLE_SMALL || old_style == STYLE_SMALL) { style 92 ui/wm/core/shadow.cc image_grid_->layer()->SetOpacity(GetOpacityForStyle(style)); style 99 ui/wm/core/shadow.cc if (style == STYLE_ACTIVE) { style 41 ui/wm/core/shadow.h void Init(Style style); style 50 ui/wm/core/shadow.h Style style() const { return style_; } style 56 ui/wm/core/shadow.h void SetStyle(Style style); style 137 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_ACTIVE, shadow1->style()); style 151 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_INACTIVE, shadow1->style()); style 152 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_ACTIVE, shadow2->style()); style 168 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_SMALL, tooltip_shadow->style()); style 179 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_SMALL, menu_shadow->style()); style 198 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_ACTIVE, shadow1->style()); style 214 ui/wm/core/shadow_controller_unittest.cc EXPECT_EQ(Shadow::STYLE_ACTIVE, shadow1->style()); style 222 win8/metro_driver/ime/text_store.cc selection_buffer[0].style.ase = TS_AE_END; style 223 win8/metro_driver/ime/text_store.cc selection_buffer[0].style.fInterimChar = FALSE; style 655 win8/metro_driver/ime/text_store.cc selection.style.ase = TS_AE_NONE; style 656 win8/metro_driver/ime/text_store.cc selection.style.fInterimChar = 0; style 38 win8/metro_driver/metro_driver_win7.cc wcex.style = CS_HREDRAW | CS_VREDRAW;