HomeSort by relevance Sort by last modified time
    Searched full:old_icon (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 182 int old_icon = content_setting_image_model_->get_icon();
186 old_icon != content_setting_image_model_->get_icon();
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 865 HICON old_icon = reinterpret_cast<HICON>( local
868 if (old_icon)
869 DestroyIcon(old_icon);
873 HICON old_icon = reinterpret_cast<HICON>( local
876 if (old_icon)
877 DestroyIcon(old_icon);
    [all...]

Completed in 4709 milliseconds