OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIconNatives
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/renderer/
set_icon_natives.h
21
class
SetIconNatives
: public ObjectBackedNativeHandler {
23
SetIconNatives
(RequestSender* request_sender, ScriptContext* context);
35
DISALLOW_COPY_AND_ASSIGN(
SetIconNatives
);
set_icon_natives.cc
29
SetIconNatives
::
SetIconNatives
(RequestSender* request_sender,
34
base::Bind(&
SetIconNatives
::SetIconCommon, base::Unretained(this)));
37
bool
SetIconNatives
::ConvertImageDataToBitmapValue(
105
bool
SetIconNatives
::ConvertImageDataSetToBitmapValueSet(
129
void
SetIconNatives
::SetIconCommon(
dispatcher.cc
639
scoped_ptr<NativeHandler>(new
SetIconNatives
(request_sender, context)));
[
all
...]
Completed in 724 milliseconds