OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactoryMethod
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble.h
68
// |Create| uses the currently registered
FactoryMethod
to create the
69
// SpeechInputBubble instances.
FactoryMethod
is intended for testing.
70
typedef SpeechInputBubble* (*
FactoryMethod
)(TabContents*,
77
static void set_factory(
FactoryMethod
factory) { factory_ = factory; }
116
static
FactoryMethod
factory_;
speech_input_bubble.cc
103
SpeechInputBubble::
FactoryMethod
SpeechInputBubble::factory_ = NULL;
/external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h
78
// |Create| uses the currently registered
FactoryMethod
to create the
79
// SpeechRecognitionBubble instances.
FactoryMethod
is intended for testing.
80
typedef SpeechRecognitionBubble* (*
FactoryMethod
)(content::WebContents*,
87
static void set_factory(
FactoryMethod
factory) { factory_ = factory; }
126
static
FactoryMethod
factory_;
speech_recognition_bubble.cc
122
SpeechRecognitionBubble::
FactoryMethod
SpeechRecognitionBubble::factory_ = NULL;
/external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h
45
(*
FactoryMethod
)(const std::string& instance_type,
68
FactoryMethod
factory_method);
83
typedef base::hash_map<InstanceType,
FactoryMethod
> FactoryMethods;
105
FactoryMethod
factory_method) {
126
FactoryMethod
factory_method = factory_method_iter->second;
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc
104
typedef scoped_refptr<ContentAction>(*
FactoryMethod
)(
111
std::map<std::string,
FactoryMethod
> factory_methods;
149
std::map<std::string, ContentActionFactory::
FactoryMethod
>::iterator
/external/chromium_org/components/url_matcher/
url_matcher_factory.cc
83
const
FactoryMethod
& method = i->second;
89
(URLMatcherConditionFactory::*
FactoryMethod
)
91
typedef std::map<std::string,
FactoryMethod
> FactoryMethods;
/external/chromium_org/chrome/browser/chromeos/drive/
file_change_unittest.cc
21
TEST(FileChangeTest,
FactoryMethod
) {
Completed in 252 milliseconds