OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statusbarText
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp
338
String
statusbarText
;
340
statusbarText
= "";
342
statusbarText
= String::fromUTF8WithLatin1Fallback(message, strlen(message));
345
plugin->setStatusbarText(
statusbarText
);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp
952
void PluginView::setStatusbarText(const String&
statusbarText
)
961
page->chrome()->setStatusbarText(frame(),
statusbarText
);
[
all
...]
Completed in 29 milliseconds