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

  /external/chromium_org/chrome/renderer/extensions/
set_icon_natives.h 21 class SetIconNatives : public ChromeV8Extension {
23 SetIconNatives(Dispatcher* dispatcher,
37 DISALLOW_COPY_AND_ASSIGN(SetIconNatives);
set_icon_natives.cc 26 SetIconNatives::SetIconNatives(Dispatcher* dispatcher,
33 base::Bind(&SetIconNatives::SetIconCommon, base::Unretained(this)));
36 bool SetIconNatives::ConvertImageDataToBitmapValue(
92 bool SetIconNatives::ConvertImageDataSetToBitmapValueSet(
115 void SetIconNatives::SetIconCommon(

Completed in 24 milliseconds