OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
1626 - 1650
of
12288
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGridTemplateValue.h
62
return
static_cast
<CSSGridTemplateValue*>(value);
68
return
static_cast
<const CSSGridTemplateValue*>(value);
CSSImageValue.h
73
return
static_cast
<CSSImageValue*>(value);
79
return
static_cast
<const CSSImageValue*>(value);
CSSVariableValue.h
65
return
static_cast
<CSSVariableValue*>(value);
71
return
static_cast
<const CSSVariableValue*>(value);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DeviceOrientationController.cpp
57
return
static_cast
<DeviceOrientationClient*>(m_client);
77
return
static_cast
<DeviceOrientationController*>(Supplement<Page>::from(page, supplementName()));
LiveNodeList.cpp
57
const HTMLCollection* cacheBase =
static_cast
<const HTMLCollection*>(this);
66
const HTMLCollection* cacheBase =
static_cast
<const HTMLCollection*>(this);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h
109
return
static_cast
<HTMLDocument*>(document);
115
return
static_cast
<const HTMLDocument*>(document);
HTMLPlugInElement.h
103
return
static_cast
<HTMLPlugInElement*>(node);
109
return
static_cast
<const HTMLPlugInElement*>(node);
HTMLTableCellElement.h
78
return
static_cast
<HTMLTableCellElement*>(node);
83
return
static_cast
<const HTMLTableCellElement*>(node);
HTMLTemplateElement.h
61
return const_cast<HTMLTemplateElement*>(toHTMLTemplateElement(
static_cast
<const Node*>(node)));
69
return
static_cast
<const HTMLTemplateElement*>(node);
ImageData.cpp
54
||
static_cast
<unsigned>(dataSize.unsafeGet()) > byteArray->length())
71
ASSERT_WITH_SECURITY_IMPLICATION(
static_cast
<unsigned>(size.width() * size.height() * 4) <= m_data->length());
ImageDocument.h
78
return
static_cast
<ImageDocument*>(document);
84
return
static_cast
<const ImageDocument*>(document);
/external/chromium_org/third_party/WebKit/Source/core/platform/
LinkHash.h
40
static unsigned hash(LinkHash key) { return
static_cast
<unsigned>(key); }
48
unsigned hash =
static_cast
<unsigned>(hash64);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterArrayParameter.h
56
const CustomFilterArrayParameter* fromArray =
static_cast
<const CustomFilterArrayParameter*>(from);
73
const CustomFilterArrayParameter* other =
static_cast
<const CustomFilterArrayParameter*>(&o);
CustomFilterNumberParameter.h
55
const CustomFilterNumberParameter* fromNumber =
static_cast
<const CustomFilterNumberParameter*>(from);
68
const CustomFilterNumberParameter* other =
static_cast
<const CustomFilterNumberParameter*>(&o);
CustomFilterTransformParameter.h
54
const CustomFilterTransformParameter* fromTransformParameter =
static_cast
<const CustomFilterTransformParameter*>(fromParameter);
72
const CustomFilterTransformParameter* other =
static_cast
<const CustomFilterTransformParameter*>(&o);
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiContext.h
45
WTF::Unicode::Direction dir() const { return
static_cast
<WTF::Unicode::Direction>(m_direction); }
47
BidiEmbeddingSource source() const { return
static_cast
<BidiEmbeddingSource>(m_source); }
/external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h
66
return
static_cast
<PluginView*>(widget);
72
return
static_cast
<const PluginView*>(widget);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBR.h
67
return
static_cast
<RenderBR*>(object);
73
return
static_cast
<const RenderBR*>(object);
RenderButton.h
74
return
static_cast
<RenderButton*>(object);
80
return
static_cast
<const RenderButton*>(object);
RenderIFrame.h
64
return
static_cast
<RenderIFrame*>(object);
70
return
static_cast
<const RenderIFrame*>(object);
RenderLayerModelObject.h
78
return
static_cast
<RenderLayerModelObject*>(object);
84
return
static_cast
<const RenderLayerModelObject*>(object);
RenderLazyBlock.h
84
return
static_cast
<RenderLazyBlock*>(object);
90
return
static_cast
<const RenderLazyBlock*>(object);
RenderListMarker.h
92
return
static_cast
<RenderListMarker*>(object);
98
return
static_cast
<const RenderListMarker*>(object);
RenderMultiColumnBlock.h
79
return
static_cast
<RenderMultiColumnBlock*>(object);
85
return
static_cast
<const RenderMultiColumnBlock*>(object);
RenderRubyRun.h
84
return
static_cast
<RenderRubyRun*>(object);
90
return
static_cast
<const RenderRubyRun*>(object);
Completed in 1101 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>