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

<<61626364656667686970>>

  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 73 int load_flags = static_cast<
111 static_cast<net::NetLogHttpRequestParameter*>(params)->GetHeaders();
121 static_cast<net::NetLogHttpResponseParameter*>(params)->GetHeaders();
132 uint32 http_stream_job_id = static_cast<net::NetLogSourceParameter*>(
164 uint32 socket_id = static_cast<net::NetLogSourceParameter*>(
210 DictionaryValue* dValue = static_cast<DictionaryValue*>(value);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell_unittest.mm 96 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
157 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
185 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
219 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
240 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
287 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
  /external/chromium/net/base/
cert_verifier_unittest.cc 49 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
87 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
124 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
178 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
233 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
267 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert);
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 83 return static_cast<DrawableTile*>(tiler_->TileAt(i, j));
121 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second);
132 TiledLayerImpl* tiled_layer = static_cast<TiledLayerImpl*>(layer);
142 DrawableTile* tile = static_cast<DrawableTile*>(iter->second);
245 float tile_width = static_cast<float>(tiler_->tile_size().width());
246 float tile_height = static_cast<float>(tiler_->tile_size().height());
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 122 static_cast<size_t>(name_iter - name.begin()) : string16::npos;
134 static_cast<size_t>(url_iter - url.begin()) : string16::npos;
204 double fraction_boost = static_cast<double>(200) *
219 400 * (1.0 - (std::pow(static_cast<double>(2), -info.typed_count())));
221 int relevance = 575 + static_cast<int>(type_count_boost) +
222 static_cast<int>(fraction_boost);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 59 Profile* profile = static_cast<Profile*>(context);
67 return new BookmarkModel(static_cast<Profile*>(profile));
72 return new HistoryMock(static_cast<Profile*>(profile));
85 history_service_ = static_cast<HistoryMock*>(
104 bookmark_model_ = static_cast<BookmarkModel*>(
109 bookmark_model_ = static_cast<BookmarkModel*>(
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell_unittest.mm 97 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
157 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
185 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
219 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
240 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
287 static_cast<AutocompleteTextFieldCell*>([view_ cell]);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
base_screen_handler.h 150 base::Bind(method, base::Unretained(static_cast<T*>(this))));
156 base::Bind(method, base::Unretained(static_cast<T*>(this)));
164 base::Bind(method, base::Unretained(static_cast<T*>(this)));
173 base::Bind(method, base::Unretained(static_cast<T*>(this)));
182 base::Bind(method, base::Unretained(static_cast<T*>(this)));
191 base::Bind(method, base::Unretained(static_cast<T*>(this)));
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 149 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
164 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
179 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
202 return static_cast<WebDataServiceWrapper*>(
213 return static_cast<WebDataServiceWrapper*>(
229 return new WebDataServiceWrapper(static_cast<Profile*>(profile));
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 123 static_cast<BrowserAccessibilityAndroid*>(node);
150 return static_cast<jint>(root_->renderer_id());
156 static_cast<BrowserAccessibilityAndroid*>(
176 BrowserAccessibilityAndroid* node = static_cast<BrowserAccessibilityAndroid*>(
228 BrowserAccessibilityAndroid* node = static_cast<BrowserAccessibilityAndroid*>(
310 static_cast<BrowserAccessibilityAndroid*>(start_node);
  /external/chromium_org/media/base/
audio_buffer.cc 53 data_.reset(static_cast<uint8*>(base::AlignedAlloc(
75 static_cast<uint8*>(base::AlignedAlloc(data_size, kChannelAlignment)));
226 double offset = static_cast<double>(duration_.InMicroseconds()) *
229 base::TimeDelta::FromMicroseconds(static_cast<int64>(offset));
244 double offset = static_cast<double>(duration_.InMicroseconds()) *
247 base::TimeDelta::FromMicroseconds(static_cast<int64>(offset));
  /external/chromium_org/net/base/
net_log_logger.cc 80 dict->SetInteger(# label, static_cast<int>(value));
106 dict->SetInteger(# label, static_cast<int>(value));
120 error = static_cast<net::QuicErrorCode>(error + 1)) {
122 static_cast<int>(error));
135 error = static_cast<net::QuicRstStreamErrorCode>(error + 1)) {
137 static_cast<int>(error));
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
FFTFrame.cpp 96 realP[0] = static_cast<float>(s1base * realP1[0] + s2base * realP2[0]);
97 imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base * imagP2[0]);
171 realP[i] = static_cast<float>(c.real());
172 imagP[i] = static_cast<float>(c.imag());
246 realP[i] = static_cast<float>(c2.real());
247 imagP[i] = static_cast<float>(c2.imag());
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebURLRequest.cpp 152 return static_cast<WebURLRequest::CachePolicy>(
159 static_cast<ResourceRequestCachePolicy>(cachePolicy));
244 TargetType targetType = static_cast<TargetType>(m_private->m_resourceRequest->targetType());
263 static_cast<ResourceRequest::TargetType>(targetType));
311 return static_cast<ExtraDataContainer*>(data.get())->extraData();
329 return static_cast<WebURLRequest::Priority>(
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 164 const ReferenceFilterOperation* other = static_cast<const ReferenceFilterOperation*>(&o);
199 const BasicColorMatrixFilterOperation* other = static_cast<const BasicColorMatrixFilterOperation*>(&o);
233 const BasicComponentTransferFilterOperation* other = static_cast<const BasicComponentTransferFilterOperation*>(&o);
266 const GammaFilterOperation* other = static_cast<const GammaFilterOperation*>(&o);
302 const BlurFilterOperation* other = static_cast<const BlurFilterOperation*>(&o);
339 const DropShadowFilterOperation* other = static_cast<const DropShadowFilterOperation*>(&o);
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandle.cpp 134 LOG(Network, "SocketStreamHandleInternal %p didReceiveData() Received %lu bytes", this, static_cast<unsigned long>(data.size()));
198 m_client->didUpdateBufferedAmount(static_cast<SocketStreamHandle*>(this), bufferedAmount());
213 m_client->didUpdateBufferedAmount(static_cast<SocketStreamHandle*>(this), bufferedAmount());
230 RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // closeInternal calls the client, which may make the handle get deallocated immediately.
257 pending = bytesWritten != static_cast<int>(m_buffer.firstBlockSize());
264 m_client->didUpdateBufferedAmount(static_cast<SocketStreamHandle*>(this), bufferedAmount());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 113 InlineTextBox* textBox = static_cast<InlineTextBox*>(box);
114 if (static_cast<unsigned>(caretOffset) < textBox->start() || static_cast<unsigned>(caretOffset) > textBox->start() + textBox->len())
118 if (static_cast<unsigned>(caretOffset) < textBox->start() + textBox->len()) {
145 ASSERT(position < static_cast<int>(textLength()));
151 const SVGCharacterDataMap::const_iterator it = m_layoutAttributes.characterDataMap().find(static_cast<unsigned>(position + 1));
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
StringBuilder.cpp 108 builderForUChar32Append.append(static_cast<UChar32>('A'));
159 EXPECT_EQ('0', static_cast<char>(builder[0]));
160 EXPECT_EQ('9', static_cast<char>(builder[9]));
162 EXPECT_EQ('0', static_cast<char>(builder[0]));
163 EXPECT_EQ('9', static_cast<char>(builder[9]));
190 ASSERT_TRUE(equal(builder1, static_cast<LChar*>(0), 0));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringConcatenate.h 108 *destination = static_cast<LChar>(m_buffer);
133 destination[i] = static_cast<LChar>(m_buffer[i]);
226 memcpy(destination, m_buffer, static_cast<size_t>(m_length) * sizeof(LChar));
257 memcpy(destination, m_buffer, static_cast<size_t>(m_length) * sizeof(LChar));
285 destination[i] = static_cast<unsigned char>(m_buffer[i]);
291 destination[i] = static_cast<unsigned char>(m_buffer[i]);
  /external/chromium_org/third_party/cld/base/
casts.h 14 // Use implicit_cast as a safe version of static_cast or const_cast
24 // implicit_cast is the same as for static_cast etc.:
40 // type Foo to type SubclassOfFoo), static_cast<> isn't safe, because
45 // if it's not). In normal mode, we do the efficient static_cast<>
66 return static_cast<To>(f);
87 return static_cast<To>(f);
  /external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc 40 static_cast<int>(bytes),
60 static_cast<unsigned long long>(reader.LastRecordOffset()));
90 static_cast<int>(record.size()));
96 static_cast<unsigned long long>(WriteBatchInternal::Sequence(&batch)));
163 snprintf(kbuf, sizeof(kbuf), "%d", static_cast<int>(key.type));
168 static_cast<unsigned long long>(key.sequence),
  /external/chromium_org/third_party/libjingle/source/talk/base/
helpers.cc 108 static_cast<int>(len)) == SECSuccess);
147 return (rtl_gen_random_(buf, static_cast<int>(len)) != FALSE);
175 static_cast<uint8*>(buf)[i] = static_cast<uint8>(GetRandom());
261 static_cast<int>(table.size()), str);
273 return static_cast<uint64>(CreateRandomId()) << 32 | CreateRandomId();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakenetworkinterface.h 72 bytes += static_cast<int>(rtp_packets_[i].length());
86 return static_cast<int>(rtp_packets_.size());
98 return static_cast<int>(sent_ssrcs_.size());
112 return static_cast<int>(rtcp_packets_.size());
193 static_cast<talk_base::TypedMessageData<talk_base::Buffer>*>(
221 *bytes += static_cast<int>(rtp_packets_[i].length());
testutils.h 188 return libyuv::SumSquareErrorToPsnr(static_cast<uint64>(sse),
189 static_cast<uint64>(count));
200 return static_cast<double>(libyuv::ComputeSumSquareError(org, rec, size));
204 const int diff = static_cast<int>(org[j]) - static_cast<int>(rec[j]);
205 sse += static_cast<double>(diff * diff);
  /external/chromium_org/third_party/ots/src/
glyf.cc 115 static_cast<size_t>(gly_header_length + bytecode_length)));
121 static_cast<size_t>(gly_header_length - 2)));
123 static_cast<size_t>(2)));
159 static_cast<size_t>(flags_count_physical + xy_coordinates_length)));
254 static_cast<size_t>(gly_length)));
266 static_cast<size_t>(padding)));

Completed in 3284 milliseconds

<<61626364656667686970>>