HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 426 - 450 of 12288) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_layout_type_prefs.cc 16 static_cast<int>(TAB_STRIP_LAYOUT_SHRINK));
  /external/chromium_org/chrome/common/
content_settings.cc 10 CONTENT_SETTING_DEFAULT : static_cast<ContentSetting>(content_setting);
  /external/chromium_org/chrome/renderer/prerender/
prerender_extra_data.cc 27 return static_cast<const PrerenderExtraData&>(*prerender.extraData());
  /external/chromium_org/components/nacl/loader/
nacl_validation_query.cc 120 return static_cast<NaClValidationQueryContext*>(handle)->CreateQuery();
124 static_cast<NaClValidationQuery*>(query)->AddData(data, length);
128 return static_cast<NaClValidationQuery*>(query)->QueryKnownToValidate();
132 static_cast<NaClValidationQuery*>(query)->SetKnownToValidate();
136 delete static_cast<NaClValidationQuery*>(query);
145 bool ok = static_cast<NaClValidationQueryContext*>(handle)->
148 *file_path = static_cast<char*>(malloc(path.length() + 1));
152 *file_path_length = static_cast<uint32>(path.length());
161 static_cast<NaClValidationCache*>(malloc(sizeof(NaClValidationCache)));
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 122 static_cast<WebContentsImpl*>(shell()->web_contents());
123 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>(
125 WebContentsViewAura* view_aura = static_cast<WebContentsViewAura*>(
129 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
172 static_cast<WebContentsImpl*>(shell()->web_contents());
173 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>(
175 WebContentsViewAura* view_aura = static_cast<WebContentsViewAura*>(
179 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
215 static_cast<WebContentsImpl*>(shell()->web_contents());
216 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>
    [all...]
  /external/chromium_org/content/public/test/
test_renderer_host.cc 34 return static_cast<TestRenderViewHost*>(host);
40 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
47 return static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out();
53 return static_cast<RenderViewHostImpl*>(rvh)->OnMessageReceived(msg);
95 return static_cast<TestWebContents*>(web_contents())->
108 return static_cast<MockRenderProcessHost*>(active_rvh()->GetProcess());
135 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
142 static_cast<TestRenderViewHost*>(
150 static_cast<TestRenderViewHost*>(
web_contents_tester.cc 20 return static_cast<TestWebContents*>(contents);
  /external/chromium_org/content/renderer/
password_form_conversion_utils_browsertest.cc 45 ASSERT_NE(static_cast<WebFrame*>(NULL), frame);
54 ASSERT_NE(static_cast<PasswordForm*>(NULL), password_form.get());
79 ASSERT_NE(static_cast<WebFrame*>(NULL), frame);
88 EXPECT_EQ(static_cast<PasswordForm*>(NULL), password_form.get());
  /external/chromium_org/content/renderer/pepper/
mock_resource.h 14 // static_cast to get its own implementation.
pepper_truetype_font_win.cc 122 desc->weight = static_cast<PP_TrueTypeFontWeight_Dev>(font_desc.lfWeight);
125 static_cast<PP_TrueTypeFontCharset_Dev>(font_desc.lfCharSet);
195 uint32_t tag = static_cast<uint32_t>(entry[0]) << 24 |
196 static_cast<uint32_t>(entry[1]) << 16 |
197 static_cast<uint32_t>(entry[2]) << 8 |
198 static_cast<uint32_t>(entry[3]);
222 DWORD safe_offset = std::min(static_cast<DWORD>(offset), table_size);
224 static_cast<DWORD>(max_data_length));
231 return static_cast<int32_t>(table_size);
  /external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc 43 static_cast<EDataFlow>(eConsole), static_cast<ERole>(eRender),
49 static_cast<EDataFlow>(eConsole), static_cast<ERole>(eRender),
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
reverse.cc 11 char* reversed = static_cast<char*>(malloc(len + 1));
  /external/chromium_org/net/base/
io_buffer.cc 43 : IOBuffer(static_cast<char*>(NULL)),
45 CHECK_LT(s.size(), static_cast<size_t>(INT_MAX));
96 real_data_.reset(static_cast<char*>(realloc(real_data_.release(), capacity)));
126 data_ = const_cast<char*>(static_cast<const char*>(pickle_.data()));
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 31 << static_cast<int>(packets_entropy_hash_)
33 << " entropy hash: " << static_cast<int>(entropy_hash);
67 << "Invalid entropy hash: " << static_cast<int>(entropy_hash)
68 << " expected entropy hash: " << static_cast<int>(expected_entropy_hash);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 48 static_cast<ContentDecryptor_Private*>(object)->GenerateKeyRequest(
78 static_cast<ContentDecryptor_Private*>(object)->AddKey(
94 static_cast<ContentDecryptor_Private*>(object)->CancelKeyRequest(
109 static_cast<ContentDecryptor_Private*>(object)->Decrypt(
125 static_cast<ContentDecryptor_Private*>(object)->InitializeAudioDecoder(
141 static_cast<ContentDecryptor_Private*>(object)->InitializeVideoDecoder(
153 static_cast<ContentDecryptor_Private*>(object)->DeinitializeDecoder(
165 static_cast<ContentDecryptor_Private*>(object)->ResetDecoder(decoder_type,
180 static_cast<ContentDecryptor_Private*>(object)->DecryptAndDecode(
  /external/chromium_org/ppapi/shared_impl/
time_conversion_unittest.cc 20 static_cast<double>(kTimeInternalValueSlop) /
28 abs(static_cast<int>((converted - now).ToInternalValue())));
58 abs(static_cast<int>((converted - epoch).ToInternalValue())));
69 abs(static_cast<int>(
  /external/chromium_org/ppapi/utility/private/
network_list_observer_private.cc 28 static_cast<NetworkListObserverPrivate*>(user_data);
  /external/chromium_org/sync/syncable/
entry.cc 126 << std::setfill('0') << static_cast<unsigned int>(*i);
135 << kernel->ref(static_cast<Int64Field>(i)) << ", ";
139 << GetTimeDebugString(kernel->ref(static_cast<TimeField>(i))) << ", ";
143 << kernel->ref(static_cast<IdField>(i)) << ", ";
147 if (kernel->ref(static_cast<BitField>(i)))
151 const std::string& field = kernel->ref(static_cast<StringField>(i));
157 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString(),
164 << kernel->ref(static_cast<UniquePositionField>(i)).ToDebugString()
169 if (kernel->ref(static_cast<BitTemp>(i)))
syncable_enum_conversions.cc 18 COMPILE_ASSERT(static_cast<int>(enum_min) == \
19 static_cast<int>(expected_min), \
21 COMPILE_ASSERT(static_cast<int>(enum_max) == \
22 static_cast<int>(expected_max), \
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuList.cpp 47 RenderMenuList* menuList = static_cast<RenderMenuList*>(m_renderer);
65 static_cast<AccessibilityMockObject*>(list)->setParent(this);
87 return !static_cast<RenderMenuList*>(m_renderer)->popupIsVisible();
109 if (AccessibilityMenuListPopup* popup = static_cast<AccessibilityMenuListPopup*>(childObjects[0].get()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 59 CSSPropertyID id() const { return static_cast<CSSPropertyID>(propertyMetadata().m_propertyID); }
102 CSSParserMode cssParserMode() const { return static_cast<CSSParserMode>(m_cssParserMode); }
229 return static_cast<const MutableStylePropertySet&>(m_propertySet).m_propertyVector.at(m_index).metadata();
230 return static_cast<const ImmutableStylePropertySet&>(m_propertySet).metadataArray()[m_index];
236 return static_cast<const MutableStylePropertySet&>(m_propertySet).m_propertyVector.at(m_index).value();
237 return static_cast<const ImmutableStylePropertySet&>(m_propertySet).valueArray()[m_index];
243 return static_cast<const MutableStylePropertySet*>(this)->m_propertyVector.size();
258 delete static_cast<MutableStylePropertySet*>(this);
260 delete static_cast<ImmutableStylePropertySet*>(this);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebFloatQuad.cpp 43 int left = static_cast<int>(floorf(min(min(min(p[0].x, p[1].x), p[2].x), p[3].x)));
44 int top = static_cast<int>(floorf(min(min(min(p[0].y, p[1].y), p[2].y), p[3].y)));
45 int right = static_cast<int>(ceilf(max(max(max(p[0].x, p[1].x), p[2].x), p[3].x)));
46 int bottom = static_cast<int>(ceilf(max(max(max(p[0].y, p[1].y), p[2].y), p[3].y)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 38 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node());
59 return static_cast<SVGTextPathElement*>(node())->startOffsetCurrentValue().valueAsPercentage();
64 return static_cast<SVGTextPathElement*>(node())->spacingCurrentValue() == SVGTextPathSpacingExact;
69 return static_cast<SVGTextPathElement*>(node())->methodCurrentValue() == SVGTextPathMethodStretch;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedListPropertyTearOff.h 46 return static_cast<ListProperty*>(m_baseVal.get());
53 return static_cast<ListProperty*>(m_animVal.get());
63 return static_cast<ListPropertyTearOff*>(m_baseVal.get())->findItem(static_cast<ListItemTearOff*>(property));
70 static_cast<ListPropertyTearOff*>(m_baseVal.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
82 return static_cast<ListProperty*>(m_animVal.get())->values();
101 ListProperty* animVal = static_cast<ListProperty*>(this->animVal());
114 ListProperty* animVal = static_cast<ListProperty*>(m_animVal.get());
133 ListProperty* animVal = static_cast<ListProperty*>(m_animVal.get());
SVGPathSegListPropertyTearOff.cpp 38 static_cast<SVGPathSegWithContext*>(item.get())->setContextAndRole(0, PathSegUndefinedRole);
56 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->contextElement() == contextElement());
57 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
73 static_cast<SVGPathSegWithContext*>(replacedItem.get())->setContextAndRole(0, PathSegUndefinedRole);
84 static_cast<SVGPathSegWithContext*>(removedItem.get())->setContextAndRole(0, PathSegUndefinedRole);
97 SVGPathSegWithContext* newItemWithContext = static_cast<SVGPathSegWithContext*>(newItem.get());
114 SVGAnimatedPathSegListPropertyTearOff* propertyTearOff = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem);
119 if (!livesInOtherList && indexToModify && static_cast<unsigned>(indexToRemove) == *indexToModify)
131 if (static_cast<unsigned>(indexToRemove) < index)

Completed in 891 milliseconds

<<11121314151617181920>>