OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
2001 - 2025
of
12288
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/ppapi/thunk/
ppb_cursor_control_thunk.cc
26
static_cast
<PP_MouseCursor_Type>(type), custom_image, hot_spot);
/external/chromium_org/printing/
image.cc
77
success = (write_bytes ==
static_cast
<int>(compressed.size()));
135
double total_pixels =
static_cast
<double>(size_.width()) *
136
static_cast
<double>(height);
137
return
static_cast
<double>(pixels_different) / total_pixels * 100.;
metafile_skia_wrapper.cc
39
return
static_cast
<MetafileSkiaWrapper*>(value)->metafile_;
/external/chromium_org/remoting/base/
running_average_unittest.cc
19
EXPECT_EQ(
static_cast
<double>(kTestValues[i]), running_average.Average());
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
123
int delta_x =
static_cast
<int>(wheel_delta_x_);
124
int delta_y =
static_cast
<int>(wheel_delta_y_);
137
int ticks_x =
static_cast
<int>(wheel_ticks_x_);
138
int ticks_y =
static_cast
<int>(wheel_ticks_y_);
/external/chromium_org/remoting/host/
json_host_config.cc
58
DictionaryValue* dictionary =
static_cast
<DictionaryValue*>(value.release());
/external/chromium_org/rlz/lib/
lib_values.cc
147
if (strcmp(name, GetAccessPointName(
static_cast
<AccessPoint>(i))) == 0) {
148
*point =
static_cast
<AccessPoint>(i);
182
if (strcmp(name, GetEventName(
static_cast
<Event>(i))) == 0) {
183
*event =
static_cast
<Event>(i);
/external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc
34
ASSERT_EQ(
static_cast
<int>(kMaxEntries), debug_info.events_size());
/external/chromium_org/sync/syncable/
syncable_enum_conversions_unittest.cc
25
const std::string& str = enum_string_fn(
static_cast
<T>(i));
write_transaction_info.cc
40
base::Uint64ToString(
static_cast
<uint64>(mutations_size)) +
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptEventListener.cpp
98
V8AbstractEventListener* v8Listener =
static_cast
<V8AbstractEventListener*>(listener);
114
V8AbstractEventListener* v8Listener =
static_cast
<V8AbstractEventListener*>(listener);
127
V8AbstractEventListener* v8Listener =
static_cast
<V8AbstractEventListener*>(listener);
139
V8AbstractEventListener* v8Listener =
static_cast
<V8AbstractEventListener*>(listener);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityListBox.cpp
97
AccessibilityListBoxOption* listBoxOption =
static_cast
<AccessibilityListBoxOption*>(m_children[i].get());
108
static_cast
<AccessibilityListBoxOption*>(obj)->setSelected(true);
121
if (
static_cast
<AccessibilityListBoxOption*>(m_children[i].get())->isSelected())
133
static_cast
<AccessibilityListBoxOption*>(listBoxObject)->setHTMLElement(element);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.cpp
44
return
static_cast
<CSSImageGeneratorValue*>(value)->isPending();
57
return
static_cast
<CSSImageGeneratorValue*>(value)->knownToBeOpaque(renderer);
78
static_cast
<CSSImageGeneratorValue*>(value)->loadSubimages(fetcher);
196
client->imageChanged(
static_cast
<WrappedImagePtr>(this));
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleObserver.cpp
45
return
static_cast
<ScriptExecutionContext*>(m_lifecycleContext);
MutationRecord.cpp
171
return adoptRef(
static_cast
<MutationRecord*>(new ChildListRecord(target, added, removed, previousSibling, nextSibling)));
176
return adoptRef(
static_cast
<MutationRecord*>(new AttributesRecord(target, name, oldValue)));
181
return adoptRef(
static_cast
<MutationRecord*>(new CharacterDataRecord(target, oldValue)));
186
return adoptRef(
static_cast
<MutationRecord*>(new MutationRecordWithNullOldValue(record)));
NodeFilter.cpp
33
return m_condition ? m_condition->acceptNode(state, node) :
static_cast
<short>(FILTER_ACCEPT);
UIEventWithKeyState.cpp
30
return
static_cast
<UIEventWithKeyState*>(e);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp
137
m_requestCallback->sendSuccess(
static_cast
<int>(errorCode), entry);
175
reportResult(
static_cast
<FileError::ErrorCode>(0), result);
206
m_requestCallback->sendSuccess(
static_cast
<int>(errorCode), entries);
246
m_directoryReader =
static_cast
<DirectoryEntry*>(entry)->createReader();
267
reportResult(
static_cast
<FileError::ErrorCode>(0), m_entries);
333
m_requestCallback->sendSuccess(
static_cast
<int>(errorCode), metadata);
383
reportResult(
static_cast
<FileError::ErrorCode>(0), result);
428
m_requestCallback->sendSuccess(
static_cast
<int>(errorCode), result, charset);
484
static_cast
<FileEntry*>(entry)->file(successCallback, errorCallback);
507
String result = base64Encode(
static_cast
<char*>(buffer->data()), buffer->byteLength())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleObserver.cpp
45
return
static_cast
<Page*>(lifecycleContext());
/external/chromium_org/third_party/WebKit/Source/core/platform/
CalculationValue.h
120
return type() == o.type() && *this ==
static_cast
<const CalcExpressionNumber&>(o);
147
return type() == o.type() && *this ==
static_cast
<const CalcExpressionLength&>(o);
176
return type() == o.type() && *this ==
static_cast
<const CalcExpressionBinaryOperation&>(o);
205
return type() == o.type() && *this ==
static_cast
<const CalcExpressionBlendLength&>(o);
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
SoundChromiumWin.cpp
36
MessageBeep(
static_cast
<UINT>(-1));
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebHTTPBody.cpp
46
assign(
static_cast
<WebHTTPBodyPrivate*>(FormData::create().leakRef()));
175
: m_private(
static_cast
<WebHTTPBodyPrivate*>(data.leakRef()))
181
assign(
static_cast
<WebHTTPBodyPrivate*>(data.leakRef()));
202
assign(
static_cast
<WebHTTPBodyPrivate*>(m_private->copy().leakRef()));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPoint.cpp
92
transform.map(
static_cast
<double>(m_x),
static_cast
<double>(m_y), newX, newY);
99
transform.map(
static_cast
<double>(m_x),
static_cast
<double>(m_y), newX, newY);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp
111
CTRunRef ctRun =
static_cast
<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));
115
CTFontRef runFont =
static_cast
<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
137
if (stringIndices[i] >=
static_cast
<CFIndex>(length)) {
150
if (stringIndices[i] >=
static_cast
<CFIndex>(length)) {
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.cpp
62
return
static_cast
<RTCPeerConnectionHandler*>(handler)->m_webHandler.get();
186
m_client->didChangeSignalingState(
static_cast
<RTCPeerConnectionHandlerClient::SignalingState>(state));
191
m_client->didChangeIceGatheringState(
static_cast
<RTCPeerConnectionHandlerClient::IceGatheringState>(state));
196
m_client->didChangeIceConnectionState(
static_cast
<RTCPeerConnectionHandlerClient::IceConnectionState>(state));
Completed in 588 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>