Home
last modified time | relevance | path

Searched refs:atStart (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button_unittest.mm81 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
82 [NSApp postEvent:MakeEvent(NSMouseExited, NSMakePoint(9, 9)) atStart:YES];
88 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
89 [NSApp postEvent:MakeEvent(NSLeftMouseDown, NSMakePoint(12, 12)) atStart:YES];
91 atStart:YES];
93 atStart:YES];
94 [NSApp postEvent:MakeEvent(NSMouseExited, NSMakePoint(13, 9)) atStart:YES];
100 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
101 [NSApp postEvent:MakeEvent(NSLeftMouseDown, NSMakePoint(12, 12)) atStart:YES];
103 atStart:YES];
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm62 [NSApp postEvent:upEvent atStart:YES];
93 [NSApp postEvent:firstUpEvent atStart:YES];
94 [NSApp postEvent:firstMove atStart:YES];
100 [NSApp postEvent:secondUpEvent atStart:YES];
101 [NSApp postEvent:secondMove atStart:YES];
123 [NSApp postEvent:upEvent atStart:YES];
124 [NSApp postEvent:moveEvent atStart:YES];
132 [NSApp postEvent:upEvent atStart:YES];
133 [NSApp postEvent:moveEvent atStart:YES];
Ddraggable_button.mm113 [NSApp postEvent:mouseUp atStart:YES];
116 [NSApp postEvent:dragEvent atStart:YES];
119 [NSApp postEvent:firstEvent atStart:YES];
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm17 // of [NSApplication postEvent:atStart:] so that the event gets sent
33 // So we need to use [NSApplication postEvent:atStart:] for mouse click
39 // 1. Investigate why using [NSApplication postEvent:atStart:] for keyboard
249 // TODO(suzhe): Using [NSApplication postEvent:atStart:] here causes
292 [[NSApplication sharedApplication] postEvent:event atStart:NO];
348 [[NSApplication sharedApplication] postEvent:event atStart:NO];
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_unittest.mm372 [NSApp postEvent:upEvent atStart:YES];
407 [NSApp postEvent:upEvent atStart:YES];
426 [NSApp postEvent:upEvent atStart:YES];
445 [NSApp postEvent:upEvent atStart:YES];
459 [NSApp postEvent:upEvent atStart:YES];
488 [NSApp postEvent:upEvent atStart:YES];
490 [NSApp postEvent:upEvent2 atStart:YES];
513 [NSApp postEvent:upEvent atStart:YES];
515 [NSApp postEvent:upEvent2 atStart:YES];
517 [NSApp postEvent:upEvent3 atStart:YES];
[all …]
/external/icu4c/i18n/
Dregexcmp.cpp2394 UBool atStart = TRUE; // True if no part of the pattern yet encountered in matchStartType() local
2450 if (atStart) { in matchStartType()
2457 if (atStart) { in matchStartType()
2470 atStart = FALSE; in matchStartType()
2483 atStart = FALSE; in matchStartType()
2496 atStart = FALSE; in matchStartType()
2507 atStart = FALSE; in matchStartType()
2520 atStart = FALSE; in matchStartType()
2535 atStart = FALSE; in matchStartType()
2552 atStart = FALSE; in matchStartType()
[all …]
/external/webkit/Source/WebCore/dom/
DPositionIterator.h61 bool atStart() const;
DPositionIterator.cpp111 bool PositionIterator::atStart() const in atStart() function in WebCore::PositionIterator
DPosition.cpp531 for (; !currentPos.atStart(); currentPos.decrement()) { in upstream()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm67 [NSApp postEvent:click_one.second atStart:YES];
69 [NSApp postEvent:click_two.second atStart:YES];
235 [NSApp postEvent:click.second atStart:YES];
252 [NSApp postEvent:click.second atStart:YES];
Dtoolbar_button_unittest.mm126 [NSApp postEvent:left_up_in_view atStart:YES];
293 [NSApp postEvent:left_up_in_view atStart:YES];
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.m119 [NSApp postEvent:mouseUp atStart:YES];
122 [NSApp postEvent:dragEvent atStart:YES];
125 [NSApp postEvent:firstEvent atStart:YES];
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPopupMenuProxyMac.mm159 [NSApp postEvent:fakeEvent atStart:YES];
169 [NSApp postEvent:fakeEvent atStart:YES];
/external/guava/guava/src/com/google/common/collect/
DIterables.java902 boolean atStart = true;
918 atStart = false;
924 if (atStart) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterables.java860 boolean atStart = true;
876 atStart = false;
882 if (atStart) {
/external/webkit/Source/WebKit2/Platform/mac/
DRunLoopMac.mm85 [NSApp postEvent:event atStart:true];
/external/webkit/Source/WebCore/page/mac/
DEventHandlerMac.mm583 [NSApp postEvent:fakeEvent atStart:YES];
595 [NSApp postEvent:fakeEvent atStart:YES];
609 [NSApp postEvent:fakeEvent atStart:YES];
/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp236 bool atStart() in atStart() function in JSC::Yarr::Interpreter::InputStream
260 bool atStart(int position) in atStart() function in JSC::Yarr::Interpreter::InputStream
352 …return (input.atStart(term.inputPosition)) || (pattern->m_multiline && testCharacterClass(pattern-… in matchAssertionBOL()
365 …bool prevIsWordchar = !input.atStart(term.inputPosition) && testCharacterClass(pattern->wordcharCh… in matchAssertionWordBoundary()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp1836 bool atStart = true; in findNextLineBreak() local
2074 …bool betweenWords = c == '\n' || (currWS != PRE && !atStart && isBreakable(lineBreakIteratorInfo.s… in findNextLineBreak()
2241 atStart = false; in findNextLineBreak()
2329 atStart = false; in findNextLineBreak()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm52 [window postEvent:up atStart:YES];
/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.mm360 [NSApp postEvent:ev atStart:YES];
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp257 while (!p.atStart()) { in previousCandidate()
/external/chromium/base/
Dmessage_pump_mac.mm591 atStart:NO];
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2318875 …Use Position::next(), Position::previous(), Position::atStart(), Position::atEnd() instead of dupl…
18880 … Added to support Position::next(), Position::previous(), Position::atStart(), Position::atEnd()
18886 (DOM::Position::atStart):
18893 …Use Position::next(), Position::previous(), Position::atStart(), Position::atEnd() instead of Posi…
18898 …Use Position::next(), Position::previous(), Position::atStart(), Position::atEnd() instead of Posi…
18902 … Removed in favor of Position::next(), Position::previous(), Position::atStart(), Position::atEnd()
35338 (DOM::CaretPosition::atStart): Ditto.
35403 (DOM::PositionIterator::atStart): Ditto.
37317 (DOM::PositionIterator::atStart)
43012 (DOM::PositionIterator::atStart):
[all …]
DChangeLog-2009-06-163487 (WebCore::PositionIterator::atStart):
26750 (WebCore::PositionIterator::atStart):
28562 Rename Position::atStart and atEnd to atStartOfTree atEndOfTree
31310 (WebCore::Position::atStart):

12