Searched
full:static_cast (Results
1926 -
1950 of
12288) sorted by null
<<71727374757677787980>>
/external/chromium_org/chrome/test/webdriver/ |
keycode_text_conversion_win.cc | 46 *key_code = static_cast<ui::KeyboardCode>(LOBYTE(vkey_and_modifiers));
|
/external/chromium_org/chrome/utility/ |
web_resource_unpacker.cc | 39 parsed_json_.reset(static_cast<base::DictionaryValue*>(value.release()));
|
/external/chromium_org/chrome_frame/infobars/internal/ |
displaced_window_manager.cc | 23 static_cast<WPARAM>(calc_valid_rects), lparam);
|
/external/chromium_org/components/user_prefs/ |
user_prefs.cc | 29 return static_cast<UserPrefs*>(
|
/external/chromium_org/components/webdata/encryptor/ |
ie7_password.cc | 102 unsigned char hash_byte = static_cast<unsigned char>(hash_bin[i]); 104 url_hash += base::StringPrintf(L"%2.2X", static_cast<unsigned>(hash_byte)); 120 input.cbData = static_cast<DWORD>((data.size()) * 125 url_key.cbData = static_cast<DWORD>((lower_case_url.size() + 1) *
|
/external/chromium_org/content/browser/device_orientation/ |
orientation.cc | 41 static_cast<const Orientation*>(old_data));
|
/external/chromium_org/content/browser/devtools/ |
devtools_manager_impl.cc | 59 static_cast<DevToolsAgentHostImpl*>(agent_host); 77 static_cast<DevToolsAgentHostImpl*>(agent_host); 86 static_cast<DevToolsAgentHostImpl*>(agent_host); 101 static_cast<DevToolsAgentHostImpl*>(agent_host);
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_gtk.cc | 270 static_cast<Visual*>(visual)), 303 XFreeGC(display_, static_cast<GC>(pixmap_gc_)); 324 pixmap_gc_, static_cast<uint8*>(bitmap->memory()), 332 static_cast<GC>(pixmap_gc_), // gc 404 shminfo.shmaddr = static_cast<char*>(dib->memory()); 406 XImage* image = XShmCreateImage(display_, static_cast<Visual*>(visual_), 457 image.data = static_cast<char*>(dib->memory()); 535 Visual* visual = static_cast<Visual*>(visual_); 544 static_cast<size_t>(image->height) > 566 shminfo.shmaddr = image->data = static_cast<char*>(mapped_memory) [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
touchscreen_tap_suppression_controller.cc | 51 return static_cast<int>(
|
web_input_event_util_posix.cc | 39 return static_cast<WebKit::WebInputEvent::Modifiers>(0);
|
/external/chromium_org/content/browser/ssl/ |
ssl_host_state.cc | 16 SSLHostState* rv = static_cast<SSLHostState*>(context->GetUserData(kKeyName));
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_android.cc | 42 RenderWidgetHostViewAndroid* rwhv = static_cast<RenderWidgetHostViewAndroid*>( 48 rwhv = static_cast<RenderWidgetHostViewAndroid*>( 49 static_cast<InterstitialPageImpl*>( 90 RenderViewHostImpl* rvh = static_cast<RenderViewHostImpl*>(
|
web_contents_view_aura_browsertest.cc | 113 static_cast<WebContentsImpl*>(shell()->web_contents()); 124 static_cast<WebContentsImpl*>(shell()->web_contents()); 126 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( 128 WebContentsViewAura* view_aura = static_cast<WebContentsViewAura*>( 212 static_cast<WebContentsImpl*>(shell()->web_contents()); 213 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( 258 static_cast<WebContentsImpl*>(shell()->web_contents()); 259 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( 336 static_cast<WebContentsImpl*>(shell()->web_contents()); 337 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*> [all...] |
web_drag_source_mac_unittest.mm | 25 WebContentsImpl* contentsImpl = static_cast<WebContentsImpl*>(contents.get());
|
/external/chromium_org/content/browser/webui/ |
web_ui_message_handler.cc | 21 *out_int = static_cast<int>(double_value);
|
/external/chromium_org/content/child/npapi/ |
npruntime_util.cc | 40 DCHECK_EQ((static_cast<size_t>(data_len)), strlen(data) + 1);
|
plugin_stream_posix.cc | 34 DCHECK_EQ(static_cast<FILE*>(NULL), temp_file_);
|
plugin_string_stream.cc | 28 int length = static_cast<int>(data.length());
|
/external/chromium_org/content/public/browser/ |
render_view_host_observer.cc | 12 : render_view_host_(static_cast<RenderViewHostImpl*>(render_view_host)),
|
web_contents_observer.cc | 34 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
|
/external/chromium_org/content/public/renderer/ |
render_view_observer_tracker.h | 46 render_view_map_.Get()[render_view] = static_cast<T*>(this);
|
/external/chromium_org/content/renderer/dom_storage/ |
webstoragenamespace_impl.cc | 48 static_cast<const WebStorageNamespaceImpl*>(&other);
|
/external/chromium_org/content/renderer/ |
image_loading_helper.cc | 45 static_cast<uint64_t>(image.width()) * max_image_size / max_dimension, 46 static_cast<uint64_t>(image.height()) * max_image_size / max_dimension); 72 if (static_cast<uint32_t>(image.width()) <= max_image_size && 73 static_cast<uint32_t>(image.height()) <= max_image_size) {
|
renderer_webapplicationcachehost_impl.cc | 39 static_cast<WebConsoleMessage::Level>(log_level),
|
/external/chromium_org/content/renderer/pepper/ |
ppb_audio_impl.cc | 83 static_cast<int>(enter.object()->GetSampleRate()), 84 static_cast<int>(enter.object()->GetSampleFrameCount()), 133 static_cast<int>(enter.object()->GetSampleRate()), 134 static_cast<int>(enter.object()->GetSampleFrameCount()),
|
Completed in 545 milliseconds
<<71727374757677787980>>