OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:templateurl_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/browser/
edit_search_engine_cocoa_controller.mm
42
templateURL_
= url;
44
new EditSearchEngineController(
templateURL_
, delegate, profile_));
84
if (
templateURL_
) {
89
base::SysUTF16ToNSString(
templateURL_
->short_name())];
91
base::SysUTF16ToNSString(
templateURL_
->keyword())];
93
base::SysUTF16ToNSString(
templateURL_
->url_ref().DisplayURL())];
94
[urlField_ setEnabled:(
templateURL_
->prepopulate_id() == 0)];
edit_search_engine_cocoa_controller.h
34
TemplateURL*
templateURL_
; // weak
Completed in 65 milliseconds