HomeSort by relevance Sort by last modified time
    Searched defs:actor (Results 1 - 15 of 15) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h 36 id actor; variable
45 @property (retain) id actor; variable
ANTLRTreeWizard.h 49 id actor; variable
53 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
54 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
60 @property (retain) id actor; variable
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 31 FirstRunActor* actor);
47 FirstRunActor* actor() const { return actor_; } function in class:chromeos::first_run::Step
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 28 NetworkScreen(ScreenObserver* screen_observer, NetworkScreenActor* actor);
45 virtual void OnActorDestroyed(NetworkScreenActor* actor) OVERRIDE;
48 NetworkScreenActor* actor() const { return actor_; } function in class:chromeos::NetworkScreen
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 222 ErrorScreenActor* actor = oobe->GetErrorScreenActor(); local
223 ASSERT_TRUE(actor);
226 ErrorScreen error_screen(NULL, actor);
233 actor->ShowCaptivePortal();
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCAdmin.java 86 private String actor; field in class:MUCAdmin.Item
96 * @param affiliation the actor's affiliation to the room
105 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
110 return actor;
129 * @return the actor's affiliation to the room
168 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
170 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
172 public void setActor(String actor) {
173 this.actor = actor
    [all...]
MUCOwner.java 112 private String actor; field in class:MUCOwner.Item
122 * @param affiliation the actor's affiliation to the room
129 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
134 return actor;
153 * @return the actor's affiliation to the room
192 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
194 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
196 public void setActor(String actor) {
197 this.actor = actor
    [all...]
MUCUser.java 372 private String actor; field in class:MUCUser.Item
382 * @param affiliation the actor's affiliation to the room
391 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
396 return actor == null ? "" : actor;
415 * @return the actor's affiliation to the room
454 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
456 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
458 public void setActor(String actor) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 201 template <class P> MockOutShowHide(P p, H* actor)
202 : T(p, actor), actor_(actor) {}
204 H* actor() const { return actor_.get(); } function in class:chromeos::MockOutShowHide
592 EXPECT_CALL(*mock_enrollment_screen_->actor(),
635 EXPECT_CALL(*mock_enrollment_screen_->actor(),
760 EXPECT_CALL(*mock_enrollment_screen_->actor(),
    [all...]

Completed in 532 milliseconds