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

<<21222324252627282930>>

  /external/chromium_org/content/renderer/
renderer_webcolorchooser_impl.cc 43 static_cast<SkColor>(color)));
59 client_->didChooseColor(static_cast<WebKit::WebColor>(color));
  /external/chromium_org/net/base/
openssl_private_key_store_android.cc 41 static_cast<const uint8*>(public_key), public_len,
42 static_cast<const uint8*>(private_key), private_len);
  /external/chromium_org/net/tools/quic/
quic_epoll_clock_test.cc 50 EXPECT_LE(static_cast<uint64>(start.ToTimeT()), now.ToUNIXSeconds());
51 EXPECT_LE(now.ToUNIXSeconds(), static_cast<uint64>(end.ToTimeT()));
  /external/chromium_org/ppapi/cpp/extensions/
event_base.h 98 static_cast<EventBase0<kCreatePPEventListener0>*>(user_data);
101 static_cast<void>(listener_id);
132 static_cast<EventBase1<kCreatePPEventListener1, A>*>(user_data);
135 static_cast<void>(listener_id);
170 static_cast<EventBase2<kCreatePPEventListener2, A, B>*>(user_data);
173 static_cast<void>(listener_id);
211 static_cast<EventBase3<kCreatePPEventListener3, A, B, C>*>(user_data);
214 static_cast<void>(listener_id);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc 62 static_cast<void*>(this)));
77 static_cast<void*>(this),
78 static_cast<void*>(wrapper)));
93 static_cast<void*>(this), srpc_channel_initialised_));
109 static_cast<void*>(this)));
148 static_cast<void*>(this), method_name.c_str(), has_method));
167 static_cast<void*>(this),
169 static_cast<void*>(params)));
  /external/chromium_org/ppapi/shared_impl/
id_assignment.h 31 return (value << kPPIdTypeBits) | static_cast<T>(type);
40 const T mask = (static_cast<T>(1) << kPPIdTypeBits) - 1;
  /external/chromium_org/ppapi/tests/
test_memory.cc 22 memory_dev_interface_ = static_cast<const PPB_Memory_Dev*>(
33 char* buffer = static_cast<char*>(
  /external/chromium_org/remoting/host/
screen_resolution.cc 36 static_cast<int64>(std::numeric_limits<int32>::max()));
38 static_cast<int64>(std::numeric_limits<int32>::max()));
  /external/chromium_org/sandbox/win/src/
policy_params.h 35 COMPILE_ASSERT(OpenFile::NAME == static_cast<int>(FileName::NAME),
37 COMPILE_ASSERT(OpenFile::BROKER == static_cast<int>(FileName::BROKER),
  /external/chromium_org/sdch/open-vcdiff/src/
checksum.h 35 static_cast<uInt>(size));
43 static_cast<uInt>(size));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UserGestureIndicator.cpp 127 static_cast<GestureToken*>(m_token.get())->addGesture();
129 static_cast<GestureToken*>(m_token.get())->addGesture();
137 static_cast<GestureToken*>(token.get())->resetTimestamp();
143 if (static_cast<GestureToken*>(token.get())->hasGestures()) {
144 static_cast<GestureToken*>(m_token.get())->addGesture();
145 static_cast<GestureToken*>(token.get())->consumeGesture();
164 return s_topmostIndicator && static_cast<GestureToken*>(s_topmostIndicator->currentToken())->hasGestures() && (s_state == DefinitelyProcessingNewUserGesture || s_state == DefinitelyProcessingUserGesture);
171 return static_cast<GestureToken*>(s_topmostIndicator->currentToken())->consumeGesture();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cg/
IntPointCG.cpp 33 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y))
IntSizeCG.cpp 33 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
IntPointMac.mm 33 IntPoint::IntPoint(const NSPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y))
IntSizeMac.mm 33 IntSize::IntSize(const NSSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 49 return static_cast<RenderDetailsMarker*>(object);
55 return static_cast<const RenderDetailsMarker*>(object);
RenderTableCaption.h 47 return static_cast<RenderTableCaption*>(object);
53 return static_cast<const RenderTableCaption*>(object);
  /external/chromium_org/third_party/leveldatabase/src/util/
testutil.cc 15 (*dst)[i] = static_cast<char>(' ' + rnd->Uniform(95)); // ' ' .. '~'
36 int raw = static_cast<int>(len * compressed_fraction);
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc 117 SendXmppMessageW(static_cast<SendMessageData*>(msg->pdata)->m_);
121 SendXmppIqW(static_cast<SendIqData*>(msg->pdata)->to_jid_,
122 static_cast<SendIqData*>(msg->pdata)->is_get_,
123 static_cast<SendIqData*>(msg->pdata)->xml_element_);
127 SendPresenceW(static_cast<SendPresenceData*>(msg->pdata)->s_);
131 SendDirectedPresenceW(static_cast<SendDirectedPresenceData*>(msg->pdata)->j_,
132 static_cast<SendDirectedPresenceData*>(msg->pdata)->s_);
136 SendDirectedMUCPresenceW(static_cast<SendDirectedMUCPresenceData*>(msg->pdata)->j_,
137 static_cast<SendDirectedMUCPresenceData*>(msg->pdata)->s_,
138 static_cast<SendDirectedMUCPresenceData*>(msg->pdata)->un_
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
69 return static_cast<GrBackendObject>(this->textureID());
  /external/chromium_org/third_party/skia/src/image/
SkImage.cpp 16 return static_cast<SkImage_Base*>(image);
20 return static_cast<const SkImage_Base*>(image);
  /external/chromium_org/third_party/skia/src/ports/
SkThread_win.cpp 26 static_cast<LONG>(inc));
36 LONG value = static_cast<int32_t const volatile&>(*addr);
  /external/chromium_org/ui/base/l10n/
l10n_font_util.cc 19 int width = font.GetExpectedTextWidth(static_cast<int>(chars));
28 int height = static_cast<int>(font.GetHeight() * lines);
l10n_util_win_unittest.cc 30 lf.lfHeight = static_cast<int>(1.4 * size + rounding);
34 lf.lfHeight = static_cast<int>(1.8 * size + rounding);
  /external/chromium_org/ui/base/x/
root_window_property_watcher_x.cc 30 static_cast<GdkEventMask>(gdk_window_get_events(root) |
45 XEvent* xev = static_cast<XEvent*>(xevent);

Completed in 1209 milliseconds

<<21222324252627282930>>