HomeSort by relevance Sort by last modified time
    Searched refs:_view (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
CandidateWindow.h 42 NSView *_view; variable
CandidateWindow.m 105 _view = [[CandidateView alloc] initWithFrame:[[_window contentView] frame]];
106 [_window setContentView:_view];
190 [(CandidateView*)_view setAttributedString:string];
208 [_view release];
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
CandidateWindow.h 42 NSView *_view; variable
CandidateWindow.m 105 _view = [[CandidateView alloc] initWithFrame:[[_window contentView] frame]];
106 [_window setContentView:_view];
190 [(CandidateView*)_view setAttributedString:string];
208 [_view release];

Completed in 1560 milliseconds