Home
last modified time | relevance | path

Searched refs:ViewType (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/extensions/browser/
Dview_type_utils.cc20 explicit ViewTypeUserData(ViewType type) : type_(type) {} in ViewTypeUserData()
22 ViewType type() { return type_; } in type()
25 ViewType type_;
30 ViewType GetViewType(WebContents* tab) { in GetViewType()
40 void SetViewType(WebContents* tab, ViewType type) { in SetViewType()
Dview_type_utils.h19 ViewType GetViewType(content::WebContents* tab);
20 void SetViewType(content::WebContents* tab, ViewType type);
Dextension_host.h52 const GURL& url, ViewType host_type);
67 ViewType extension_host_type() const { return extension_host_type_; } in extension_host_type()
176 ViewType extension_host_type_;
/external/chromium_org/ash/system/chromeos/power/
Dpower_status_view.h22 enum ViewType { enum
27 PowerStatusView(ViewType view_type, bool default_view_right_align);
65 ViewType view_type_;
Dpower_status_view_unittest.cc36 virtual PowerStatusView::ViewType GetViewType() = 0;
56 virtual PowerStatusView::ViewType GetViewType() OVERRIDE { in GetViewType()
82 virtual PowerStatusView::ViewType GetViewType() OVERRIDE { in GetViewType()
/external/chromium_org/extensions/renderer/
Dextension_helper.h40 ViewType view_type);
51 ViewType view_type() const { return view_type_; } in view_type()
90 void OnNotifyRendererViewType(ViewType view_type);
101 ViewType view_type_;
Dextension_helper.cc53 ViewType view_type) in ViewAccumulator()
88 static bool ViewTypeMatches(ViewType type, ViewType match) { in ViewTypeMatches()
101 ViewType view_type_;
111 ViewType view_type) { in GetExtensionViews()
314 void ExtensionHelper::OnNotifyRendererViewType(ViewType type) { in OnNotifyRendererViewType()
/external/chromium_org/chrome/browser/extensions/
Dextension_view_host_factory.cc33 ViewType view_type) { in CreateViewHostForExtension()
56 ViewType view_type) { in CreateViewHostForIncognito()
96 extensions::ViewType view_type) { in CreateViewHost()
Dextension_webkit_preferences.h19 extensions::ViewType render_view_type,
Dextension_webkit_preferences.cc16 extensions::ViewType render_view_type, in SetPreferences()
Dextension_view_host_mac.h22 ViewType host_type) : in ExtensionViewHostMac()
/external/chromium_org/third_party/WebKit/Source/wtf/
DArrayBufferView.h42 enum ViewType { enum
54 virtual ViewType type() const = 0;
DInt32Array.h50 virtual ViewType type() const OVERRIDE in type()
DFloat32Array.h57 virtual ViewType type() const OVERRIDE in type()
DUint32Array.h52 virtual ViewType type() const OVERRIDE in type()
DUint16Array.h52 virtual ViewType type() const OVERRIDE in type()
DUint8Array.h52 virtual ViewType type() const OVERRIDE in type()
DInt16Array.h51 virtual ViewType type() const OVERRIDE in type()
DInt8Array.h52 virtual ViewType type() const OVERRIDE in type()
DFloat64Array.h57 virtual ViewType type() const OVERRIDE in type()
DUint8ClampedArray.h57 virtual ViewType type() const OVERRIDE in type()
/external/chromium_org/extensions/common/
Dview_type.h15 enum ViewType { enum
/external/chromium_org/chrome/browser/task_manager/
Dextension_information.cc107 extensions::ViewType view_type = extensions::GetViewType(web_contents); in IsBackground()
159 extensions::ViewType view_type = extensions::GetViewType(web_contents); in CheckOwnership()
/external/chromium_org/chrome/browser/renderer_context_menu/
Dcontext_menu_content_type_factory.cc36 const extensions::ViewType view_type = extensions::GetViewType(web_contents); in Create()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCrypto.cpp44 ArrayBufferView::ViewType type = array->type(); in isIntegerArray()

12