Searched refs:GetThemeBackgroundInfo (Results 1 – 4 of 4) sorted by relevance
87 native function GetThemeBackgroundInfo();122 this.__defineGetter__('themeBackgroundInfo', GetThemeBackgroundInfo);
85 const ThemeBackgroundInfo& GetThemeBackgroundInfo();
390 static void GetThemeBackgroundInfo(557 return v8::FunctionTemplate::New(isolate, GetThemeBackgroundInfo); in GetNativeFunctionTemplate()735 void SearchBoxExtensionWrapper::GetThemeBackgroundInfo( in GetThemeBackgroundInfo() function in extensions_v8::SearchBoxExtensionWrapper742 SearchBox::Get(render_view)->GetThemeBackgroundInfo(); in GetThemeBackgroundInfo()
231 const ThemeBackgroundInfo& SearchBox::GetThemeBackgroundInfo() { in GetThemeBackgroundInfo() function in SearchBox