/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 13 #include "content/common/property_bag.h"
|
html_dialog_ui.cc | 49 tab_contents()->property_bag()); 66 tab_contents()->property_bag());
|
constrained_html_ui.cc | 61 GetPropertyAccessor().GetProperty(tab_contents()->property_bag());
|
html_dialog_ui.h | 13 #include "content/common/property_bag.h"
|
/external/chromium/chrome/browser/ui/touch/frame/ |
touch_browser_frame_view.cc | 179 contents->property_bag()) : NULL; 218 contents->property_bag()); 240 source_tab->property_bag(), editable); 251 Source<TabContents>(source).ptr()->property_bag());
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui.cc | 21 #include "content/common/property_bag.h" 311 ui->tab_contents()->property_bag()); 321 contents->property_bag(),
|
/external/chromium/chrome/browser/ui/views/ |
constrained_html_delegate_gtk.cc | 84 html_tab_contents_.property_bag(), this);
|
constrained_html_delegate_win.cc | 85 html_tab_contents_.property_bag(), this);
|
keyboard_overlay_dialog_view.cc | 58 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
|
html_dialog_view.cc | 222 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
|
select_file_dialog.cc | 489 GetProperty(web_ui_->tab_contents()->property_bag());
|
/external/chromium/chrome/browser/ui/gtk/ |
constrained_html_delegate_gtk.cc | 79 tab_.tab_contents()->property_bag(), this);
|
html_dialog_gtk.cc | 135 tab_->tab_contents()->property_bag(), this);
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 23 #include "content/common/property_bag.h" 319 renderer->property_bag(), contents); 351 widget->property_bag());
|
tab_contents.h | 67 #include "chrome/common/property_bag.h" 167 const PropertyBag* property_bag() const { return &property_bag_; } function in class:TabContents 168 PropertyBag* property_bag() { return &property_bag_; } function in class:TabContents [all...] |
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper.cc | 56 property_accessor()->SetProperty(contents->property_bag(), this); 208 property_accessor()->GetProperty(contents->property_bag());
|
/external/chromium/chrome/browser/ui/cocoa/ |
constrained_html_delegate_mac.mm | 85 tab_contents_.property_bag(), this);
|
html_dialog_window_controller.mm | 271 HtmlDialogUI::GetPropertyAccessor().SetProperty(tabContents_->property_bag(),
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_views.cc | 291 tab->property_bag(), 311 GetStateAccessor()->GetProperty(contents->property_bag());
|
autocomplete_edit_view_mac.mm | 112 GetStateAccessor()->SetProperty(tab->property_bag(), state); 115 return GetStateAccessor()->GetProperty(tab->property_bag()); [all...] |
autocomplete_edit_view_gtk.cc | 462 tab->property_bag(), 480 GetStateAccessor()->GetProperty(contents->property_bag()); [all...] |
autocomplete_edit_view_win.cc | 533 GetStateAccessor()->SetProperty(tab->property_bag(), 567 tab_for_state_restoring->property_bag()); [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.h | 38 #include "content/common/property_bag.h" 476 PropertyBag property_bag; member in struct:ExtensionService::ExtensionRuntimeData
|
extension_service.cc | [all...] |
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_unittest.cc | 38 #include "content/common/property_bag.h" 181 GetIDAccessor()->SetProperty(contents->property_bag(), id); 186 return *GetIDAccessor()->GetProperty(contents->property_bag()); [all...] |