intptr_t           47 android_webview/native/aw_autofill_manager_delegate.cc           env, reinterpret_cast<intptr_t>(this)));
intptr_t          329 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(web_contents_.get());
intptr_t          347 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(new AwContents(web_contents.Pass()));
intptr_t          363 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(&DrawGLFunction);
intptr_t          373 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(this);
intptr_t          883 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(pending_contents_.release());
intptr_t         1013 android_webview/native/aw_contents.cc   return reinterpret_cast<intptr_t>(
intptr_t           31 android_webview/native/aw_contents_client_bridge.cc       env, obj, reinterpret_cast<intptr_t>(this));
intptr_t          205 android_webview/native/aw_dev_tools_server.cc   return reinterpret_cast<intptr_t>(server);
intptr_t           30 android_webview/native/aw_http_auth_handler.cc           env, reinterpret_cast<intptr_t>(this), first_auth_attempt));
intptr_t           33 android_webview/native/aw_pdf_exporter.cc       env, obj, reinterpret_cast<intptr_t>(this));
intptr_t          164 android_webview/native/aw_quota_manager_bridge_impl.cc   return reinterpret_cast<intptr_t>(bridge);
intptr_t           67 android_webview/native/aw_settings.cc                                        reinterpret_cast<intptr_t>(this));
intptr_t          345 android_webview/native/aw_settings.cc   return reinterpret_cast<intptr_t>(settings);
intptr_t           45 android_webview/native/external_video_surface_container_impl.cc             env, reinterpret_cast<intptr_t>(this), cvc->GetJavaObject().obj()));
intptr_t          174 ash/frame/caption_buttons/frame_maximize_button.cc                                                   intptr_t old) {
intptr_t           62 ash/frame/caption_buttons/frame_maximize_button.h                                        intptr_t old) OVERRIDE;
intptr_t          243 ash/shelf/shelf_window_watcher.cc                                                  intptr_t old) {
intptr_t          115 ash/shelf/shelf_window_watcher.h                                        intptr_t old) OVERRIDE;
intptr_t           55 ash/wm/always_on_top_controller.cc                                                     intptr_t old) {
intptr_t           39 ash/wm/always_on_top_controller.h                                        intptr_t old) OVERRIDE;
intptr_t          104 ash/wm/system_modal_container_layout_manager.cc     intptr_t old) {
intptr_t           53 ash/wm/system_modal_container_layout_manager.h                                        intptr_t old) OVERRIDE;
intptr_t          299 ash/wm/window_state.cc                                           intptr_t old) {
intptr_t          293 ash/wm/window_state.h                                        intptr_t old) OVERRIDE;
intptr_t           74 ash/wm/workspace/workspace_event_handler_unittest.cc                                        intptr_t old) OVERRIDE {
intptr_t          164 ash/wm/workspace/workspace_layout_manager.cc                                                      intptr_t old) {
intptr_t           77 ash/wm/workspace/workspace_layout_manager.h                                        intptr_t old) OVERRIDE;
intptr_t          299 ash/wm/workspace/workspace_layout_manager_unittest.cc                                        intptr_t old) OVERRIDE {
intptr_t          197 base/allocator/allocator_shim.cc extern "C" intptr_t _get_heap_handle() {
intptr_t           38 base/android/java_handler_thread.cc                                reinterpret_cast<intptr_t>(this),
intptr_t           39 base/android/java_handler_thread.cc                                reinterpret_cast<intptr_t>(&initialize_event));
intptr_t           56 base/atomicops.h typedef intptr_t Atomic64;
intptr_t           62 base/atomicops.h typedef intptr_t AtomicWord;
intptr_t           98 base/debug/stack_trace.h BASE_EXPORT char *itoa_r(intptr_t i,
intptr_t          128 base/debug/stack_trace_posix.cc   internal::itoa_r(reinterpret_cast<intptr_t>(pointer),
intptr_t          134 base/debug/stack_trace_posix.cc void OutputFrameId(intptr_t frame_id, BacktraceOutputHandler* handler) {
intptr_t          276 base/debug/stack_trace_posix.cc     internal::itoa_r(reinterpret_cast<intptr_t>(info->si_addr),
intptr_t          762 base/debug/stack_trace_posix.cc char *itoa_r(intptr_t i, char *buf, size_t sz, int base, size_t padding) {
intptr_t          155 base/debug/stack_trace_unittest.cc std::string itoa_r_wrapper(intptr_t i, size_t sz, int base, size_t padding) {
intptr_t          171 base/debug/stack_trace_unittest.cc   if (sizeof(intptr_t) == 4) {
intptr_t          174 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 10, 0));
intptr_t          176 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 10, 0));
intptr_t          179 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 16, 0));
intptr_t          181 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 16, 0));
intptr_t          182 base/debug/stack_trace_unittest.cc   } else if (sizeof(intptr_t) == 8) {
intptr_t          185 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 10, 0));
intptr_t          187 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 10, 0));
intptr_t          190 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::min(), 128, 16, 0));
intptr_t          192 base/debug/stack_trace_unittest.cc               itoa_r_wrapper(std::numeric_limits<intptr_t>::max(), 128, 16, 0));
intptr_t          195 base/debug/stack_trace_unittest.cc                   << sizeof(intptr_t) << ")";
intptr_t          679 base/debug/trace_event_impl.cc                                      reinterpret_cast<intptr_t>(
intptr_t          509 base/message_loop/message_loop.cc          ((static_cast<uint64>(reinterpret_cast<intptr_t>(this)) << 32) >> 32);
intptr_t          112 base/message_loop/message_pump_android.cc           env, reinterpret_cast<intptr_t>(delegate)));
intptr_t          263 base/numerics/safe_numerics_unittest.cc   TEST_ARITHMETIC(intptr_t);
intptr_t          123 base/platform_file_win.cc   int fd = _open_osfhandle(reinterpret_cast<intptr_t>(file), 0);
intptr_t          389 base/process/launch_posix.cc         reinterpret_cast<void*>(reinterpret_cast<intptr_t>(malloc) & ~4095);
intptr_t          382 base/strings/safe_sprintf_unittest.cc                             0xDEADBEEF, std::numeric_limits<intptr_t>::min(),
intptr_t          428 base/strings/safe_sprintf_unittest.cc           static_cast<long long>(std::numeric_limits<intptr_t>::min()),
intptr_t          637 base/third_party/symbolize/symbolize.cc char *itoa_r(intptr_t i, char *buf, size_t sz, int base, size_t padding) {
intptr_t          218 base/threading/sequenced_worker_pool.cc          static_cast<uint64>(reinterpret_cast<intptr_t>(pool));
intptr_t           78 base/threading/thread_local_storage_unittest.cc   int value = reinterpret_cast<intptr_t>(slot.Get());
intptr_t         1880 cc/resources/resource_provider.cc     CHECK(!(reinterpret_cast<intptr_t>(image) & 3));
intptr_t          135 cc/test/test_gles2_interface.cc       mode, count, type, reinterpret_cast<intptr_t>(indices));
intptr_t          151 chrome/browser/android/banners/app_banner_manager.cc   return reinterpret_cast<intptr_t>(manager);
intptr_t           82 chrome/browser/android/bookmarks/bookmarks_bridge.cc   return reinterpret_cast<intptr_t>(delegate);
intptr_t          319 chrome/browser/android/chrome_web_contents_delegate_android.cc         reinterpret_cast<intptr_t>(source),
intptr_t          320 chrome/browser/android/chrome_web_contents_delegate_android.cc         reinterpret_cast<intptr_t>(new_contents),
intptr_t          339 chrome/browser/android/chrome_web_contents_delegate_android.cc       reinterpret_cast<intptr_t>(source_contents), opener_render_frame_id,
intptr_t          342 chrome/browser/android/chrome_web_contents_delegate_android.cc       reinterpret_cast<intptr_t>(new_contents));
intptr_t           23 chrome/browser/android/content_view_util.cc   return reinterpret_cast<intptr_t>(content::WebContents::Create(params));
intptr_t          443 chrome/browser/android/dev_tools_server.cc   return reinterpret_cast<intptr_t>(server);
intptr_t           67 chrome/browser/android/dom_distiller/feedback_reporter_android.cc   return reinterpret_cast<intptr_t>(reporter);
intptr_t           61 chrome/browser/android/favicon_helper.cc   return reinterpret_cast<intptr_t>(new FaviconHelper());
intptr_t          143 chrome/browser/android/foreign_session_helper.cc   return reinterpret_cast<intptr_t>(foreign_session_helper);
intptr_t          260 chrome/browser/android/most_visited_sites.cc   return reinterpret_cast<intptr_t>(most_visited_sites);
intptr_t           22 chrome/browser/android/new_tab_page_prefs.cc   return reinterpret_cast<intptr_t>(new_tab_page_prefs);
intptr_t           33 chrome/browser/android/omnibox/omnibox_prerender.cc   return reinterpret_cast<intptr_t>(omnibox);
intptr_t           59 chrome/browser/android/password_authentication_manager.cc           reinterpret_cast<intptr_t>(auth_callback)).obj());
intptr_t           91 chrome/browser/android/password_ui_view_android.cc   return reinterpret_cast<intptr_t>(controller);
intptr_t         1151 chrome/browser/android/provider/chrome_browser_provider.cc   return reinterpret_cast<intptr_t>(provider);
intptr_t          163 chrome/browser/android/recently_closed_tabs_bridge.cc   return reinterpret_cast<intptr_t>(bridge);
intptr_t          248 chrome/browser/android/signin/signin_manager_android.cc   return reinterpret_cast<intptr_t>(signin_manager_android);
intptr_t           72 chrome/browser/android/tab_android.cc   Java_Tab_setNativePtr(env, obj, reinterpret_cast<intptr_t>(this));
intptr_t          241 chrome/browser/android/tab_android.cc       reinterpret_cast<intptr_t>(new_contents),
intptr_t          316 chrome/browser/autofill/android/personal_data_manager_android.cc   return reinterpret_cast<intptr_t>(personal_data_manager_android);
intptr_t           41 chrome/browser/extensions/api/messaging/native_process_launcher.cc                             intptr_t native_window);
intptr_t           51 chrome/browser/extensions/api/messaging/native_process_launcher.cc     Core(bool allow_user_level_hosts, intptr_t native_window);
intptr_t           80 chrome/browser/extensions/api/messaging/native_process_launcher.cc     intptr_t window_handle_;
intptr_t           91 chrome/browser/extensions/api/messaging/native_process_launcher.cc                                       intptr_t window_handle)
intptr_t          233 chrome/browser/extensions/api/messaging/native_process_launcher.cc     intptr_t window_handle)
intptr_t          253 chrome/browser/extensions/api/messaging/native_process_launcher.cc   intptr_t window_handle = 0;
intptr_t          255 chrome/browser/extensions/api/messaging/native_process_launcher.cc   window_handle = reinterpret_cast<intptr_t>(
intptr_t          227 chrome/browser/google/google_url_tracker_unittest.cc   void SetNavigationPending(intptr_t unique_id, bool is_search);
intptr_t          228 chrome/browser/google/google_url_tracker_unittest.cc   void CommitNonSearch(intptr_t unique_id);
intptr_t          229 chrome/browser/google/google_url_tracker_unittest.cc   void CommitSearch(intptr_t unique_id, const GURL& search_url);
intptr_t          230 chrome/browser/google/google_url_tracker_unittest.cc   void CloseTab(intptr_t unique_id);
intptr_t          231 chrome/browser/google/google_url_tracker_unittest.cc   GoogleURLTrackerMapEntry* GetMapEntry(intptr_t unique_id);
intptr_t          232 chrome/browser/google/google_url_tracker_unittest.cc   GoogleURLTrackerInfoBarDelegate* GetInfoBarDelegate(intptr_t unique_id);
intptr_t          234 chrome/browser/google/google_url_tracker_unittest.cc   void ExpectListeningForCommit(intptr_t unique_id, bool listening);
intptr_t          361 chrome/browser/google/google_url_tracker_unittest.cc void GoogleURLTrackerTest::SetNavigationPending(intptr_t unique_id,
intptr_t          376 chrome/browser/google/google_url_tracker_unittest.cc void GoogleURLTrackerTest::CommitNonSearch(intptr_t unique_id) {
intptr_t          395 chrome/browser/google/google_url_tracker_unittest.cc void GoogleURLTrackerTest::CommitSearch(intptr_t unique_id,
intptr_t          405 chrome/browser/google/google_url_tracker_unittest.cc void GoogleURLTrackerTest::CloseTab(intptr_t unique_id) {
intptr_t          420 chrome/browser/google/google_url_tracker_unittest.cc     intptr_t unique_id) {
intptr_t          428 chrome/browser/google/google_url_tracker_unittest.cc     intptr_t unique_id) {
intptr_t          438 chrome/browser/google/google_url_tracker_unittest.cc void GoogleURLTrackerTest::ExpectListeningForCommit(intptr_t unique_id,
intptr_t           58 chrome/browser/history/android/sqlite_cursor.cc   return Java_SQLiteCursor_create(env, reinterpret_cast<intptr_t>(cursor));
intptr_t          304 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc   return reinterpret_cast<intptr_t>(settings);
intptr_t           99 chrome/browser/prerender/external_prerender_handler_android.cc   return reinterpret_cast<intptr_t>(external_handler);
intptr_t           75 chrome/browser/profiles/profile_android.cc       Java_Profile_create(env, reinterpret_cast<intptr_t>(this));
intptr_t          201 chrome/browser/search_engines/template_url_service_android.cc   return reinterpret_cast<intptr_t>(template_url_service_android);
intptr_t           54 chrome/browser/signin/android_profile_oauth2_token_service.cc       Java_OAuth2TokenService_create(env, reinterpret_cast<intptr_t>(this));
intptr_t          130 chrome/browser/signin/android_profile_oauth2_token_service.cc       reinterpret_cast<intptr_t>(heap_callback.release()));
intptr_t           27 chrome/browser/speech/tts_android.cc                                   reinterpret_cast<intptr_t>(this),
intptr_t          512 chrome/browser/sync/profile_sync_service_android.cc   return reinterpret_cast<intptr_t>(profile_sync_service_android);
intptr_t          301 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc       reinterpret_cast<intptr_t>(this),
intptr_t           33 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc       reinterpret_cast<intptr_t>(this),
intptr_t           35 chrome/browser/ui/android/chrome_http_auth_handler.cc       Java_ChromeHttpAuthHandler_create(env, reinterpret_cast<intptr_t>(this)));
intptr_t           52 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc           env, delegate.obj(), reinterpret_cast<intptr_t>(this), jrealm.obj(),
intptr_t           68 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc                                reinterpret_cast<intptr_t>(this));
intptr_t           80 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc                                      reinterpret_cast<intptr_t>(this));
intptr_t           52 chrome/browser/ui/android/infobars/confirm_infobar.cc       env, java_confirm_delegate_.obj(), reinterpret_cast<intptr_t>(this),
intptr_t           97 chrome/browser/ui/android/infobars/infobar_container_android.cc   return reinterpret_cast<intptr_t>(infobar_container);
intptr_t           59 chrome/browser/ui/android/infobars/save_password_infobar.cc       reinterpret_cast<intptr_t>(this),
intptr_t           47 chrome/browser/ui/android/infobars/translate_infobar.cc       env, java_translate_delegate_.obj(), reinterpret_cast<intptr_t>(this),
intptr_t          113 chrome/browser/ui/android/infobars/translate_infobar.cc       reinterpret_cast<intptr_t>(destination), new_type, new_target_language)) {
intptr_t          101 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc       reinterpret_cast<intptr_t>(this));
intptr_t           91 chrome/browser/ui/android/navigation_popup.cc   return reinterpret_cast<intptr_t>(popup);
intptr_t          108 chrome/browser/ui/android/ssl_client_certificate_request.cc   jlong request_id = reinterpret_cast<intptr_t>(request.get());
intptr_t           78 chrome/browser/ui/android/toolbar/toolbar_model_android.cc   return reinterpret_cast<intptr_t>(toolbar_model);
intptr_t           88 chrome/browser/ui/android/website_settings_popup_android.cc                                        reinterpret_cast<intptr_t>(this)));
intptr_t          249 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc     intptr_t old) {
intptr_t           72 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h                                        intptr_t old) OVERRIDE;
intptr_t           45 chrome/browser/ui/gtk/view_id_util.cc       reinterpret_cast<intptr_t>(g_object_get_data(G_OBJECT(widget),
intptr_t          510 chrome/browser/ui/webui/options/certificate_manager_handler.cc   switch (reinterpret_cast<intptr_t>(params)) {
intptr_t          529 chrome/browser/ui/webui/options/certificate_manager_handler.cc   switch (reinterpret_cast<intptr_t>(params)) {
intptr_t          109 chrome/test/logging/win/log_file_printer.cc                                 const intptr_t* backtrace,
intptr_t          117 chrome/test/logging/win/log_file_printer.cc                             intptr_t id,
intptr_t          120 chrome/test/logging/win/log_file_printer.cc                             const intptr_t* backtrace) OVERRIDE;
intptr_t          219 chrome/test/logging/win/log_file_printer.cc                                     const intptr_t* backtrace,
intptr_t          234 chrome/test/logging/win/log_file_printer.cc                                 intptr_t id,
intptr_t          237 chrome/test/logging/win/log_file_printer.cc                                 const intptr_t* backtrace) {
intptr_t          151 chrome/test/logging/win/log_file_reader.cc   const intptr_t* backtrace = NULL;
intptr_t          175 chrome/test/logging/win/log_file_reader.cc   intptr_t id = 0;
intptr_t          178 chrome/test/logging/win/log_file_reader.cc   const intptr_t* backtrace = NULL;
intptr_t           52 chrome/test/logging/win/log_file_reader.h                                 const intptr_t* backtrace,
intptr_t           61 chrome/test/logging/win/log_file_reader.h                             intptr_t id,
intptr_t           64 chrome/test/logging/win/log_file_reader.h                             const intptr_t* backtrace) = 0;
intptr_t           35 chrome/test/logging/win/mof_data_parser.h   bool ReadPointer(intptr_t* value) {
intptr_t           41 chrome/test/logging/win/mof_data_parser.h   bool ReadPointerArray(DWORD size, const intptr_t** values) {
intptr_t           96 chrome/test/logging/win/mof_data_parser_unittest.cc     const intptr_t* values = NULL;
intptr_t          111 chrome/test/logging/win/mof_data_parser_unittest.cc     const intptr_t* values = NULL;
intptr_t          764 components/breakpad/app/breakpad_linux.cc   const int fd = reinterpret_cast<intptr_t>(context);
intptr_t          388 components/nacl/loader/nacl_listener.cc     args->irt_fd = _open_osfhandle(reinterpret_cast<intptr_t>(irt_handle),
intptr_t           49 components/web_contents_delegate_android/color_chooser_android.cc       reinterpret_cast<intptr_t>(this),
intptr_t          112 content/browser/accessibility/browser_accessibility_manager_android.cc           env, reinterpret_cast<intptr_t>(this),
intptr_t          127 content/browser/android/child_process_launcher_android.cc       reinterpret_cast<intptr_t>(new StartChildProcessCallback(callback)));
intptr_t           29 content/browser/android/content_settings.cc         reinterpret_cast<intptr_t>(this));
intptr_t           55 content/browser/android/content_settings.cc   return reinterpret_cast<intptr_t>(content_settings);
intptr_t          220 content/browser/android/content_video_view.cc           reinterpret_cast<intptr_t>(this),
intptr_t          266 content/browser/android/content_view_core_impl.cc         env, j_obj.obj(), reinterpret_cast<intptr_t>(this));
intptr_t         1797 content/browser/android/content_view_core_impl.cc   return reinterpret_cast<intptr_t>(view);
intptr_t           52 content/browser/android/content_view_render_view.cc   return reinterpret_cast<intptr_t>(content_view_render_view);
intptr_t          108 content/browser/android/date_time_chooser_android.cc       reinterpret_cast<intptr_t>(this),
intptr_t           91 content/browser/android/interstitial_page_delegate_android.cc   return reinterpret_cast<intptr_t>(delegate);
intptr_t           18 content/browser/android/tracing_controller_android.cc   return reinterpret_cast<intptr_t>(profiler);
intptr_t           44 content/browser/android/web_contents_observer_android.cc   return reinterpret_cast<intptr_t>(native_observer);
intptr_t          144 content/browser/device_orientation/sensor_manager_android.cc       reinterpret_cast<intptr_t>(this), static_cast<jint>(event_type),
intptr_t           26 content/browser/frame_host/navigation_controller_android.cc                  env, reinterpret_cast<intptr_t>(this)).obj());
intptr_t          423 content/browser/renderer_host/render_widget_host_view_android.cc   return reinterpret_cast<intptr_t>(&ime_adapter_android_);
intptr_t           58 content/browser/speech/speech_recognizer_impl_android.cc       GetApplicationContext(), reinterpret_cast<intptr_t>(this)));
intptr_t           45 content/browser/web_contents/web_contents_android.cc                  reinterpret_cast<intptr_t>(this),
intptr_t          880 content/child/npapi/plugin_host.cc       intptr_t model = reinterpret_cast<intptr_t>(value);
intptr_t          892 content/child/npapi/plugin_host.cc       intptr_t model = reinterpret_cast<intptr_t>(value);
intptr_t          299 content/child/npapi/plugin_instance.h   intptr_t                                 get_notify_data_;
intptr_t          683 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       reinterpret_cast<void*>(static_cast<intptr_t>(offset)));
intptr_t          926 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   return static_cast<WGC3Dsizeiptr>(reinterpret_cast<intptr_t>(value));
intptr_t         1094 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       reinterpret_cast<void*>(static_cast<intptr_t>(offset)));
intptr_t         1333 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       reinterpret_cast<void*>(static_cast<intptr_t>(offset)), primcount);
intptr_t           80 content/common/sandbox_linux/bpf_gpu_policy_linux.cc intptr_t GpuSIGSYS_Handler(const struct arch_seccomp_data& args,
intptr_t           31 content/public/browser/desktop_media_id.h   typedef intptr_t Id;
intptr_t          460 content/renderer/npapi/webplugin_impl.cc         url, NPRES_DONE, reinterpret_cast<intptr_t>(notify_data));
intptr_t          473 content/renderer/npapi/webplugin_impl.cc       url, reason, reinterpret_cast<intptr_t>(notify_data));
intptr_t          241 content/renderer/pepper/pepper_video_capture_host.cc           reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
intptr_t          245 content/renderer/pepper/ppb_image_data_impl.cc   *handle = reinterpret_cast<intptr_t>(dib_->handle());
intptr_t          247 content/renderer/pepper/ppb_image_data_impl.cc   *handle = static_cast<intptr_t>(dib_->handle());
intptr_t          249 content/renderer/pepper/ppb_image_data_impl.cc   *handle = static_cast<intptr_t>(dib_->handle().fd);
intptr_t           40 content/shell/android/shell_manager.cc       reinterpret_cast<intptr_t>(shell)).Release();
intptr_t           60 content/shell/browser/shell_android.cc       env, java_object_.obj(), reinterpret_cast<intptr_t>(web_contents()));
intptr_t          543 gpu/command_buffer/client/fenced_allocator_test.cc   EXPECT_EQ(reinterpret_cast<intptr_t>(pointer1) & (kAllocAlignment - 1), 0);
intptr_t          549 gpu/command_buffer/client/fenced_allocator_test.cc   EXPECT_EQ(reinterpret_cast<intptr_t>(pointer2) & (kAllocAlignment - 1), 0);
intptr_t           28 gpu/command_buffer/service/cmd_parser.cc   DCHECK_EQ(0, (reinterpret_cast<intptr_t>(shm_address)) % 4);
intptr_t          300 media/audio/android/audio_manager_android.cc           reinterpret_cast<intptr_t>(this)));
intptr_t           23 media/audio/android/audio_record_input.cc           reinterpret_cast<intptr_t>(this),
intptr_t          248 media/base/android/media_drm_bridge.cc       env, j_scheme_uuid.obj(), reinterpret_cast<intptr_t>(this)));
intptr_t           95 media/base/android/media_player_bridge.cc       env, reinterpret_cast<intptr_t>(this)));
intptr_t           40 media/base/android/media_player_listener.cc           env, reinterpret_cast<intptr_t>(this), context, media_player_bridge));
intptr_t          111 media/base/android/webaudio_media_codec_bridge.cc       reinterpret_cast<intptr_t>(this),
intptr_t           76 media/video/capture/android/video_capture_device_android.cc       id, reinterpret_cast<intptr_t>(this)));
intptr_t           78 native_client_sdk/src/examples/tutorial/dlopen/dlopen.cc       intptr_t offset = (intptr_t) dlsym(eightball_so_, "Magic8Ball");
intptr_t           96 native_client_sdk/src/examples/tutorial/dlopen/dlopen.cc       intptr_t offset = (intptr_t) dlsym(reverse_so_, "Reverse");
intptr_t           44 net/android/network_change_notifier_delegate_android.cc       reinterpret_cast<intptr_t>(this));
intptr_t           57 net/android/network_change_notifier_delegate_android.cc       reinterpret_cast<intptr_t>(this));
intptr_t           29 net/disk_cache/blockfile/mapped_file_posix.cc   DCHECK(reinterpret_cast<intptr_t>(buffer_) != -1);
intptr_t           30 net/disk_cache/blockfile/mapped_file_posix.cc   if (reinterpret_cast<intptr_t>(buffer_) == -1)
intptr_t          199 net/proxy/proxy_config_service_android.cc         reinterpret_cast<intptr_t>(&jni_delegate_));
intptr_t           75 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc   int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(file_handle),
intptr_t           61 ppapi/native_client/src/trusted/plugin/temporary_file.cc   int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(handle),
intptr_t          145 ppapi/proxy/ppb_buffer_proxy.cc       reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd));
intptr_t          609 ppapi/proxy/ppb_image_data_proxy.cc       reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd)), false);
intptr_t          240 ppapi/proxy/ppb_var_deprecated_proxy.cc   int64 class_int = static_cast<int64>(reinterpret_cast<intptr_t>(ppp_class));
intptr_t          246 ppapi/proxy/ppb_var_deprecated_proxy.cc       reinterpret_cast<void*>(static_cast<intptr_t>(class_data_int));
intptr_t          263 ppapi/proxy/ppb_var_deprecated_proxy.cc   int64 class_int = static_cast<int64>(reinterpret_cast<intptr_t>(ppp_class));
intptr_t          265 ppapi/proxy/ppb_var_deprecated_proxy.cc       static_cast<int64>(reinterpret_cast<intptr_t>(ppp_class_data));
intptr_t          194 ppapi/proxy/ppp_class_proxy.cc       static_cast<intptr_t>(value));
intptr_t          200 ppapi/proxy/ppp_class_proxy.cc   return reinterpret_cast<void*>(static_cast<intptr_t>(value));
intptr_t           56 ppapi/proxy/ppp_content_decryptor_private_proxy.cc       reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
intptr_t           13 ppapi/shared_impl/platform_file.cc   return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
intptr_t           23 ppapi/shared_impl/platform_file.cc   return static_cast<int32_t>(reinterpret_cast<intptr_t>(handle));
intptr_t           45 ppapi/tests/test_broker.cc     reinterpret_cast<intptr_t>(INVALID_HANDLE_VALUE));
intptr_t           54 ppapi/tests/test_broker.cc   return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
intptr_t         1022 ppapi/tests/test_file_io.cc   int fd = _open_osfhandle(reinterpret_cast<intptr_t>(handle),
intptr_t           94 printing/printing_context_android.cc         reinterpret_cast<intptr_t>(this)));
intptr_t           74 remoting/host/setup/me2me_native_messaging_host.cc     intptr_t parent_window_handle,
intptr_t           43 remoting/host/setup/me2me_native_messaging_host.h       intptr_t parent_window_handle,
intptr_t          156 remoting/host/setup/me2me_native_messaging_host.h   intptr_t parent_window_handle_;
intptr_t          238 remoting/host/setup/me2me_native_messaging_host_main.cc           static_cast<intptr_t>(native_view_handle),
intptr_t           69 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc intptr_t CrashSIGSYS_Handler(const struct arch_seccomp_data& args, void* aux) {
intptr_t           97 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc intptr_t SIGSYSCloneFailure(const struct arch_seccomp_data& args, void* aux) {
intptr_t          116 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc intptr_t SIGSYSPrctlFailure(const struct arch_seccomp_data& args,
intptr_t          130 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc intptr_t SIGSYSIoctlFailure(const struct arch_seccomp_data& args,
intptr_t           23 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h SANDBOX_EXPORT intptr_t
intptr_t           31 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h SANDBOX_EXPORT intptr_t
intptr_t           35 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h SANDBOX_EXPORT intptr_t
intptr_t           39 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h SANDBOX_EXPORT intptr_t
intptr_t          220 sandbox/linux/seccomp-bpf/demo.cc intptr_t DefaultHandler(const struct arch_seccomp_data& data, void *) {
intptr_t           76 sandbox/linux/seccomp-bpf/sandbox_bpf.cc     syscall(__NR_exit_group, static_cast<intptr_t>(kExpectedExitCode));
intptr_t           93 sandbox/linux/seccomp-bpf/sandbox_bpf.cc     syscall(__NR_exit_group, static_cast<intptr_t>(kExpectedExitCode));
intptr_t          142 sandbox/linux/seccomp-bpf/sandbox_bpf.cc intptr_t ReturnErrno(const struct arch_seccomp_data&, void* aux) {
intptr_t          147 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   int err = reinterpret_cast<intptr_t>(aux) & SECCOMP_RET_DATA;
intptr_t          201 sandbox/linux/seccomp-bpf/sandbox_bpf.cc intptr_t BPFFailure(const struct arch_seccomp_data&, void* aux) {
intptr_t          992 sandbox/linux/seccomp-bpf/sandbox_bpf.cc intptr_t SandboxBPF::ForwardSyscall(const struct arch_seccomp_data& args) {
intptr_t          994 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[0]),
intptr_t          995 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[1]),
intptr_t          996 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[2]),
intptr_t          997 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[3]),
intptr_t          998 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[4]),
intptr_t          999 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                         static_cast<intptr_t>(args.args[5]));
intptr_t          146 sandbox/linux/seccomp-bpf/sandbox_bpf.h   static intptr_t ForwardSyscall(const struct arch_seccomp_data& args);
intptr_t           80 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t FakeGetPid(const struct arch_seccomp_data& args, void* aux) {
intptr_t          165 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t EnomemHandler(const struct arch_seccomp_data& args, void* aux) {
intptr_t          437 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t CountSyscalls(const struct arch_seccomp_data& args, void* aux) {
intptr_t          513 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t PrctlHandler(const struct arch_seccomp_data& args, void*) {
intptr_t          565 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t AllowRedirectedSyscall(const struct arch_seccomp_data& args, void*) {
intptr_t          701 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t BrokerOpenTrapHandler(const struct arch_seccomp_data& args,
intptr_t          916 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc       intptr_t args[6] = {};
intptr_t         1084 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   void Verify(int sysno, intptr_t* args, const ArgValue& arg_value) {
intptr_t         1123 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   void VerifyErrno(int sysno, intptr_t* args, int err) {
intptr_t         1629 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc intptr_t PthreadTrapHandler(const struct arch_seccomp_data& args, void* aux) {
intptr_t          174 sandbox/linux/seccomp-bpf/syscall.cc intptr_t SandboxSyscall(int nr,
intptr_t          175 sandbox/linux/seccomp-bpf/syscall.cc                         intptr_t p0, intptr_t p1, intptr_t p2,
intptr_t          176 sandbox/linux/seccomp-bpf/syscall.cc                         intptr_t p3, intptr_t p4, intptr_t p5) {
intptr_t          184 sandbox/linux/seccomp-bpf/syscall.cc   COMPILE_ASSERT(sizeof(void *) == sizeof(intptr_t),
intptr_t          187 sandbox/linux/seccomp-bpf/syscall.cc   const intptr_t args[6] = { p0, p1, p2, p3, p4, p5 };
intptr_t          193 sandbox/linux/seccomp-bpf/syscall.cc   intptr_t ret = nr;
intptr_t          201 sandbox/linux/seccomp-bpf/syscall.cc   intptr_t ret = nr;
intptr_t          203 sandbox/linux/seccomp-bpf/syscall.cc     register const intptr_t *data __asm__("r12") = args;
intptr_t          215 sandbox/linux/seccomp-bpf/syscall.cc   intptr_t ret;
intptr_t          217 sandbox/linux/seccomp-bpf/syscall.cc     register intptr_t inout __asm__("r0") = nr;
intptr_t          218 sandbox/linux/seccomp-bpf/syscall.cc     register const intptr_t *data __asm__("r6") = args;
intptr_t          238 sandbox/linux/seccomp-bpf/syscall.cc   intptr_t ret = -1;
intptr_t           20 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT intptr_t SandboxSyscall(int nr,
intptr_t           21 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p0,
intptr_t           22 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p1,
intptr_t           23 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p2,
intptr_t           24 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p3,
intptr_t           25 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p4,
intptr_t           26 sandbox/linux/seccomp-bpf/syscall.h                                        intptr_t p5);
intptr_t           45 sandbox/linux/seccomp-bpf/syscall.h template <class T0 = intptr_t,
intptr_t           46 sandbox/linux/seccomp-bpf/syscall.h           class T1 = intptr_t,
intptr_t           47 sandbox/linux/seccomp-bpf/syscall.h           class T2 = intptr_t,
intptr_t           48 sandbox/linux/seccomp-bpf/syscall.h           class T3 = intptr_t,
intptr_t           49 sandbox/linux/seccomp-bpf/syscall.h           class T4 = intptr_t,
intptr_t           50 sandbox/linux/seccomp-bpf/syscall.h           class T5 = intptr_t>
intptr_t           51 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr,
intptr_t           61 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t           64 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p0,
intptr_t           65 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p1,
intptr_t           66 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p2,
intptr_t           67 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p3,
intptr_t           68 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p4,
intptr_t           69 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p5);
intptr_t           79 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t           83 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t           86 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p0,
intptr_t           87 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p1,
intptr_t           88 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p2,
intptr_t           89 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p3,
intptr_t           90 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p4,
intptr_t           91 sandbox/linux/seccomp-bpf/syscall.h                         (intptr_t)p5);
intptr_t           95 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t           99 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t          105 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t          109 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t
intptr_t          115 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2)
intptr_t          118 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2) {
intptr_t          123 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1)
intptr_t          126 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1) {
intptr_t          131 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0)
intptr_t          134 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr, T0 p0) {
intptr_t          138 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr)
intptr_t          140 sandbox/linux/seccomp-bpf/syscall.h SANDBOX_EXPORT inline intptr_t SandboxSyscall(int nr) {
intptr_t           72 sandbox/linux/seccomp-bpf/syscall_unittest.cc intptr_t CopySyscallArgsToAux(const struct arch_seccomp_data& args, void* aux) {
intptr_t          165 sandbox/linux/seccomp-bpf/trap.cc   intptr_t rc;
intptr_t           44 sandbox/linux/seccomp-bpf/trap.h   typedef intptr_t (*TrapFnc)(const struct arch_seccomp_data& args, void* aux);
intptr_t          229 sandbox/linux/tests/unit_tests.cc   int expected_exit_code = static_cast<int>(reinterpret_cast<intptr_t>(aux));
intptr_t          241 sandbox/linux/tests/unit_tests.cc   int expected_signo = static_cast<int>(reinterpret_cast<intptr_t>(aux));
intptr_t           48 sandbox/linux/tests/unit_tests.h       reinterpret_cast<void*>(static_cast<intptr_t>(rc))
intptr_t           51 sandbox/linux/tests/unit_tests.h       reinterpret_cast<void*>(static_cast<intptr_t>(s))
intptr_t          313 skia/ext/bitmap_platform_device_win.cc   platform_extra_ = reinterpret_cast<intptr_t>(stock_bitmap);
intptr_t          181 skia/ext/platform_canvas.h   intptr_t platform_extra_;  // platform specific, initialized to 0
intptr_t           33 third_party/fontconfig/include/fc-lang/fclang.h #define LEAF(o,l)   (LEAF0 + l * sizeof (FcCharLeaf) - (OFF0 + o * sizeof (intptr_t)))
intptr_t           56 third_party/harfbuzz-ng/src/hb-buffer.cc 	 (intptr_t) (p->language);
intptr_t          312 third_party/harfbuzz-ng/src/hb-shape-plan.cc 	 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
intptr_t           99 third_party/khronos/EGL/eglplatform.h typedef intptr_t EGLNativeDisplayType;
intptr_t          100 third_party/khronos/EGL/eglplatform.h typedef intptr_t EGLNativeWindowType;
intptr_t          101 third_party/khronos/EGL/eglplatform.h typedef intptr_t EGLNativePixmapType;
intptr_t           58 third_party/libevent/kqueue.c #define PTR_TO_UDATA(x)	((intptr_t)(x))
intptr_t           64 third_party/libusb/src/libusb/os/windows_usb.h #define INTERFACE_CLAIMED           ((HANDLE)(intptr_t)0xD1B5)
intptr_t          201 third_party/npapi/bindings/npapi_extensions.h     intptr_t* value);
intptr_t          207 third_party/npapi/bindings/npapi_extensions.h     intptr_t value);
intptr_t          199 third_party/protobuf/src/google/protobuf/descriptor.cc     return reinterpret_cast<intptr_t>(p.first) * ((1 << 16) - 1) + p.second;
intptr_t          219 third_party/protobuf/src/google/protobuf/descriptor.cc     return reinterpret_cast<intptr_t>(p.first) * ((1 << 16) - 1) +
intptr_t           74 third_party/protobuf/src/google/protobuf/stubs/atomicops.h typedef intptr_t Atomic64;
intptr_t           80 third_party/protobuf/src/google/protobuf/stubs/atomicops.h typedef intptr_t AtomicWord;
intptr_t          349 third_party/sqlite/amalgamation/sqlite3.c # define SQLITE_INT_TO_PTR(X)  ((void*)(intptr_t)(X))
intptr_t          350 third_party/sqlite/amalgamation/sqlite3.c # define SQLITE_PTR_TO_INT(X)  ((int)(intptr_t)(X))
intptr_t          109 third_party/sqlite/src/src/sqliteInt.h # define SQLITE_INT_TO_PTR(X)  ((void*)(intptr_t)(X))
intptr_t          110 third_party/sqlite/src/src/sqliteInt.h # define SQLITE_PTR_TO_INT(X)  ((int)(intptr_t)(X))
intptr_t           76 third_party/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))
intptr_t          114 third_party/tcmalloc/chromium/src/base/atomicops.h typedef intptr_t AtomicWord;
intptr_t          194 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc   const intptr_t base_as_uintptr_t = reinterpret_cast<uintptr_t>(base);
intptr_t           68 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc       intptr_t size;  // size of entire region, including this field. Must be
intptr_t           70 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc       intptr_t magic; // kMagicAllocated or kMagicUnallocated xor this
intptr_t          211 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static const intptr_t kMagicAllocated = 0x4c833e95;
intptr_t          212 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static const intptr_t kMagicUnallocated = ~kMagicAllocated;
intptr_t          258 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc inline static intptr_t Magic(intptr_t magic, AllocList::Header *ptr) {
intptr_t          259 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   return magic ^ reinterpret_cast<intptr_t>(ptr);
intptr_t          332 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc       RAW_CHECK(reinterpret_cast<intptr_t>(region) % arena->pagesize == 0,
intptr_t          352 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static intptr_t RoundUp(intptr_t addr, intptr_t align) {
intptr_t          557 third_party/tcmalloc/chromium/src/base/sysinfo.cc     const intptr_t dlloff = _dyld_get_image_vmaddr_slide(current_image);
intptr_t          893 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, intptr_t);
intptr_t         1283 third_party/tcmalloc/chromium/src/debugallocation.cc static intptr_t RoundUp(intptr_t value, intptr_t alignment) {
intptr_t         1300 third_party/tcmalloc/chromium/src/debugallocation.cc     intptr_t orig_p = reinterpret_cast<intptr_t>(p);
intptr_t         1312 third_party/tcmalloc/chromium/src/debugallocation.cc     fake_hdr->set_offset(reinterpret_cast<intptr_t>(p) - orig_p);
intptr_t          475 third_party/tcmalloc/chromium/src/heap-checker.cc   return (intptr_t)p;   // kinda evil: store the counter directly in the void*
intptr_t          483 third_party/tcmalloc/chromium/src/heap-checker.cc   intptr_t pointer_sized_value = value;
intptr_t           64 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h   void* sbrk(intptr_t increment) __THROW
intptr_t           75 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h static inline void* do_sbrk(intptr_t increment) {
intptr_t          109 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h     return reinterpret_cast<void*>(static_cast<intptr_t>(-1));
intptr_t          139 third_party/tcmalloc/chromium/src/malloc_hook_mmap_freebsd.h extern "C" void* sbrk(intptr_t increment) __THROW {
intptr_t          374 third_party/tcmalloc/chromium/src/system-alloc.cc   if (reinterpret_cast<intptr_t>(sbrk(0)) + size < size) {
intptr_t          860 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   const int thread_num = reinterpret_cast<intptr_t>(a);
intptr_t           48 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc static void Permute(vector<intptr_t>* elements) {
intptr_t           54 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     const intptr_t tmp = (*elements)[i];   // swap
intptr_t           70 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           75 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           83 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           87 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          100 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     vector<intptr_t> elements;
intptr_t          101 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) elements.push_back(i);
intptr_t          105 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          110 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          111 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc inline void* V(intptr_t x) { return reinterpret_cast<void*>(x); }
intptr_t          308 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc         if (alignment >= sizeof(intptr_t) &&
intptr_t          309 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc             (size < sizeof(intptr_t) ||
intptr_t          311 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc           void *result = reinterpret_cast<void*>(static_cast<intptr_t>(0x1234));
intptr_t          517 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     ACMRandom r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
intptr_t          527 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     ACMRandom r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);
intptr_t           68 third_party/tcmalloc/chromium/src/windows/override_functions.cc extern "C" intptr_t _get_heap_handle() {
intptr_t          118 third_party/tcmalloc/chromium/src/windows/port.h typedef intptr_t ssize_t;
intptr_t          292 third_party/tcmalloc/chromium/src/windows/port.h inline void *sbrk(intptr_t increment) {
intptr_t          114 third_party/tcmalloc/vendor/src/base/atomicops.h typedef intptr_t AtomicWord;
intptr_t          194 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc   const intptr_t base_as_uintptr_t = reinterpret_cast<uintptr_t>(base);
intptr_t           68 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc       intptr_t size;  // size of entire region, including this field. Must be
intptr_t           70 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc       intptr_t magic; // kMagicAllocated or kMagicUnallocated xor this
intptr_t          211 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static const intptr_t kMagicAllocated = 0x4c833e95;
intptr_t          212 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static const intptr_t kMagicUnallocated = ~kMagicAllocated;
intptr_t          258 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc inline static intptr_t Magic(intptr_t magic, AllocList::Header *ptr) {
intptr_t          259 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   return magic ^ reinterpret_cast<intptr_t>(ptr);
intptr_t          332 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc       RAW_CHECK(reinterpret_cast<intptr_t>(region) % arena->pagesize == 0,
intptr_t          352 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static intptr_t RoundUp(intptr_t addr, intptr_t align) {
intptr_t          540 third_party/tcmalloc/vendor/src/base/sysinfo.cc     const intptr_t dlloff = _dyld_get_image_vmaddr_slide(current_image);
intptr_t          886 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, intptr_t);
intptr_t         1271 third_party/tcmalloc/vendor/src/debugallocation.cc static intptr_t RoundUp(intptr_t value, intptr_t alignment) {
intptr_t         1288 third_party/tcmalloc/vendor/src/debugallocation.cc     intptr_t orig_p = reinterpret_cast<intptr_t>(p);
intptr_t         1300 third_party/tcmalloc/vendor/src/debugallocation.cc     fake_hdr->set_offset(reinterpret_cast<intptr_t>(p) - orig_p);
intptr_t          475 third_party/tcmalloc/vendor/src/heap-checker.cc   return (intptr_t)p;   // kinda evil: store the counter directly in the void*
intptr_t          483 third_party/tcmalloc/vendor/src/heap-checker.cc   intptr_t pointer_sized_value = value;
intptr_t           64 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h   void* sbrk(intptr_t increment) __THROW
intptr_t           75 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h static inline void* do_sbrk(intptr_t increment) {
intptr_t          109 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h     return reinterpret_cast<void*>(static_cast<intptr_t>(-1));
intptr_t          139 third_party/tcmalloc/vendor/src/malloc_hook_mmap_freebsd.h extern "C" void* sbrk(intptr_t increment) __THROW {
intptr_t          232 third_party/tcmalloc/vendor/src/system-alloc.cc   if (reinterpret_cast<intptr_t>(sbrk(0)) + size < size) {
intptr_t          860 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   const int thread_num = reinterpret_cast<intptr_t>(a);
intptr_t           48 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc static void Permute(vector<intptr_t>* elements) {
intptr_t           54 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     const intptr_t tmp = (*elements)[i];   // swap
intptr_t           70 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           75 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           83 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t           87 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          100 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     vector<intptr_t> elements;
intptr_t          101 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) elements.push_back(i);
intptr_t          105 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          110 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc     for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
intptr_t          111 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc inline void* V(intptr_t x) { return reinterpret_cast<void*>(x); }
intptr_t          308 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc         if (alignment >= sizeof(intptr_t) &&
intptr_t          309 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc             (size < sizeof(intptr_t) ||
intptr_t          311 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc           void *result = reinterpret_cast<void*>(static_cast<intptr_t>(0x1234));
intptr_t          517 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     ACMRandom r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
intptr_t          527 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     ACMRandom r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);
intptr_t           68 third_party/tcmalloc/vendor/src/windows/override_functions.cc extern "C" intptr_t _get_heap_handle() {
intptr_t          115 third_party/tcmalloc/vendor/src/windows/port.h typedef intptr_t ssize_t;
intptr_t          289 third_party/tcmalloc/vendor/src/windows/port.h inline void *sbrk(intptr_t increment) {
intptr_t           64 ui/aura/window_observer.h                                        intptr_t old) {}
intptr_t         1667 ui/aura/window_unittest.cc typedef std::pair<const void*, intptr_t> PropertyChangeInfo;
intptr_t         1740 ui/aura/window_unittest.cc                                        intptr_t old) OVERRIDE {
intptr_t         1750 ui/aura/window_unittest.cc   intptr_t old_property_value_;
intptr_t         1859 ui/aura/window_unittest.cc                                reinterpret_cast<intptr_t>(&*w1)),
intptr_t           48 ui/base/android/view_android.cc   return reinterpret_cast<intptr_t>(view);
intptr_t           98 ui/base/android/window_android.cc   return reinterpret_cast<intptr_t>(window);
intptr_t          203 ui/gfx/native_widget_types.h typedef intptr_t NativeViewId;
intptr_t          218 ui/gfx/native_widget_types.h   typedef intptr_t PluginWindowHandle;
intptr_t          276 ui/gfx/native_widget_types.h typedef intptr_t AcceleratedWidget;
intptr_t           32 ui/gfx/ozone/surface_factory_ozone.cc intptr_t SurfaceFactoryOzone::GetNativeDisplay() {
intptr_t           25 ui/gfx/ozone/surface_factory_ozone.h typedef intptr_t NativeBufferOzone;
intptr_t           96 ui/gfx/ozone/surface_factory_ozone.h   virtual intptr_t GetNativeDisplay();
intptr_t           40 ui/gfx/ozone/surface_ozone.h   virtual intptr_t /* EGLNativeWindowType */ GetEGLNativeWindow() = 0;
intptr_t           19 ui/gfx/ozone/surface_ozone_base.cc intptr_t /* EGLNativeWindowType */ SurfaceOzoneBase::GetEGLNativeWindow() {
intptr_t           31 ui/gfx/ozone/surface_ozone_base.h   virtual intptr_t /* EGLNativeWindowType */ GetEGLNativeWindow() OVERRIDE;
intptr_t           59 ui/gl/android/surface_texture.cc       reinterpret_cast<intptr_t>(new SurfaceTextureListener(callback)));
intptr_t          102 ui/shell_dialogs/select_file_dialog_android.cc       Java_SelectFileDialog_create(env, reinterpret_cast<intptr_t>(this)));
intptr_t           74 ui/views/widget/window_reorderer.cc                                       intptr_t old) OVERRIDE;
intptr_t          110 ui/views/widget/window_reorderer.cc     intptr_t old) {
intptr_t           92 ui/wm/core/shadow_controller.cc       aura::Window* window, const void* key, intptr_t old) OVERRIDE;
intptr_t          159 ui/wm/core/shadow_controller.cc                                                      intptr_t old) {
intptr_t          148 ui/wm/core/window_modality_controller.cc                                                        intptr_t old) {
intptr_t           51 ui/wm/core/window_modality_controller.h                                        intptr_t old) OVERRIDE;
intptr_t          546 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       reinterpret_cast<void*>(static_cast<intptr_t>(offset)));
intptr_t          796 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   return static_cast<WGC3Dsizeiptr>(reinterpret_cast<intptr_t>(value));
intptr_t          968 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       reinterpret_cast<void*>(static_cast<intptr_t>(offset)));