OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsForced
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h
112
static bool
IsForced
();
privet_notifications.cc
230
bool PrivetNotificationService::
IsForced
() {
301
if (
IsForced
()) {
/external/chromium_org/v8/tools/push-to-trunk/
common_includes.py
232
def
IsForced
(self):
291
if not self.
IsForced
():
351
if (not self.
IsForced
() and (not os.environ.get("EDITOR") or
421
answer = self.ReadLine("LGTM" if self.
IsForced
() else None)
Completed in 60 milliseconds